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

reply wrong data.('.TOPX' yesterday close data)

Hello, support team.


I'm using EIKON API.

I want to get yesterday close price.It was normal until a few days ago. (ticker code is '.TOPX')


before_price_df, err = ek.get_data(instruments=[".TOPX", ".MTHR"], fields=['TR.PriceClose(Lag=0D)'])

print("before_price_df", before_price_df)

-------------------------------------------------------------------

[* reply data]

before_price_df Instrument Price Close

0 .TOPX 1292.01

1 .MTHR 613.98

-------------------------------------------------------------------

’.TOPX’ --> bad data. reply data is ...1292.01 (correct data: 1399.32)

'.MTHR' --> correct data. reply data is... 613.98


Please investigate this issue.


Best regards,

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-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.

Upvotes
Accepted
18.2k 21 13 21

Hi @kengo_takahashi

I just check the case again today.

I saw that helpdesk provided a workaround to use TR.ClosePrice field while they are fixing issue on TR.PriceClose field.

However, today, it seems that all the content issue has been resolved.

I am sorry for the inconvenience caused.


ahs.png (45.8 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
78.6k 248 52 74

@kengo_takahashi

The data (1292.01) is for 2020-03-23.

I got the same data when using Eikon Excel.

Please contact the Eikon support team via MyRefinitiv to verify the problem.


1585273303020.png (13.2 KiB)
1585273363833.png (6.4 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.

Upvote
18.2k 21 13 21

Hi @kengo_takahashi

I think it is a content issue.

I submitted ticket no. 08524895 on your behalf to Refinitiv content helpdesk.


ahs.png (60.0 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

@chavalit.jintamalit

Thank you very much. I'm waiting progress.



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.