Connect to zerodha database

Hi Everyone,

I need to NSE hourly data. I have my C# application. Please let me know how to connect external appliation to zerdoha. I dont want to tigger any order. I Need only NSE hourly data for analysis purpose.

Thanks,
Vidhyapathy

You cannot use data from Zerodha to power your application, guess this violates the exchange’s data vending rules. However, you can get delayed feeds from NSE itself or any authorized data vendor - guess it does not cost much.

have you tried the ‘link to excel’ feature from PI?

I use the below URL to get option data in json format. Change the expiry, type and strike price as per your requirement. I then get the required values from the json output.
https://www1.nseindia.com/live_market/dynaContent/live_watch/get_quote/ajaxFOGetQuoteJSON.jsp?underlying=BANKNIFTY&instrument=OPTIDX&expiry=09MAR2017&type=CE&strike=20600.00

2 Likes

Check This:

1 Like