question

Upvotes
Accepted
33 9 13 31

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"

}

#technologyrdp-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
14.2k 30 5 10

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


1694772624592.png (54.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
17.4k 82 39 63

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?


1694785001828.png (5.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.