vfilimonov / pydatastream

Python interface to the Refinitiv Datastream (former Thomson Reuters Datastream)
MIT License
71 stars 30 forks source link

How to pull Euro denominated data for multiple firms? #13

Open blucap opened 7 years ago

blucap commented 7 years ago

Just wondering how to obtain Euro denominated data when I want to retrieve data drom multiple firms and for multiple items, e.g. for example for the request below:

res = DWE.fetch(['@AAPL','U:MMM'], fields=['P','MV','VO','PH'], date_from='2000-05-03')
print res['MV'].unstack(level=0)

I tried to shoe in ~~EUR , but to no avail ...

vfilimonov commented 7 years ago

Hello Martien,

I would suggest to contact TR service desk and ask how the request should look like in this case - and then I could have a look how to do this via fetch in the pydatastream.

Best Vladimir

blucap commented 7 years ago
                                                                                  Will do, I am currently running a trial of Eikons, they happily support me.                                                                                                                                                                                                                                                                                                                                         Sent from my BlackBerry Classic smartphone | M: +64 21 134 7500 | M: +44 774 558 4224 | H: +44 1524 888 914 | M: +316 8155 8570 | BBRY PIN 2BFBFAF3 |Zoom: 848 342 9576 | No Need to Hit the 'Send' Key. Just Talk to Me.                                                                                                                                                                                                                 From: Vladimir FilimonovSent: Sunday, 16 July 2017 07:33To: vfilimonov/pydatastreamReply To: vfilimonov/pydatastreamCc: Martien Lubberink; AuthorSubject: Re: [vfilimonov/pydatastream] How to pull Euro denominated data for multiple firms? (#13)Hello Martien,

I would suggest to contact TR service desk and ask how the request should look like in this case - and then I could have a look how to do this via fetch in the pydatastream. Best Vladimir

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/vfilimonov/pydatastream","title":"vfilimonov/pydatastream","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/vfilimonov/pydatastream"}},"updates":{"snippets":[{"icon":"PERSON","message":"@vfilimonov in #13: Hello Martien,\r\n\r\nI would suggest to contact TR service desk and ask how the request should look like in this case - and then I could have a look how to do this via fetch in the pydatastream. \r\n\r\nBest\r\nVladimir"}],"action":{"name":"View Issue","url":"https://github.com/vfilimonov/pydatastream/issues/13#issuecomment-315556824"}}}

vfilimonov commented 6 years ago

Hello Martien, were there any response from TR?

DBrughmans commented 5 years ago

Is there any solution for this issue?

vfilimonov commented 5 years ago

I suspect that not, and possibly will not be - it looks like Thomson Reuters is moving to the new REST API anyway...

As it was mentioned by Andrew Han in https://github.com/vfilimonov/pydatastream/issues/17#issuecomment-410558525:

I just got off the phone with some of their support folk. They said that they are phasing out access to Datastream via DataWorks Enterprise, and that we should use Datastream Web Services (DSWS) now.