|
Project Information
Members
Featured
Downloads
Links
|
Looking for suitable acquirer for xbrlware assets - Click here for more detailsIntroductionxbrlware enables financial firms & analysts to create smarter automated financial analysis, analytics & business intelligence solutions from XBRL financial facts. See case study page for practical examples using xbrlware. xbrlware is a fast, lightweight framework to parse, extract, search & analyze financial and business facts from XBRL documents. xbrlware understands structure and relationship among elements of XBRL documents and defines a set of powerful object-oriented layer for accessing financial & business facts, meta & other related information defined in XBRL documents. With xbrlware, users gain instant access to accurate financial and business facts from XBRL documents. xbrlware lets developers deal with XBRL documents (Instance, taxonomy and Linkbase documents) following object-oriented idiom. xbrlware also has plugins to generate financial reports, export financial facts in RDF & fetch financial calculations from the xbrl documents. xbrlware is written in Ruby. xbrlware can be easily integrated with other languages (C++, Java, C#, Python, Perl, Erlang and others). See language integration page for example and more details. xbrlware APIs are designed for productivity, speed and easy of use. With just few lines of code, get instant access to accurate financial facts. require 'rubygems'
require 'xbrlware'
ins=Xbrlware.ins(<xbrl_instance_file_path>) # Initialize XBRL instance
items=ins.item("ProfitLoss") # Fetch all "ProfitLoss" financial fact
items.each do |item|
puts item.value # Print value of each "ProfitLoss" item
endxbrlware is developed and distributed by bitstat technologies, a financial products company that develops innovative process automation & collaboration tools for financial institutions by leveraging latest advancements in computation and communication technologies. InfoGrill - Interest centric, social philosophies based, access control aware collaborative knowledge management system for enterprises, is another product developed by bitstat technologies as sequel to xbrlware. To shape the direction of xbrlware, join us : To see xbrlware in action, visit xbrlware.com. Also have a look at xbrlware-api, xbrlware-api facilitates accessing analyzed data and generated reports from xbrlware.com via REST API, Twitter, Google Buzz and RSS/Atom feeds. Features
Editionsxbrlware is provided in two editions:
See Editions & Pricing page for more details InstallationPrerequisite for installationMake sure your environment has
Installing via gem commandxbrlware is available as a Gem and the easiest way to install it is to: sudo gem install xbrlware-ce --no-ri --no-rdoc In the documentation page, you will learn about how to use xbrlware. It covers practical aspects of using xbrlware such as pulling XBRL filings, analyzing instance & linkbase files, getting data out of instance file, report generation and much more. |