Skip to content

Commit

Permalink
Fixes issue #56 - changed base URL by NSE
Browse files Browse the repository at this point in the history
* updated archive.py base URL to point towards new NSE archives URL
  • Loading branch information
pallasite99 authored Nov 2, 2023
1 parent c6a6427 commit 2cadbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jugaad_data/nse/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def unzipper(*args, **kwargs):


class NSEArchives:
base_url = "https://archives.nseindia.com"
base_url = "https://nsearchives.nseindia.com/"
"""Conventions
d - 1, 12 (without leading zero)
dd - 01, 21 (day of the month with leading zero)
Expand Down

0 comments on commit 2cadbc7

Please sign in to comment.