Hello, support team
This file is excel function.
I want to get this data using python Eikon API proxy.
Please teach me about how to write code...
Best regards,
@kengo_takahashi_deprecated_0
The ek.get_timeseries method in Eikon Data APIs can't retrieve the same historical data as the =RHistory excel function.
This method supports the following fields: 'TIMESTAMP', 'VALUE', 'VOLUME', 'HIGH', 'LOW', 'OPEN', 'CLOSE', 'COUNT'. For more information, please refer to Eikon Data APIs for Python - Reference Guide.
You can contact Eikon Excel support team regarding how to retrieve the same data with the =TR excel function. If the data is available via the =TR excel function, you can apply it to the ek.get_data method in Eikon DATA APIs.