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"

}

Best Answer

  • raksina.samasiri
    Answer ✓

    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

    1694772624592.png

Answers

  • Hi @Frederic

    The above request should work - I just tried it and received the following response in my test:
    1694785001828.png

    How are you testing this request? On the Playground or within your own app? What are you receiving?

  • Thanks @nick.zincone , just checked the interface, the interface should only return the latest record with native interval of that RICs, i.e., cannot specify the interval, may only specify the end date.