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

Is there an API to fetch the Foreign Exchange Data history

It seems that we have, but I can't get any information from this page FX Pricing Data | Refinitiv .

apidocumentexchanges
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.

@shibo.yan

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your 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

1 Answer

· Write an Answer
Upvote
Accepted
79.2k 251 52 74

@shibo.yan

That page contains a list of products and APIs that can be used to access the data set.

1663126395800.png

For example, you can use Eikon Data API to receive daily historical data of JPY=.

df1 = ek.get_timeseries('JPY=',
            interval   = 'daily',
            count=10)
df1

1663126586434.png


1663126395800.png (88.8 KiB)
1663126586434.png (28.9 KiB)
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.