Serving the Quantitative Finance Community

 
User avatar
Khoshtip
Topic Author
Posts: 0
Joined: November 17th, 2006, 2:08 pm

Bloomberg Data in Python

July 2nd, 2010, 6:58 am

HiI would like to extract historical data from Bloomberg into python for further processing.Using on old thread on the forum here I am able to get real time data for various fields. However, the code for historical data does not work.Is there anyone who can help me with retrieving historical data from BB into python?Regards,K
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Bloomberg Data in Python

July 2nd, 2010, 8:13 am

If you've gone through the example's afoster has posted here I suggest checking in with <HELP><HELP> it's their job to help with this stuff.
 
User avatar
Khoshtip
Topic Author
Posts: 0
Joined: November 17th, 2006, 2:08 pm

Bloomberg Data in Python

July 2nd, 2010, 8:44 am

Already gone through the code here with no luck.Help help will not help since they do not support python.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Bloomberg Data in Python

July 2nd, 2010, 8:53 am

What about using the Java API + jython: http://www.wilmott.com/messageview.cfm? ... adid=77504 and following on from the API guide for Java?You could also encapsulate the API calling functionality in a C wrapper for Python and communicate with the API via said wrapper?