z-Wind / alphavantage

alphavantage - Alpha Vantage API in Go

Home Page:https://www.alphavantage.co/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alphavantage - Alpha Vantage API in Go

GoDoc

Table of Contents

Apply

Installation

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

Examples

Client

client := GetClient(apikey)
av, err := New(client)

Timeseries

call := av.TimeSeries.Intraday("VTI", TimeSeriesIntervalOneMinute)
timeSeriesList, err := call.Do()

Todo

  • Foreign Exchange
  • Digital Crypto Currencies
  • Technical Indicators
  • Sector Performances

Reference

About

alphavantage - Alpha Vantage API in Go

https://www.alphavantage.co/documentation/

License:MIT License


Languages

Language:Go 100.0%