Versions in this module Expand all Collapse all v0 deprecated v0.1.0 Apr 8, 2022 Changes in this version + type Client struct + func (c *Client) GetExchanges(ctx context.Context, params *models.GetExchangesParams, ...) (*models.GetExchangesResponse, error) + func (c *Client) GetMarketHolidays(ctx context.Context, options ...models.RequestOption) (*models.GetMarketHolidaysResponse, error) + func (c *Client) GetMarketStatus(ctx context.Context, options ...models.RequestOption) (*models.GetMarketStatusResponse, error) + func (c *Client) GetTickerDetails(ctx context.Context, params *models.GetTickerDetailsParams, ...) (*models.GetTickerDetailsResponse, error) + func (c *Client) GetTickerTypes(ctx context.Context, params *models.GetTickerTypesParams, ...) (*models.GetTickerTypesResponse, error) + func (c *Client) ListConditions(ctx context.Context, params *models.ListConditionsParams, ...) *ListConditionsIter + func (c *Client) ListDividends(ctx context.Context, params *models.ListDividendsParams, ...) *ListDividendsIter + func (c *Client) ListSplits(ctx context.Context, params *models.ListSplitsParams, ...) *ListSplitsIter + func (c *Client) ListTickers(ctx context.Context, params *models.ListTickersParams, ...) *ListTickersIter + type ListConditionsIter struct + func (it *ListConditionsIter) Condition() models.Condition + type ListDividendsIter struct + func (it *ListDividendsIter) Dividend() models.Dividend + type ListSplitsIter struct + func (it *ListSplitsIter) Split() models.Split + type ListTickersIter struct + func (it *ListTickersIter) Ticker() models.Ticker