Firstock Connect New API Release

Hello Firstock Community, I am glad to announce that Firstock has come up with three new API’s which helps both the developers and traders to tap into better access to the trading data and achieve much more functionality, you can check out the three new latest features on the

https://connect.thefirstock.com

The three new API’s consists of

  1. Get Quote LTP
    This API provides the latest market price of the subscribed token and this API allows only one token to be subscribed for that particular moment, you can find out more details of the API in the link given below:

Get quote ltp | Firstock

  1. Get Multi Quotes
    This API provides the detailed description of the token which includes the following parameter

{
“requestTime”: “12:26:55 18-03-2023”,
“companyName”: “NIFTY INDEX”,
“exchange”: “NSE”,
“tradingSymbol”: “Nifty 50”,
“symbolName”: “NIFTY”,
“segment”: “EQT”,
“instrumentName”: “UNDIND”,
“pricePrecision”: “2”,
“lotSize”: “1”,
“tickSize”: “0.05”,
“multipler”: “1”,
“priceFactor”: “(1 / 1 ) * (1 / 1)”,
“token”: “26000”,
“lastTradedPrice”: “17314.75”,
“company”: “17100.05”,
“upperCircuit”: “0.00”,
“lowerCircuit”: “0.00”,
“dayHighPrice”: “17745.60”,
“dayLowPrice”: “16921.35”,
“volume”: “0.00”,
“lastTradedQuantity”: “0.00”,
“lastTradeTime”: “0.00”,
“bestBuyPrice1”: “0.00”,
“bestBuyPrice2”: “0.00”,
“bestBuyPrice3”: “0.00”,
“bestBuyPrice4”: “0.00”,
“bestBuyPrice5”: “0.00”,
“bestSellPrice1”: “0.00”,
“bestSellPrice2”: “0.00”,
“bestSellPrice3”: “0.00”,
“bestSellPrice4”: “0.00”,
“bestSellPrice5”: “0.00”,
“bestBuyQuantity1”: “0.00”,
“bestBuyQuantity2”: “0.00”,
“bestBuyQuantity3”: “0.00”,
“bestBuyQuantity4”: “0.00”,
“bestBuyQuantity5”: “0.00”,
“bestSellQuantity1”: “0.00”,
“bestSellQuantity2”: “0.00”,
“bestSellQuantity3”: “0.00”,
“bestSellQuantity4”: “0.00”,
“bestSellQuantity5”: “0.00”,
“bestSellOrder1”: “0.00”,
“bestSellOrder2”: “0.00”,
“bestSellOrder3”: “0.00”,
“bestSellOrder4”: “0.00”,
“bestSellOrder5”: “0.00”,
“bestBuyOrder1”: “0.00”,
“bestBuyOrder2”: “0.00”,
“bestBuyOrder3”: “0.00”,
“bestBuyOrder4”: “0.00”,
“bestBuyOrder5”: “0.00”
}

and this API allows to subscribe to multiple token at a time, presently 30 token is recommended to be subscribed for each API call, the detailed description is provided in the link below

Get multi quotes | Firstock

  1. Get Multi Quotes LTP
    The functionality of this API is almost similar to the Get Multi Quotes, but over in this API instead of the complete information there will be only the LTP information given:

{
“requestTime”: “12:29:12 18-03-202”,
“companyName”: “NIFTY INDEX”,
“exchange”: “NSE”,
“token”: “26000”,
“lastTradedPrice”: “17438.65”
}

The detailed overview is given below in the link below

Get multi quotes ltp | Firstock

1 Like