Skip to content

Chart Data

Get Time Price Data

Request Details :

Parameter Name Possiblevalue Description
jData* Should send json object with fields in below list
jKey* Key Obtained on login success.
Json Fields Possiblevalue Description
uid* Logged in User Id
exch* Exchange
token*
st Start time (seconds since 1 jan 1970) in timestamp format you can use https://timestamp.online to conver date time into timestamp
et End Time (seconds since 1 jan 1970) in timestamp format you can use https://timestamp.online to conver date time into timestamp
intrv “1”, ”3”, “5”, “10”,“15”, “30”, “60”, “120”, “240” Candle size in minutes (optional field, if not given assume to be “1”)

Request and Response Structure

jData=
{
"uid":"J171",
"exch":"NSE",
"token":"13745",
"intrv":"15",
"st":"1715744700",
"et":"1715759100"
}
&jKey=f3b2c35eba3a828e180e5ae4017f65a2dea75c3b9cb4c2f6367b1b0d66209e21
[
{
"stat":"Ok",
"time":"02-06-2020 15:46:23",
"into":"0.00",  
"inth":"0.00",
"intl":"0.00",
"intc":"0.00",
"intvwap":"0.00",
"intv":"0",
"intoi":"0",
"v":"980515",
"oi":"128702"
},
{
"stat":"Ok",
"time":"02-06-2020 15:45:23",
"into":"0.00",
"inth":"0.00",
"intl":"0.00",
"intc":"0.00",
"intvwap":"0.00",
"intv":"0",
"intoi":"0",
"v":"980515",
"oi":"128702"
},
{
"stat":"Ok",
"time":"02-06-2020 15:44:23",
"into":"0.00",
"inth":"0.00",
"intl":"0.00",
"intc":"0.00",
"intvwap":"0.00",
"intv":"0",
"intoi":"0",
"v":"980515",
"oi":"128702"
},
{
"stat":"Ok",
"time":"02-06-2020 15:43:23",
"into":"1287.00",
"inth":"1287.00",
"intl":"0.00",
"intc":"1287.00",
"intvwap":"128702.00",
"intv":"4",
"intoi":"128702",
"v":"980515",
"oi":"128702"
},
{
"stat":"Ok",
"time":"02-06-2020 15:42:23",
"into":"0.00",
"inth":"0.00",
"intl":"0.00",
"intc":"0.00",
"intvwap":"0.00",
"intv":"0",
"intoi":"0",
"v":"980511",
"oi":"128702"
}
]
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}

Response Details :

Response data will be in json format in case for failure.

Json Fields Possiblevalue Description
stat Not_Ok TPData failure indication.
emsg This will be present only in case of errors.

Response data will be in json format in case for success.

Json Fields Possiblevalue Description
stat Ok TPData success indication.
time DD/MM/CCYY hh:mm:ss
into Interval open
inth Interval high
intl Interval low
intc Interval close
intvwap Interval vwap
intv Interval volume
v volume
intoi Interval io change
oi oi

EOD Chart Data

Request Details :

Parameter Name Possiblevalue Description
jData* Should send json object with fields in below list
jKey Key Obtained on login success.
Json Fields Possiblevalue Description
sym* Symbol name
from* From date in timestamp format you can use https://timestamp.online to conver date time into timestamp
to* To date in timestamp format you can use https://timestamp.online to conver date time into timestamp
jData=
{
"sym":"NSE:RELIANCE-EQ",
"from":"1716176700",
"to":"1716371100"
}
&jKey=f3b2c35eba3a828e180e5ae4017f65a2dea75c3b9cb4c2f6367b1b0d66209e21
[
"{
"time":"22-MAY-2024", 
"into":"2872.55", 
"inth":"2937.55", 
"intl":"2872.55", 
"intc":"2921.30", 
"ssboe":"1716336000", 
"intv":"5140802.00"
}",
"{
"time":"21-MAY-2024", 
"into":"2851.20", 
"inth":"2883.65", 
"intl":"2851.20", 
"intc":"2872.25", 
"ssboe":"1716249600", 
"intv":"5588064.00"
}"
]
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}

Request Details :

Response data will be in json format with below fields.

Json Fields Possiblevalue Description
time DD/MM/YYYY hh:mm:ss
into Interval open
inth Interval high
intl Interval low
intc Interval close
ssboe Date,Seconds in 1970 format
intv Interval volume