DQuotes - NSE and BSE and F&O EOD Bhavcopy and Indices downloader

Do you like DQuotes ?

  • Yes

    Votes: 13 92.9%
  • No

    Votes: 0 0.0%
  • Don't care

    Votes: 1 7.1%

  • Total voters
    14
#13
Thanks for creating a good and fast downloader.

I have a small issue while downloading the BSE bhavcopy.
The volume in the converted bhavcopy is the turnover of the day
and not the actual volume of shares traded. NET_TURNOV
instead of NO_OF_SHRS.
(what is converted is the volume multiplied by closing price)

If this can be fixed the utility will be excellent.

The headers are as below.

SC_CODE,SC_NAME,DATE,OPEN,HIGH,LOW,CLOSE,NET_TURNOV,ISIN_CODEFILLER3
500002,ABB LTD. ,20210308,1505.00,1512.00,1477.25,1489.50,14649310.00,INE117A01022
500003,AEGIS LOGIS ,20210308,317.00,321.75,312.00,314.30,5095073.00,INE208C01025
500008,AMAR RAJA BA,20210308,900.00,908.90,893.00,902.90,27640204.00,INE885A01032
 

Attachments

#14
Thanks for creating this wonderful utility. For the NSE quotes can you add Delivery volume after the volume.

Following is the current header you have in "<date> NSE-Cash+Indices+Futures.csv"
Code:
SYMBOL,DATE,OPEN,HIGH,LOW,CLOSE,VOLUME,ISIN
It would be great if you could also add Delivery volume and update to using
Code:
SYMBOL,DATE,OPEN,HIGH,LOW,CLOSE,VOLUME,DELVOL,ISIN
Also, could you share the url if the code is hosted on any of the code hosting services.
 
#15
Thanks for creating a good and fast downloader.

I have a small issue while downloading the BSE bhavcopy.
The volume in the converted bhavcopy is the turnover of the day
and not the actual volume of shares traded. NET_TURNOV
instead of NO_OF_SHRS.
(what is converted is the volume multiplied by closing price)

If this can be fixed the utility will be excellent.

The headers are as below.

SC_CODE,SC_NAME,DATE,OPEN,HIGH,LOW,CLOSE,NET_TURNOV,ISIN_CODEFILLER3
500002,ABB LTD. ,20210308,1505.00,1512.00,1477.25,1489.50,14649310.00,INE117A01022
500003,AEGIS LOGIS ,20210308,317.00,321.75,312.00,314.30,5095073.00,INE208C01025
500008,AMAR RAJA BA,20210308,900.00,908.90,893.00,902.90,27640204.00,INE885A01032
Yes indeed volume is needed instead of the net turnover.

Also is it possible to get rid of the SC_NAME field. Its not required.

It would be great if you can incorporate the selection of the fields from the original bhavcopy using a conf file. This will allow the users to customize the output as per their need without sending you custom requests. Just my two cents.

Thanks once again.
 

rpc

Active Member
#16
Thanks for creating a good and fast downloader.

I have a small issue while downloading the BSE bhavcopy.
The volume in the converted bhavcopy is the turnover of the day
and not the actual volume of shares traded. NET_TURNOV
instead of NO_OF_SHRS.
(what is converted is the volume multiplied by closing price)

If this can be fixed the utility will be excellent.

The headers are as below.

SC_CODE,SC_NAME,DATE,OPEN,HIGH,LOW,CLOSE,NET_TURNOV,ISIN_CODEFILLER3
500002,ABB LTD. ,20210308,1505.00,1512.00,1477.25,1489.50,14649310.00,INE117A01022
500003,AEGIS LOGIS ,20210308,317.00,321.75,312.00,314.30,5095073.00,INE208C01025
500008,AMAR RAJA BA,20210308,900.00,908.90,893.00,902.90,27640204.00,INE885A01032
Hi prktrade
Thanks for your interest in DQuotes.
I will make necessary changes as per your requirement as soon as I get time
Thanks
 

rpc

Active Member
#17
Hi ike
I will see if Delivery volume can be added.
I think I will keep SC_NAME as it may be easy to identify quotes when you mant to check them manually. BSE codes are just numbers difficult to remember.
I have another program which allows to select columns as per your requirement. I will upload that in sometime.
Thanks.
 
#18
@rpc thanks for actively supporting the requests.

Hi ike
I will see if Delivery volume can be added.
I think I will keep SC_NAME as it may be easy to identify quotes when you mant to check them manually. BSE codes are just numbers difficult to remember.
I have another program which allows to select columns as per your requirement. I will upload that in sometime.
Thanks.
Sure that would be good. Right now it seems that feild isn't trimmed and hence comes with extra spaces at the end. It would be good to get rid of those extra spaces.

I would be glad to know your take on hosting the code on github or similar source hosting service.
 

Similar threads