Skip to content

Download data from yahoo finance and store in postgres.

License

Notifications You must be signed in to change notification settings

regan-karlewicz/yfinance2pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yfinance2pg

Download financial data to postgres database from yahoo finance.

Installation

python3 -m pip install yfinance2pg

Usage

usage:
    yfinance2pg <options>

options:
    --help
        help menu
    --exclude [value ...]
        skip download phase, possible list
        values are `companies` or `priceVolume`
    --start-date [YYYY-MM-DD]
        start date for price volume data download
        defaults to last downloaded day, or Jan 1, 1970
        if no previous data exists
    --host [string]
    --user [string]
    --dbname [string]
    --port [string]
    --password [string]
        postgres connection options

Want to contribute?

Open a PR!

About

Download data from yahoo finance and store in postgres.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages