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.
- Configure your portfolio and settings in the
Configstruct - run with
cargo run
- Sync to InfluxDB: Use the
docker-compose.yamlfile to startup the DB and configure it inConfig
MIT