stockdata

package module
v0.0.0-...-a427057 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: MIT Imports: 12 Imported by: 0

README

stockdata

A library for accessing information about stock,and making it go consumable.

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

type Symbol struct {
	Symbol   string
	Name     string
	Sector   string
	Industry string
	ETF      bool
	DRIP     bool
}

func FetchAMEXSymbols

func FetchAMEXSymbols() []Symbol

func FetchNYSESymbols

func FetchNYSESymbols() []Symbol

func FetchNasdaqSymbols

func FetchNasdaqSymbols() []Symbol

func FetchTSXSymbols

func FetchTSXSymbols() []Symbol

Fetch symbols for the Toronto Stock Exchange

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL