Versions in this module Expand all Collapse all v1 v1.2.0 Jul 27, 2023 v1.0.0 Jul 27, 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