@admin
How can find correct trading symbol & symbol token. I always follow https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Please help me to find out the correct information related to scripts
tcmstunner
@tcmstunner
Best posts made by tcmstunner
Latest posts made by tcmstunner
-
RE: Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch
-
RE: Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch
@PandaTrade said in Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch:
49853
We searched in - https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
here you can find the token and symbol -
Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch
Re: Entered trading symbol and symbol token is mismatch : errorcode: 'AB1019'
Hi @admin
I'm getting error on placing order for the script "token":"49853", "symbol":"NIFTY21JANFUT",Error Message:
{
message: 'Entered trading symbol and symbol token is mismatch',
errorcode: 'AB1019',
status: false,
data: null
}smart_api.placeOrder({
"variety": "NORMAL", "tradingsymbol": "NIFTY21JANFUT", "symboltoken": "49853", "transactiontype": "BUY", "exchange": "NFO", "ordertype": "MARKET", "producttype": "INTRADAY", "duration": "DAY", "triggerprice": "0", "squareoff": "0", "stoploss": "0", "quantity": 1 })
-
RE: Live market feed
@admin
Please also confirm low price & high price on first opening of market -
RE: Live market feed
@admin
Hi Admin, at first opening, tick data that I'm getting for token 49853 is as below
{ "to": "42797910.00", "lo": "14200.10", "e": "nse_fo", "sp": "14266.90", "c": "14189.45", "ltp": "14266.90", "ltq": "75", "tk": "49853", "bs": "300", "ltt": "07/01/2021 09:15:00", "tsq": "32625", "v": "3000", "bp": "14266.00", "cng": "77.45", "bq": "150", "ap": "14265.97", "nc": "00.55", "name": "sf", "tbq": "80175" }But when I'm checking here
https://trade.angelbroking.com/portfolio/chart?flag=der&exch=FONSE&instru=FUTIDX&symbol=NIFTY&exp=28-01-2021&option=XX&strikePrice=-1&ntoken=49853&label=NIFTY 28 Jan 2021&lotsize=75&period=5m&views=&display=Candle&defaultPeriod=1DOpening price is showing 14,200.10
But in above response ltp is 14266.90Can you please clarify what should be the market open price?