virresh / StockD

EOD Stock data downloader.
https://virresh.github.io/projects/stockd
GNU General Public License v2.0
11 stars 4 forks source link

Add cookie handling #7

Closed virresh closed 3 years ago

virresh commented 4 years ago

Example:

The download from this link will fail if you paste this link directly into a incognito / private browser https://www.nseindia.com/api/reports?archives=%5B%7B%22name%22%3A%22CM%20-%20Bhavcopy(csv)%22%2C%22type%22%3A%22archives%22%2C%22category%22%3A%22capital-market%22%2C%22section%22%3A%22equities%22%7D%5D&date=13-Apr-2020&type=equities&mode=single

However, opening nse-india site first and then downloading works. So need to add a request session that will handle cookies.