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,

Best Answer

  • chavalit-jintamalit
    Answer ✓

    Hi @kengo_takahashi_deprecated_0

    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.

    image

Answers