Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Amex ¶
type Amex struct {
// contains filtered or unexported fields
}
Amex define american stock exchange
type Bse ¶ added in v0.9.0
type Bse struct {
// contains filtered or unexported fields
}
Bse define beijing stock exchange
type Exchange ¶
type Exchange interface {
Code() string
Location() *time.Location
Companies() (map[string]*quotes.Company, error)
Crawl(*quotes.Company, time.Time) (*quotes.CompanyDailyQuote, error)
}
Exchange define exchanges
type Hkex ¶
type Hkex struct {
// contains filtered or unexported fields
}
Hkex define hongkong exchange
type Nasdaq ¶
type Nasdaq struct {
// contains filtered or unexported fields
}
Nasdaq define nasdaq exchange
type Nyse ¶
type Nyse struct {
// contains filtered or unexported fields
}
Nyse define new york stock exchange
type Sse ¶
type Sse struct {
// contains filtered or unexported fields
}
Sse define shanghai stock exchange
Click to show internal directories.
Click to hide internal directories.