devcartel / pyrfa

Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
http://devcartel.com/pyrfa
MIT License
51 stars 15 forks source link

can you pull data similar to TR functions? #10

Closed mstellaris closed 9 years ago

mstellaris commented 9 years ago

does pyrfa allow for similar data retrieval as one would do with the TR functions through excel?

wiwat-tharateeraparb commented 9 years ago

In short, yes it can. You would need know the data feed server IP address and username. PyRFA also allows retrieving data in other ways that Excel cannot do such as level-2 data (order book) and timeseries.

Wiwat Tharateeraparb www.devcartel.com | wiwat.t@devcartel.com +668 9500 9810

On 24 Jun 2015, at 12:40, mstellaris notifications@github.com wrote:

does pyrfa allow for similar data retrieval as one would do with the TR functions through excel?

— Reply to this email directly or view it on GitHub https://github.com/devcartel/api/issues/10.

mstellaris commented 9 years ago

hi wiwat, thanks for the answer. to be more specific, I have provided some examples of TR function used in Excel:

TR("2628.HK","TR.EventStartDate.date","EventType=RES")) TR.DivExDate(SDate=-3M EDate=1AY DateType=PD) TR.DivUnadjustedNet(SDate=-3M EDate=1AY DateType=PD)

Could you please comment if it is possible or not to request such dividend data through your library?

Thanks!

wiwat-tharateeraparb commented 9 years ago

Hi, I am not sure if it can get that dividend data really. It looks like it's timeseries data which I think PyRFA will not be able to retrieve those.