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.

@vaishali.khairnar30

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
24.7k 54 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.