Skip to content

JPFrancoia/ticker_fetcher_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticker fetcher

This is a simple CLI tool to track stocks, indexes, funds, etc. The information it outputs needs to be used with conky. However the software should be easy to modify for any sort of output. The source data comes from the Yahoo finance API.

Example with conky:

example

ticker_fetcher --help
Fetch financial information like stock tickers, funds, cryptos, etc.

Usage:
  ticker_fetcher [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  crypto      Fetch exchange rates for cryptos.
  fiat        Fetch exchange rates.
  fund        Fetch performances for ETFs
  help        Help about any command
  index       Fetch indexes performances
  stock       Fetch performances for stocks

Flags:
  -h, --help   help for ticker_fetcher

Use "ticker_fetcher [command] --help" for more information about a command.

Example:

ticker_fetcher stock AAPL
${alignc}AAPL = 192.75 (0.42 %)

About

Ticker fetcher in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages