Skip to content

dv-lebedev/historical-prices-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

historical-prices-downloader

Little script to download historical prices from Google Finance.

def main():

    destination_path = os.getcwd() #directory for downloded files

    start_date = datetime(2012, 5, 1)
    end_date = datetime(2012, 6, 1)

    symbols = [
        'GOOG',
        'IBM',
        'JPM'
    ]

    download_all(symbols, start_date, end_date, destination_path)

About

Little script to download historical prices from Google Finance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages