Hi,
I am currently using RDP Time Series Interday Summaries.
Using GET method will return a value for the field SRC_ES_DT. The value shown is 20210920
https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/USDONFSRF=ISDA?count=1&fields=FIXING_1,SRC_ES_DT
GET.png
However, using POST method, the same field SRC_ES_DT will return null. See bottom right corner of the image.
POST.png
https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries
Request Body:
{
"universe": [ "USDONFSRF=ISDA" ], "end": "2021-09-20", "adjustments": [ "exchangeCorrection", "manualCorrection", "CCH", "CRE", "RTS", "RPO" ], "fields": [ "FIXING_1", "SRC_ES_DT" ]}
Would like to confirm if there is a bug.
I want to use POST method in order to ask for multiple instruments in a single request. Don't think it is possible using GET method.