alpha-vantage
The Alpha Vantage MCP server provides seamless access to a vast array of financial market data, including stocks, forex, and cryptocurrencies.
time_series_intraday
This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified.
Try it
Result:
time_series_daily_adjusted
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 specified, covering 20+ years of historical data.
Try it
Result:
time_series_daily
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.
Try it
Result:
time_series_weekly_adjusted
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 dividend) of the global equity specified, covering 20+ years of historical data.
Try it
Result:
time_series_weekly
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 20+ years of historical data.
Try it
Result:
time_series_monthly_adjusted
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, monthly dividend) of the equity specified, covering 20+ years of historical data.
Try it
Result:
time_series_monthly
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, covering 20+ years of historical data.
Try it
Result:
quote_endpoint
A lightweight alternative to the time series APIs, this service returns the price and volume information for a security of your choice.
Try it
Result:
search_endpoint
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 choice. The search results also contain match scores that provide you with the full flexibility to develop your own search and filtering logic.
Try it
Result:
customizable_endpoint
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 "endpoints" give you samples of how to build URLs.
Try it
Result:
fx_intraday
This API returns intraday time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.
Try it
Result:
fx_weekly
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 for the week (or partial week) containing the current trading day, updated realtime.
Try it
Result:
fx_daily
This API returns the daily time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.
Try it
Result:
currency_exchange_rate
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 also include realtime bid and ask prices.
Try it
Result:
fx_monthly
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 for the month (or partial month) containing the current trading day, updated realtime.
Try it
Result:
digital_currency_weekly
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). Prices and volumes are quoted in both the market-specific currency and USD.
Try it
Result:
digital_currency_daily
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). Prices and volumes are quoted in both the market-specific currency and USD.
Try it
Result:
digital_currency_monthly
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). Prices and volumes are quoted in both the market-specific currency and USD.
Try it
Result:
technical_indicators
For more information on how to build all the different technical indicators there are, [please visit here](https://www.alphavantage.co/documentation/#technical-indicators).