Skip to content

lukstei/yahoo-finance-rust-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahoo-finance-rust-cli

Build

asciicast

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 in Config

License

MIT

About

Yahoo Finance CLI written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages