Another Bhavcopy Downloader (ABCD)

Relish

Well-Known Member
#53
Sir what two columns tick do 1. Preserve Original files 2 Verbose

I downloaded one year data only NSE & indices. Data downloaded in notepad format.

but when i checked these two data in csv zip file.

Thank's for such wonderful utility & other.

How many years data I am able to download mainly for equity spot only (nse and bse) ? Thank's
 

josh1

Well-Known Member
#55
How many years data I am able to download mainly for equity spot only (nse and bse) ? Thank's
Please find out and let me know ;);)
 

rmike

Well-Known Member
#56
josh1 said:
Checkbox controls are already there
My Bad! Previous ver hangover! :)
josh1 said:
OI field is already provided in FnO files. It is not there in equities. Exchange doesn't give
Its downloaded as a separate file

http://www.nseindia.com/products/content/equities/equities/eq_security.htm

GBC parses that file to extract the values and adds the field. The value addition is, that for non FnO stocks the field contains deliverable volume data

josh1 said:
Prior to 1-12-2015, NSE used to provide index historical data from here ........On 1-12-2015, NSE decided to increase number of indices and also started disbursing data for all of them in single file
Am aware (since all utilities again went kaput on that day :)). Was referring to the provision of parsing the file, post download, to extract only the selected indices as per user choice (same as NSE EOD Downloader)

josh1 said:
There are 1600 plus scrips in NSE equity which you are carrying in your data base. Out of these, at least 500 are useless for trading. What difference does is make if you add another 30 index scrips which you don't use? Just ignore them.
That certainly is an option too :)

Personally, no 'must haves' are attached to these suggestions :) Every downloader has its unique characteristics
 

Relish

Well-Known Member
#57
Please find out and let me know ;);)
Sir today I downloaded from oct 2012. I will try previous year also & post here. :clap:

Meanwhile answer did i need to check 1. Preserve Original files 2 Verbose field or just let them unchecked ? Thank's
 

TracerBullet

Well-Known Member
#58
Am aware (since all utilities again went kaput on that day :)). Was referring to the provision of parsing the file, post download, to extract only the selected indices as per user choice (same as NSE EOD Downloader)
Since the quotes should be in seperate lines, you can simply 'grep' out what you need.

So can do simple batch file / script that
1) opens ABCD and waits for close ( or do it manually)
2) extract required scrips using grep ( i gave command earlier ) and output to seperate csv
3) use import script.

grep is standard unix command to search in text file and is also available for windows, i got it from here

As example, here is the AHK script that i use for ABCD. AHK is not really needed but i prefer it over batch files.
Drop this inside ABCD and edit the script.
 

josh1

Well-Known Member
#59
Sir today I downloaded from oct 2012. I will try previous year also & post here. :clap:

Meanwhile answer did i need to check 1. Preserve Original files 2 Verbose field or just let them unchecked ? Thank's
Leave them unchecked. They are facility for debugging
 
#60
ABCD can now download EOD data for
NSE Equity, futures, Options, Currency, Indices
BSE Equity, futures, Currency

BSE futures is in excel format. I did not know how to handle it. All other files are processed and saved in format compatible with Amibroker, Metastock etc.
Download link available in my signature.

This is my format file.
Code:
# Format definition file generated automatically
# by AmiBroker's ASCII Import Wizard
$FORMAT Ticker, Date_YMD, Open, High, Low, Close, Volume, OpenInt
$SKIPLINES 0
$SEPARATOR ,
$CONT 1
$GROUP 255
$AUTOADD 1
$DEBUG 1
ABCD is open source. It will work in windows as well as linux. No dependencies like dot net.
hi Josh

Thanks for good utility

I have 2 problem

1 I unable to import BSE Bhav in Meta stock it is giving error 810 (no data converted and 814 (Invalid source file format )

BSE Bhav

500002, 20140702, 1148.00, 1200.00, 1148.00, 1152.95, 9851, ABB LTD. ,
500003, 20140702, 240.30, 246.00, 236.00, 244.35, 21334, AEGIS LOGIS ,
500008, 20140702, 473.00, 495.00, 473.00, 485.10, 46881, AMAR RAJA BA,
500009, 20140702, 5.25, 5.56, 5.05, 5.50, 9889, A.SARABHAI ,

2 In NSE futures data er get the expire month
like
BANKNIFTY_28-Jan-2016, 20160118, 15185, 15347, 14985.35, 15050.9, 138545, 2946270,
BANKNIFTY_31-Mar-2016, 20160118, 15352.45, 15360, 15035.15, 15123.9, 381, 16020,

Can we get current Month next Month far Month in place of that

I have read full thread unable to get solution bro ...Basically I am a noob in all IT

With Regards Thanks
Pramendra
 

Similar threads