The client's using the formula: =RData("FGBLZ9";"LAST";;{"ONTIME:10:45";"MACRO:Snapshot"};;A1)
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
The client's using the formula: =RData("FGBLZ9";"LAST";;{"ONTIME:10:45";"MACRO:Snapshot"};;A1)
I think your question is how to make an equivalent call in Python?
Please take a look at this document, https://docs-developers.refinitiv.com/1574925076302/14684/book/en/eikon/index.html#get_timeseries
I am not so sure about the "ONTIME:10:45"
But this should be a similar API call (You have to figure out what is the ONTIME in your excel and update the start_time)