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