-
Notifications
You must be signed in to change notification settings - Fork 3
Introduction
This library acts as a C++ Wrapper of Alpha Vantage REST API. You can find the official documentation of the REST API here.
This software uses jsmn library to parser the JSON format (https://github.com/zserge/jsmn) - see the licence in Avapi/jsmn/LICENCE. Furthermore to develop we have used the APIs curl (https://curl.haxx.se), using GnuTLS for the SSL/TLS support - see the licence in Avapi/curl/LICENCE.
Alpha Vantage APIs are grouped into five categories:
- Time Series Data
- Foreign Exchange (FX)
- Digital & Crypto Currencies
- Technical Indicators
- Sector Performances
Time Series Data provides realtime and historical equity data in four different temporal resolutions:
- Intraday
- Daily
- Weekly
- Monthly
Daily, weekly, and monthly time series contain up to 20 years of historical data. Intraday time series typically span the past 10 to 15 active trading days.
Realtime currency exchange rates for physical and digital currencies.
APIs under this section provide a wide range of data feed for digital and crypto currencies such as Bitcoin.
Technical indicator values are updated realtime: the latest data point is derived from the current trading day of a given equity.
This API returns the realtime and historical sector performances calculated from S&P500 incumbents.
Authors: Antonio Papa and Simone Giuliani
Email: if you have any queries or suggestions please send us an email: sgiuliani.apapa at gmail.com