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 1

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.

1 Answer

· Write an Answer
Upvote
Accepted
80k 257 52 75

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