Curl Updates
2nd April 2023
Additon:- Added Regular Interval | Firstock and Day Interval | Firstock APIs in Time price series.
19th March 2023
Addition:- Added Get quotes ltp | Firstock to Market Connect. This API let’s the user to subscribe the to multiple token at a single time.
- Added Get multi quotes | Firstock to Market Connect. This API gives the LTP of the multiple token subscribed.
- Added Get multi quotes ltp | Firstock to Market Connect. This API gives the LTP of a single token subscribed.
- Added "DAY" Interval in Time price Series | Firstock to Market Connect. This API gives the Day wise Time price series data.
- In all the API the “key“ parameter “Status“ has been changed to “status“ in both the success and failure response in version 3
28th Feb 2023
Addition:- Version 3.0.0 has been released
- Success of Login API has been changed from Version 2
- In Get Quotes the URL has been changed from
- In Span Calculator the input parameter has been changed from version 2
- In Time Price Series DAY interval has been added to the time Price Series, The input parameter has been changed from version 2
{
"Status": "Success",
"data": {
"actid": "*********",
"userName": "",
"susertoken": "",
"email": "*****************"
}
}
to Version 3
{
"status": "Success",
"data": {
"actid": "AA199",
"userName": "sssss",
"susertoken": "dc6b91b7d4059be1d875e83774c5bb3374cf6198a93dbc29655ed4b2f8314a42",
"email": "[email protected]"
}
}
https://connect.thefirstock.com/apiV2/getQuotes
to new version
https://connect.thefirstock.com/api/V3/getQuote
{
"userId": "",
"jKey": "",
"data": [
{
"exchange": "",
"instname": "",
"symbolName": "",
"expd": "",
"optt": "",
"strikePrice": "",
"netQuantity": ""
},
{
"exchange": "",
"instname": "",
"symbolName": "",
"expd": "",
"optt": "",
"strikePrice": "",
"netQuantity": ""
}
]
}
to version 3
{
"userId": "",
"data": [
{
"exchange": "",
"instrumentName": "",
"symbolName": "",
"expireDate": "",
"optionType": "",
"strikePrice": "",
"netQuantity": ""
},
{
"exchange": "",
"instrumentName": "",
"symbolName": "",
"expireDate": "",
"optionType": "",
"strikePrice": "",
"netQuantity": ""
}
],
"jKey": ""
}
{
"userId": "",
"exchange": "",
"token": "",
"endtime": "",
"starttime": "",
"jKey": "",
"intrv": ""
}
to version 3
{
"userId": "",
"exchange": "",
"token": "",
"startTime": "",
"endTime": "",
"interval": "",
"jKey": ""
}
API Url changed to
https://connect.thefirstock.com/api/V3
- Basket Margin Method code Basket margin | Firstock has been changed
- Span Calculator Method code Span calculator | Firstock has been changed
- Time Price Series Method code Time price series | Firstock has been changed