Documentation
¶
Index ¶
- Constants
- Variables
- func New() fquery.Source
- type Source
- func (s *Source) DividendHist(symbols []string) (map[string]fquery.DividendHist, error)
- func (s *Source) DividendHistLimit(symbols []string, start time.Time, end time.Time) (map[string]fquery.DividendHist, error)
- func (s *Source) Hist(symbols []string) (map[string]fquery.Hist, error)
- func (s *Source) HistLimit(symbols []string, start time.Time, end time.Time) (map[string]fquery.Hist, error)
- func (s *Source) Quote(symbols []string) ([]fquery.Quote, error)
- func (s *Source) String() string
Constants ¶
View Source
const (
HIST_URL = "http://www.bloomberg.com/markets/chart/data/%s/%s"
)
Variables ¶
View Source
var VERBOSITY = 0
Functions ¶
Types ¶
type Source ¶
type Source struct{}
func (*Source) DividendHist ¶
func (*Source) DividendHistLimit ¶
Click to show internal directories.
Click to hide internal directories.