Versions in this module Expand all Collapse all v0 v0.0.3 Jul 2, 2023 v0.0.2 Jul 2, 2023 Changes in this version + func Get(symbol string) (*finance.Quote, error) + func GetHistoricalQuote(symbol string, month int, day int, year int) (*finance.ChartBar, error) + type Client struct + B finance.Backend + func (c Client) ListP(params *Params) *Iter + type Iter struct + func List(symbols []string) *Iter + func ListP(params *Params) *Iter + func (i *Iter) Quote() *finance.Quote + type Params struct + Symbols []string