twse - TWSE API in Go Table of Contents Installation Examples Reference Installation $ go get github.com/z-Wind/twse Examples Client client := GetClient() twse, err := New(client) Quotes call := twse.Quotes.GetStockInfoTWSE("0050") stockInfo, err := call.Do() Reference https://github.com/toomore/gogrs