Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API is used for accessing the Yahoo Finance API
func (*API) Get ¶
func (a *API) Get(ctx context.Context, symbols []string, interval time.Duration) ([]*stockboard.Stock, error)
Get fetch data about a list of given stock symbols
func (*API) TradingClose ¶ added in v0.0.60
TradingClose ...
Click to show internal directories.
Click to hide internal directories.