Skip to content

z-Wind/yahoofinance

Repository files navigation

yahoofinance - Yahoo Finance API in Go

GoDoc

Table of Contents

Installation

$ go get github.com/z-Wind/yahoofinance

Examples

Client

client := GetClient()
yfinance, err := New(client)

History

call := yfinance.History.Period("0050.TW", "1mo", "1d")
history, err := call.Do()

Reference

Releases

No releases published

Packages

No packages published

Languages