Alpha Vantage Go
A Go wrapper to get stock data and stock indicators from the Alpha Vantage API. Note: This project is still work in progress check the implemented methods
Introduction
Alpha Vantage delivers a free API for real time financial data and most used finance indicators. This module implements a wrapper to the free API provided by Alpha Vantage (http://www.alphavantage.co/). It requires an api key, that can be requested on http://www.alphavantage.co/support/#api-key. You can have a look at all the api calls available in their documentation http://www.alphavantage.co/documentation.
Methods
Time Series Stock Data APIs (WIP)
- Intraday
- Intraday Extended History
- Daily
- Daily Adjusted
- Weekly
- Weekly Adjusted
- Monthly
- Monthly Adjusted
- Quote
- Search
Alpha Intelligence
- News & Sentiment
- Winning Portfolios
Fundamental Data (WIP)
- Company Overview
- Income Statement
- Balance Sheet
- Cash Flow
- Earnings
- Listing & Delisting Status
- Earnings Calendar
- IPO Calendar
Forex(FX) (WIP)
- Exchange Rates
- Intraday
- Daily
- Weekly
- Monthly
Intraday Extended History PLEASE!
Great repo! Been looking for a good substitute for this one in Python. Would love to see extended intraday implemented! I'm a newbie to Golang so can't be much help :P