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"

}

}

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    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