How can I run the following command:
df = ek.get_timeseries(['EUGDQY=ECI'],start_date='2010-03-01',end_date='2020-04-26',interval='quarterly')
using Postman rather than the API
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
How can I run the following command:
df = ek.get_timeseries(['EUGDQY=ECI'],start_date='2010-03-01',end_date='2020-04-26',interval='quarterly')
using Postman rather than the API
Hi @ashan.taha,
The Eikon/Workspace data API is not exposed through a Rest'ful interface, and hence cannot be used with Postman.
You can use Python, .NET or TypeScript languages to get data using RDLibraries.
Hi @ashan.taha ,
In addition to my colleague's reply, you may use the CodeBook application that comes with Eikon Desktop/ Refinitiv Workspace application, Here's the video that can help you get started using CodeBook easily How to go from Refinitiv Developer Articles to CodeBook and start coding as fast as possible!