你好,根据路透官网提供的方法:https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start#getting-started-with-python 利用refinitiv.data 获取的数据比利用excel插件获取数据慢2个小时~3个小时,这个问题能帮忙解决一下吗?
@huangpengxiao
Thank you for reaching out to us.
Please share the python code that you are using.
Hello @huangpengxiao
Which version of the RD Library that you are using? You can check it with the following code:
import refinitiv.data as rd print(rd.__version__)
Additionally, can you replicate the issue with the latest version of Data Library, https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python ?
使用的是1.6.2的那个版本
老师你好,使用的python代码: import refinitiv.data as rd rd.open_session() # universe = 'GL-STK-T-EIA',fields = 'COMM_LAST',interval='1D' df: DataFrame = rd.get_history(universe, fields=fields, interval=interval, start=startDate, end=endDate)
The API just retrieve responses from the historical pricing endpoint.
You need to contact the Historical Pricing API support team directly via MyAccount to verify when the daily historical data was released for this RIC.