# Functions

Get returns an Quote quote that matches the parameters specified.
GetHistoricalQuote provides a single chart bar for a historical date.
List returns several quotes.
ListP returns a quote iterator and requires a params struct as an argument.

# Structs

Client is used to invoke quote APIs.
Iter is an iterator for a list of quotes.
Params carries a context and symbols information.