XBRLFINAPP: XBRL financial analytics Platform - beta1.0 release

Posted on Mon 11 March 2013 in XBRL • Tagged with financial analysis, python, xbrl, xbrl analytics, xbrl fin app, xbrl financial analysis, xbrl finapp, xbrlfinappLeave a comment

Hello friends,
New updated xbrlfinapphas been released.

Now It has more capabilities and more dynamic nature. So its going to be fun; and i am sure you will enjoy analysis of xbrl financial data.

Visit xbrlfinapp at: http://xbrlfinapp.pythonanywhere.com/

xbrl financial analysis home
page

Continue reading

XBRL Financial Analytics Platform (Alpha 1.0): First release

Posted on Tue 25 December 2012 in XBRL • Tagged with financial analytics, python, python xbrl, xbrl, xbrl analytics, XBRL Financial Analytics, xbrlfinappLeave a comment

Hello friends,

Today i am releasing first alpha release of my xbrl analytics platform.

Its URL is: http://xbrlfinapp.pythonanywhere.com/

Its a web application, targeting users whose XBRL is on SEC/or not on SEC/or not in public domain yet/or anyone who is interested in XBRL data ...

Continue reading

Super-charging Python code with C-Extensions or Cython

Posted on Sun 16 December 2012 in XBRL • Tagged with Cython, financial analytics, python, xbrlLeave a comment

Regarding my previous post that was Financial Analytics in XBRL was in pure-python with little bit 'C' touch (because of my base xml parsing lib is cElementTree). It was taking 20-21 mins to process 200 xbrl packages.

But thats not the end; I have optimized it with Cython. Its a ...

Continue reading

Large scale data analytics in XBRL using python

Posted on Tue 20 November 2012 in XBRL • Tagged with financial ratios, python, python xbrl, sec fillings, xbrl analyticsLeave a comment

Hello all,

Just now i am completing my 8 months old experiment. It was to develop something with use of XBRL which can reduce the dependency on financial information which are processed by 3rd party.

I mean that the current dependency on Yahoo finance/Bloomberg/Google Finance/9W search/i-metrix_edgar-online ...

Continue reading

Processing files larger than RAM in python

Posted on Tue 11 September 2012 in General • Tagged with large files, mongo-db log reading, python, reading files larger than RAM in pythonLeave a comment

I got a log file of 131 GB from Mongo-DB that has been collected in last 6 months. So I just thought lets calculate the number of lines.

Here files size is greater than RAM, so after searching over internet; i got solution on http://stackoverflow.com.

I have modified ...

Continue reading