virresh / StockD

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

Unable to download data #22

Closed brahmesht closed 3 weeks ago

brahmesht commented 1 month ago

Hi Sir,

Seems nse has changed BHAV COPY how can we download data now ?

virresh commented 1 month ago

Yes, lots of people have reported this issue and it's because of NSE depreciating the equity bhavcopy format. Quoted from their website:

Discontinued w.e.f July 08,2024. Refer NSE Circular No. 62424 dated June 12, 2024. Switch to CM-UDiFF Common Bhavcopy Final(zip)

I'll release a new version with fixes for the new data source, but it'll take a while since the new format is not compatible with old format. In the meanwhile, you can use nse daily with delivery link profile to download equity and index data (unfortunately no alternative for futures so far)

brahmesht commented 1 month ago

thanks sir for your kind reply and hard work u will put in for creating the new program

can you plz share link for this " you can use nse daily with delivery link profile to download equity and index data"

virresh commented 1 month ago

It is already built into StockD: Link Profiles

Full user guide is available here - https://github.com/virresh/StockD/wiki/User-Guide#what-are-link-profiles

brahmesht commented 1 month ago

Thabks sir God bless you..

Hope u rise to big heights in Google

On Tue, 9 Jul, 2024, 00:04 Viresh Gupta, @.***> wrote:

It is already built into StockD: Screenshot.2024-07-09.000111.png (view on web) https://github.com/virresh/StockD/assets/10978108/8c4b8696-1b4d-4bdd-bfcc-50f8f1499752

Full user guide is available here - https://github.com/virresh/StockD/wiki/User-Guide#what-are-link-profiles

— Reply to this email directly, view it on GitHub https://github.com/virresh/StockD/issues/22#issuecomment-2214905459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN2WXZ32SPSTJDPFOCAAW7DZLLLRRAVCNFSM6AAAAABKRJ3II2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUHEYDKNBVHE . You are receiving this because you authored the thread.Message ID: @.***>

renuraj commented 1 month ago

i am unable to do as mentioned a si get everytime error check your internet connection. rather i am using wifi still. can anybody help me to solve this issue ![Uploading Screenshot_2.jpg…]()

virresh commented 1 month ago

@renuraj

  1. Are you behind a proxy server?
  2. Haver you enabled insecure mode in StockD?
  3. Can you share log files?
renuraj commented 1 month ago

no i am not behind a [roxy server and neither insecure mode and i am not sure were the log files are

renuraj commented 1 month ago

stockd_debuglog.txt

concerned file for reference

virresh commented 4 weeks ago

@renuraj have you tried the "NSE Daily (with Delivery)" link profile? Seems like you're using NSE Archives link profile from the logs you shared, and it will not work for data starting from 8th July owing to changes on NSE server.

renuraj commented 3 weeks ago

@virresh thank you for the quick response to my query and for the new version too. Yes i had tried with the delivery link profile several times at different timings but i got same error that chk your internet connection. with the new version too i am getting same error. attached herewith all the files for reference, Screenshot_2 stockd_clilog.txt stockd_debuglog.txt WMA 89 Techniques.pdf

waiting for your reply and pls let me know where i am wrong

virresh commented 3 weeks ago

@renuraj the there isn't enough information in the logs you shared to understand what went wrong. My guess is the configuration went corrupt somewhere.

Anyways, for now the fastest way is to reset your configuration after updating to 4.9. Follow these steps in order:

  1. Create a new folder, different from the one you're already using.
  2. Download the new version (v4.9)
  3. Put the downloaded file in the new folder created in step 1
  4. Start StockD. It should be able to load data for dates after 8th july.

You might have problems downloading data before 8th july if you are unable to switch link profiles, but you can use an older version of stockd if needed.

renuraj commented 3 weeks ago

issue is solved error is bec of drive i was using it should . thank u so much

virresh commented 3 weeks ago

Cool

Closing this issue as it's fixed.