vote up 1 vote down star

Hello,

I am currently successfully downloading live Bloomberg market prices, as well as historical series, using the service's COM API and win32com. Does anyone have any experience doing the same for Reuters live and historical data into Python?

I know that live feeds are available for both services in Excel, so Reuters must also have an API that I can access. Only problem is while Bloomberg support is excellent and describes its API in depth, for this type of query Reuters hasn't been able to get back to me for 2 months! Instead keep trying to sell me their email subscription service which is NOT what I need!!

Anyway rant over any help much appreciated.

flag

What product are you trying to use? I have a lot of experience with one of their historical products. – Steve Jul 20 at 18:56
Reuters (like everyone else) charge for live market data, the stuff you need to actually trade on an exchange. Are you asking about this or slightly more historical stuff? – Neil Butterworth Jul 22 at 15:49
Thanks Neil - I am paying for Reuters 3000 (Kobra) (around 700 pounds a month). I have access to all the live feeds and data in Excel. Just want to get it into Python. – Thomas Browne Jul 25 at 22:21

2 Answers

vote up 1 vote down check

I have some experience with their APIs.

Reuters also have complete documentations in their Customer Zone Website. More infos on their APIs can be found there. They have their APIs available in Java, C++, and COM. So I believe there are many possibilities for Python code to interop with these.

Take a look at SFC C++ Time Series Subscription

link|flag
Nice. This was exactly what I was looking for. Thanks m3rLinEz. Now I'll teach my Reuters rep where to find it ;) – Thomas Browne Jul 25 at 22:22
vote up 2 vote down

Reuters seems to charge for their financial data feeds, here is an overview page of their offerings: Reuters data feeds

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.