P1M not working for the RDP interday-summaries POST interface
Why only P1D interval takes effect? Others, e.g., P1M, not working for the interday-summaries POST interface.
POST https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries
{
"universe": [
"EUR=",
"CAD=",
"CHF=",
"GBP=",
"JPY="
],
"end": "2020-12-01",
"adjustments": [
"exchangeCorrection",
"manualCorrection",
"CCH",
"CRE",
"RTS",
"RPO"
],
"fields": [
"BID"
],
"interval": "P1M"
}
Find more posts tagged with
Hi @Frederic
The above request should work - I just tried it and received the following response in my test:
How are you testing this request? On the Playground or within your own app? What are you receiving?
Hi @Frederic ,
Regarding to the Reference tab in the API doc, P1M is the valid value for Interval parameter. Hence, this is more like a content question on the interval P1M, and the moderators
on this forum are expertise on Refinitiv APIs usage. However, they do not have
deep expertise in every type of content available through Refinitiv products.
Such expertise is available through Refinitiv Helpdesk, which can be reached
via MyRefinitiv and the support team is going to contact you soon to assist with this.
Hope this helps
and please let me know in case you have any further questions
Hi @Frederic ,
Regarding to the Reference tab in the API doc, P1M is the valid value for Interval parameter. Hence, this is more like a content question on the interval P1M, and the moderators
on this forum are expertise on Refinitiv APIs usage. However, they do not have
deep expertise in every type of content available through Refinitiv products.
Such expertise is available through Refinitiv Helpdesk, which can be reached
via MyRefinitiv and the support team is going to contact you soon to assist with this.
Hope this helps
and please let me know in case you have any further questions