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
646 21 32 41

high , low, open , close for US forex session

How can I get OHLC for US session using Eikon Data API or Com API?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apieikon-com-api
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
Upvotes
Accepted
39.4k 77 11 27

If you only need the latest values, you can use get_data method of Eikon Data APIs with spot FX RICs like EUR= and field names US_OPEN, US_HIGH, US_LOW and US_CLOSE.

If you need timeseries, you can use Eikon .NET APIs or you can use the pre-release of Refinitiv Data Platform library. For the latter see Historical Pricing - Interday Summaries example. Use FX RICs like EUR= and field names AMEROP_BID, AMERHI_BID, AMERLO_BID, AMERCL_BID.

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.

it seems I can also use RTX from COM API and collect US_* fields

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.