Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Running get_timeseries via Postman

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

eikon-data-api#technologydatascope-selectapi
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @ashan.taha

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvote
Accepted
22k 58 14 21

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
14.2k 30 5 10

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!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.