NSE/BSE Data From NSE/BSE website to Amibroker

Can we an App same as Amibossa for Indian NSE or BSE market ?

NSE and BSE provide Daily Bhav copy in CSV or ZIP format

NSE Bhav Copy
https://nsearchives.nseindia.com/products/content/sec_bhavdata_full_20012025.csv

BSE Bhav Copy
https://www.bseindia.com/bsedata/newbhavcopy/bhavcopy200125_CSV.ZIP

You can download CSV files using AmiQuote. AmiQuote supports user-definable data sources (see "Data sources" menu).

Or you can use wget or curl command line programs to download, zip to unzip and then import using OLE automation

You can use batch feature Using Batch window in AmiBroker to first run this command line

curl -O https://www.bseindia.com/bsedata/newbhavcopy/bhavcopy200125_CSV.ZIP
unzip bhavcopy200125_CSV.ZIP

and later Import.

2 Likes