A thread on getting intraday (any timeframe) data to excel without any coding. Limited to only last 60 days. Fetches from zerodha chart.

👇

1. Open the chart on zerodha web in chrome. Right click and select 'Inspect'. Click 'Network' as shown in this pic.
2. Right click on the last entry on the table you see and click 'copy as cURL (bash)'
3. Go to website https://t.co/f8rhwoGLUc and paste on the left box and click 'Run'
4. The output below candles written on right of box is the ohlc, volume and oi data. Copy and paste to excel.
5. You can change the dates on the first line of code pasted on left box and run again to get the data.

More from Trading

You May Also Like