-
Notifications
You must be signed in to change notification settings - Fork 2
Introduction
Antonio edited this page Sep 16, 2017
·
2 revisions
This library acts as a .NET CORE Wrapper of Alpha Vantage REST API. You can find the official documentation of the REST API here.
Alpha Vantage APIs are grouped into three categories:
- Time Series Data
- 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.
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.