Another Bhavcopy Downloader (ABCD)

By the way, a good news, for Amibroker users. version 6.30 ( even the cracked ) is now flawlessly grabbing EOD data from new Yahoo finiance site.

Formats used by Yahoo Finance for NSE BSE quotes:

^NSEI «« NIFTY SPOT Quote
^NSEBANK «« Bank NIFTY Spot Quote
^INDIAVIX «« India VIX Quote
INR=X «« For USDINR Quote
IONEXCHANG.BO «« For BSE quotes
YESBANK.NS «« For NSE Quotes

To maintain a clean Amibroker database using Yahoo EOD data, create a new Database,
then add your stock symbols first following the above formats, once done adding all the symbols as New,
run AmiQuote, and go as far back as 1990 Jan 1st & run data download.In no time all historic data will be with you...for all stocks that you trade!!
 
*** Downloading for 2020-08-31***

curl64 -L -f -k --max-time 10 --url https://archives.nseindia.com/content/historical/EQUITIES/2020/AUG/cm31AUG2020bhav.csv.zip -o /ABCD/NSE/cm31AUG2020bhav.csv.zip
Downloaded NseBhavcopy Zip
curl64 -L -f -k --max-time 10 https://archives.nseindia.com/archives/equities/mto/MTO_31082020.DAT -o /ABCD/NSE/MTO31082020.DAT
Downloaded NseDeliverable
Extracted Bhavcopy
Created NSE-EQ.txt file

Deleted zip file

curl64 -L -f -k --max-time 10 --url https://archives.nseindia.com/content/historical/DERIVATIVES/2020/AUG/fo31AUG2020bhav.csv.zip -o /ABCD/NSEFO/fo31AUG2020bhav.csv.zip
Downloaded NSE FO Bhavcopy
Extracted NSE foBhavcopy
Created NSE-FO.txt file

Deleted zip file

curl64 -f -k --max-time 10 --url https://archives.nseindia.com/archives/cd/mkt_act/cd31082020.zip -o /ABCD/NSECUR/cd31082020.zip
Downloaded NSE Currency Bhavcopy
Extracted cdBhavcopy
Created NSE-CF.txt file

Deleted zip file

curl64 -L -f -k --max-time 10 --url https://archives.nseindia.com/content/indices/ind_close_all_31082020.csv -o /ABCD/NSE/ind_close_all_31082020.csv
Downloaded index file
Created NSE-NDX.txt data file

curl64 -L -f -k --max-time 10 https://www.bseindia.com/download/BhavCopy/Equity/EQ310820_CSV.zip -o /ABCD/BSE/EQ310820_CSV.zip
Downloaded BseBhavcopy Zip
Extracted BSE Bhavcopy
Created BSE-EQ.txt file

Deleted zip file


****** Download complete******

See log.txt in installation folder /ABCD
for errors if any stated above
 

Similar threads