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

  • By Mohamed Magdi
  • Last update: Feb 9, 2023
  • Comments: 1

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)

Download

alphavantage-go.zip

Comments(1)

  • 1

    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