Where do I get the the full list of available tradingsymbol and symboltoken to fetch the LTP?
-
Where do I get the the full list of available tradingsymbol and symboltoken to fetch the LTP?
-
@anuragbaheti said in Where do I get the the full list of available tradingsymbol and symboltoken to fetch the LTP?:
Where do I get the the full list of available tradingsymbol and symboltoken to fetch the LTP?
Retrieve the CSV dump of all tradable instruments from below URL:
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
-
@admin this file keeps loading not able to get proper result
-
-
@rajanprabu how to use in nodejs? thread you mention is for python?
-
@91priyansh Sorry I don't use Node.js. But idea should be something similar.
-
@rajanprabu ok no problem
-
@anuragbaheti usually in python one can convert the Jason into csv and then read the csv column or convert csv column into list and pass that list to fetch data.You can try to built same logic in Node.js
-
Hi @91priyansh ,
You can check out my GitHub (nodejs) project for getting token against instruments/trading symbols.