Alpha Vantage
Dedicated to democratizing data, and constantly pushing the bar, Alpha Vantage Inc. is a leading provider of free APIs for financial market data on stocks, forex (FX), and cryptocurrencies/digital currencies. Our success is driven by rigorous research, cutting edge technology, and a disciplined focus on democratizing access to data. We are composed of a tight-knit community of researchers,…
Alpha Vantage endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
TIME_SERIES_INTRADAY /query |
This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified. |
| GET |
TIME_SERIES_DAILY_ADJUSTED /query |
This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume, daily adjusted close, and split/dividend events) of the global equity… |
| GET |
TIME_SERIES_DAILY /query |
This API returns daily time series (date, daily open, daily high, daily low, daily close, daily volume) of the global equity specified, covering 20+ years of historical data. |
| GET |
TIME_SERIES_WEEKLY_ADJUSTED /query |
This API returns weekly adjusted time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly adjusted close, weekly volume, weekly… |
| GET |
TIME_SERIES_WEEKLY /query |
This API returns weekly time series (last trading day of each week, weekly open, weekly high, weekly low, weekly close, weekly volume) of the global equity specified, covering… |
| GET |
TIME_SERIES_MONTHLY_ADJUSTED /query |
This API returns monthly adjusted time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly adjusted close, monthly volume,… |
| GET |
TIME_SERIES_MONTHLY /query |
This API returns monthly time series (last trading day of each month, monthly open, monthly high, monthly low, monthly close, monthly volume) of the global equity specified,… |
| GET |
Quote Endpoint /query |
A lightweight alternative to the time series APIs, this service returns the price and volume information for a security of your choice. |
| GET |
Search Endpoint /query |
Looking for some specific symbols or companies? We've got you covered! The Search Endpoint returns the best-matching symbols and market information based on keywords of your… |
| GET |
DIGITAL_CURRENCY_WEEKLY /query |
This API returns the weekly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC).… |
| GET |
Customizable Endpoint /query |
Build your own query from the [documentation, located here.](https://www.alphavantage.co/documentation/) There is one master catch-all endpoint, but the additional following… |
| GET |
Technical Indicators /query |
For more information on how to build all the different technical indicators there are, [please visit here](https://www.alphavantage.co/documentation/#technical-indicators). |
| GET |
CURRENCY_EXCHANGE_RATE (Crypto) /query |
This API returns the realtime exchange rate for any pair of digital currency (e.g., Bitcoin) or physical currency (e.g., USD). |
| GET |
FX_INTRADAY /query |
This API returns intraday time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. |
| GET |
FX_WEEKLY /query |
This API returns the weekly time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. The latest data point is the price information… |
| GET |
FX_DAILY /query |
This API returns the daily time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. |
| GET |
DIGITAL_CURRENCY_DAILY /query |
This API returns the daily historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC).… |
| GET |
CURRENCY_EXCHANGE_RATE /query |
This API returns the realtime exchange rate for any pair of digital currency (e.g., Bitcoin) and physical currency (e.g., USD). Data returned for physical currency (Forex) pairs… |
| GET |
FX_MONTHLY /query |
This API returns the monthly time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime. The latest data point is the prices information… |
| GET |
DIGITAL_CURRENCY_MONTHLY /query |
This API returns the monthly historical time series for a digital currency (e.g., BTC) traded on a specific market (e.g., CNY/Chinese Yuan), refreshed daily at midnight (UTC).… |