i, Please help me.
I am using theses formula below:
(import refinitiv.data as rd
import eikon as tr)
eg)
tr.get_data("CCBD0","TR.OFFICIALASKPRICE", "TR.LOWPRICE", "TR.HIGHPRICE", "TR.OFFICIALASKPRICE.date")
rd.get_history("CCBD0","OFF_ASK", "LOW_1", "HIGH_1", end='2023-10-31')
AND This is what i got in my log:
Then I ask Refinitiv for the log files, and this is what i got:
They said it is already updated at 2023-10-31 17:53:18 but when I execute that function up there:
It provided only 2023-10-27's data.
It should be 2023-10-30's data.
Please help me.