টপিকঃ stockbangladesh EOD CSV ডাউনলোডার
# Type your username & password inside the quotes:
USER_NAME = '<YOUR_USERNAME_HERE>'
PASS_WORD = '<YOUR_PASSWORD_HERE>'
# Modify the range of dates for which to fetch data:
DATE_START = date(year=2010, month = 11, day = 1)
DATE_FINISH = date(year=2010, month = 11, day = 25)