pittengermd / historical_market_database

App to get historical market data from yahoo finance and store into influxdb."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

historical_market_database

Project that retrieves end of day data from yahoo finance and stores in influxDB Allows Operations to be performed on stored data, such as find max/min value within provided time period.

USAGE:
    historical_market_database --start <START> --end <END> --symbol <SYMBOL> <SUBCOMMAND>

OPTIONS:
    -b, --start <START>      Start date for stock price search
    -e, --end <END>          End date for stock price search
    -h, --help               Print help information
    -s, --symbol <SYMBOL>    Stock symbol ticker to lookup prices for
    -V, --version            Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    max     
    min 

About

App to get historical market data from yahoo finance and store into influxdb."

License:MIT License


Languages

Language:Rust 100.0%