JPFrancoia / ticker_fetcher_go

Ticker fetcher in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%