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

Can Eikon Data APIs give me historical forex exchange rates with a data point frequency of 15 minutes or lower?

I want exchange rates for USD-EUR, USD-CAD, USD-GBP, and USD-AUD for the past three months, and I want a time series frequency which is not greater than 15 minutes. Can I retrieve this from Eikon Data API?

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apihistoricaltime-seriesforex
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.

Upvotes
Accepted
318 1 0 4

Hi @magnublo, you can use the following:

ek.get_timeseries(["USDEUR=R"], fields=["Close"], start_date = "2019-11-01", end_date = "2019-11-13",interval="minute")


intraday-minute.jpg (68.7 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.

Upvotes
9.6k 10 7 7

Hello @magnublo

For more details of get_timseries method and its parameters, please refer to Eikon Data API for Python - Reference Guide

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.