#This is open source web app developed in python by Manish Lamba(Linkedin: https://www.linkedin.com/in/manish--lamba/, Gmail: [email protected]) to show open intereset and change in open interest for selected securities
You can use this repo to show live open interest/ change in live open interest for indices: 'NIFTY', 'BANKNIFTY', 'FINNIFTY' and currency: 'USDINR' and commodities: 'CRUDEOIL', 'NATURALGAS'. You can alseo change the url and also include other stock(like 'RELIANCE','SBIN') and indices.
Find below the Useful url's:
- Indices= https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY #Replace 'NIFTY" with other indices to fetch data for that index, e.g. 'BANKNIFTY', 'FINNIFTY', 'MIDCPNIFTY'
- USDINR= https://www.nseindia.com/api/option-chain-currency?symbol=USDINR #Replace 'USDINR' with other cuurrency to fetch data for that currency, e.g. 'GBPINR', 'EURINR', 'JPYINR'
- CrudeOil= Post_Api: https://www.mcxindia.com/backpage.aspx/GetOptionChain, Payload: {'Commodity':'CRUDEOIL','Expiry':'15FEB2023'} #change payload Expiry with current Expiry date
- NaturalGas= https://www.mcxindia.com/backpage.aspx/GetOptionChain, Payload: {'Commodity':'NATURALGAS','Expiry':'21FEB2023'} #Change payload Expiry with current Expiry date
- Equities= https://www.nseindia.com/api/option-chain-equities?symbol=ADANIENT #Replace 'ADANIENT' with other stock name to fetch data for that stock, e.g. 'RELIANCE', 'HDFC' or can also choose from FNO Symbol list
- FNO Symbol list= https://archives.nseindia.com/content/fo/fo_mktlots.csv
- Clearing holidays= https://www.nseindia.com/api/holiday-master?type=clearing
- Trading holidays= https://www.nseindia.com/api/holiday-master?type=trading
- nse events= https://www.nseindia.com/api/event-calendar
- nse blockdeal= https://nseindia.com/api/block-deal
- market status= https://nseindia.com/api/marketStatus
- nse fiidii daily cash data= https://www.nseindia.com/api/fiidiiTradeReact
Addig sensex futures and options features soon.
#Feel free to drop any suggestions #This is the first version of the web app I have developed, and also hosted at www.Bullopear.com, You can also visit this website to view live OI
#You can also visit 'https://www.youtube.com/@Bullopear' to view more local versions of this repo