We are trying to retrieve Exchange Rate data (middle unpadded) through the Refinitiv Python API for the Symbol ARGPES$. While I can successfully access this data in Excel using the formula ARGPES$(ER#S), I am unable to replicate this in the Python API.
Specifically:
Symbol: ARGPES$
Field needed: Exchange Rate, middle unpadded (ER#S)
I can see this data in Excel using the formula ARGPES$(ER#S)
I have tried various approaches using both rd.get_data() and rd.get_history() without success
Could you please provide guidance on:
- The correct syntax to query this specific field through the Python API
- Whether there are specific parameters or configurations needed to access this type of data
- An example of the correct API call to retrieve this Exchange Rate value