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

Historical data on USFN3025=TWEB

I see a value for the field "CF_CLOSE" in the data item browser for RICS "USFN3025=TWEB". However, ek.get_timeseries(["USFN3025=TWEB"], fields="CF_CLOSE") returns NaN for every date. Please help.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitime-series
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
10.1k 18 6 9

Hi @pandichef - thanks for your question. The current timeseries API has a reduced data model of only 6 fields Open, High, Low, Close, Volume, Count. So if you use the Close field you will get what you are looking for:

ek.get_timeseries(["USFN3025=TWEB"], fields="CLOSE")

I hope this can help.


1597568367876.png (47.1 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.