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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
646 6 13 25

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythoneikon-com-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
39.2k 75 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 5.0 MiB each and 10.0 MiB total.

it seems I can also use RTX from COM API and collect US_* fields
Click below to post an Idea Post Idea