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 + type Client struct + B finance.Backend + func (c Client) Get(params *Params) *Iter + type Iter struct + func Get(params *Params) *Iter + func (i *Iter) Bar() *finance.ChartBar + func (i *Iter) Meta() finance.ChartMeta + type Params struct + End *datetime.Datetime + IncludeExt bool + Interval datetime.Interval + Start *datetime.Datetime + Symbol string