Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchTSXETFs ¶
func FetchTSXETFs() []string
Types ¶
type ExDividend ¶
type ExDividend struct {
Symbol string
ExDividendDate time.Time
PayableDate time.Time
Dividend float64
Yield float64
Currency string
}
func FetchTSXExDividends ¶
func FetchTSXExDividends() []ExDividend
type Symbol ¶
func FetchAMEXSymbols ¶
func FetchAMEXSymbols() []Symbol
func FetchNYSESymbols ¶
func FetchNYSESymbols() []Symbol
func FetchNasdaqSymbols ¶
func FetchNasdaqSymbols() []Symbol
Click to show internal directories.
Click to hide internal directories.