Categorygithub.com/cmckee-dev/go-alpha-vantage
modulepackage
0.0.0-20190315022515-f8ae72eef75c
Repository: https://github.com/cmckee-dev/go-alpha-vantage.git
Documentation: pkg.go.dev

# README

#Introduction

Composed of a tight-knit community of researchers, engineers, and business professionals, Alpha Vantage Inc. is a leading provider of free APIs for realtime and historical data on stocks, physical currencies, and digital/crypto currencies. Our success is driven by rigorous research, cutting edge technology, and a disciplined focus on democratizing access to data.

  • Free APIs in JSON and CSV formats
  • Realtime and historical equity data
  • Bitcoin & other digital currencies
  • 50+ technical indicators
  • Chart-ready time series

To get started, browse through our API Documentation to test drive our API library. Whenever you feel ready, claim your free API key and start exploring!

# Packages

No description provided by the author

# Functions

NewClientConnection creates a new Client with the default Alpha Vantage connection.
NewClientConnection creates a Client with a specific connection.
NewConnectionHost creates a new connection at the default Alpha Vantage host.
NewConnectionHost creates a new connection at the given host.

# Constants

HostDefault is the default host for Alpha Vantage.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Client is a service used to query Alpha Vantage stock data.
DigitalCurrencySeriesValue is a piece of data for a given time about digital currency prices.
TimeSeriesValue is a piece of data for a given time about stock prices.

# Interfaces

Connection is an interface that requests data from a server.

# Type aliases

TimeInterval specifies a frequency to query for intraday stock data.
TimeSeries specifies a given time series to query for.