Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Reuters data in Python

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.

like image 714
Thomas Browne Avatar asked Dec 06 '22 05:12

Thomas Browne


2 Answers

UPDATE in 2018:

Thomson Reuters now offers the Eikon Data API with a Python package. Please note that you do need a desktop-license to access the API. The information/documentation can be found on the Developer Portal.

**Disclaimer: I am currently employed by Thomson Reuters

like image 148
PythonSherpa Avatar answered Dec 07 '22 18:12

PythonSherpa


Check out http://devcartel.com they have PyRFA -- Reuters market data API for Python.

like image 29
ohhohe Avatar answered Dec 07 '22 17:12

ohhohe