Open vamsivajjah opened 3 years ago
They have scripmaster csv on 5paisa developer homepage. you will find the scrip codes.
Can we get historical options data i.e., options data(intraday 5min,15min etc) of expired options for backtesting in 5Paisa through the Python api?
Hi @vamsivajjah , We currently don't provide historical data for expired contracts
Thanks for the reply @5paisa. Also I want to know how can we manipulate the streaming data i.e., how can we store it in a database for working with the live data like using for real time strategies.
Hi @vamsivajjah ,
You can use the on_message() to recieve these data streamed.
How can i extract the option chain for nifty and banknifty? @5paisa
Hi @vamsivajjah ,
We will provide it soon!
Description
How to get the Scrip codes for each of the options ce and pe to get the historical options data in 5paisa in python? Please suggest.
What I Did