Option Chain Live Data
-
Hello team smartapi! I want to fetch live option chain data of banknifty and other indices and i don't know how to do it with smart api. Can you please help me with this and also about placing an order through api in options. Thank you.
-
@anand02nikhil we can write our own function for that !
-
@Moderator_3 There should be one API which can take symbolToken and stockExchange in the request and should return all the call & put strikes data for that symbolToken. The data should contain LTP, OI and any other relevant information.
-
Hello @anand02nikhil
Can you please explain here what exactly you are expecting other than this ?
Regards,
SmartAPI Team -
@Moderator_1 Is there any update on this ?
-
Hello @aniket,
We do not provide option chain data as of now, however we do provide candle data and Greeks for options. To place an order, check out this Documentation and choose the correct ordertype, producttype, exchange and other details from the order constants and use
placeOrder
endpoint to place the order. If you still have any queries, please let us know and we will assist you further.Thank you.
Regards
SmartAPI Team