Versions in this module Expand all Collapse all v1 v1.0.0 Sep 1, 2018 Changes in this version + func Get(symbol string) (*finance.ETF, 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) ETF() *finance.ETF + type Params struct + Symbols []string