yahoo-finance-rust-cli
Displays your configurable stock portfolio using Yahoo Finance data. It uses the WebSocket of the website to get real time (but delayed) data updates. The Yahoo Finance websocket uses an undocumented ProtoBuf format to encode the data - see proto/yahoo.proto
for details.
Usage
- Configure your portfolio and settings in the
Config
struct - run with
cargo run
Advanced features
- Sync to InfluxDB: Use the
docker-compose.yaml
file to startup the DB and configure it inConfig
License
MIT