Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 703 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 703 Bytes

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!