Skip to content

A Go wrapper for Alpha Vantage API for financial data. (WIP)

Notifications You must be signed in to change notification settings

MuhamedMagdi/alphavantage-go

Repository files navigation

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

Cryptocurrencies (Not Implemented)

Economic Indicators (Not Implemented)

Technical Indicators (Not Implemented)

About

A Go wrapper for Alpha Vantage API for financial data. (WIP)

Topics

Resources

Stars

Watchers

Forks

Languages