question

Upvotes
Accepted
1 0 0 3

When is the StartTime inclusive vs exclusive in the RKD intraday timeseries API?

I am using http://api.rkd.refinitiv.com/api/TimeSeries/TimeSeries.svc/REST/TimeSeries_1/GetIntradayTimeSeries_5 API Endpoint to fetch intraday fx data every hour. This is my example payload. Can you provide information about when the StartTime is inclusive vs exclusive?


{

"GetIntradayTimeSeries_Request_5": {

"Field": [

"OPEN",

"HIGH",

"LOW",

"CLOSE",

"BID",

"ASK"

],

"TrimResponse": "false",

"Symbol": "AUD=",

"StartTime": "2023-06-29T00:00:00",

"EndTime": "2023-06-30T00:59:00Z",

"Interval": "MINUTE"

}

}

#technologyrkd-apirkd
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.

1 Answer

· Write an Answer
Upvotes
Accepted
26.4k 62 17 14

Hello @vaishali.khairnar30

Could you please clarify more detail about the "when the StartTime is inclusive vs exclusive" message?

I did a quick test on the RKD API product page with your query, the response data contain a "TIMESTAMP" field with cover the StartTime information as follows:

rkd-api-response.png


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.

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.