alpha-vantage

alpha-vantage

3.9

alpha-vantage is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of alpha-vantage and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Alpha Vantage MCP server provides seamless access to a vast array of financial market data, including stocks, forex, and cryptocurrencies.

The Alpha Vantage MCP server is a robust platform designed to provide seamless access to a vast array of financial market data. Whether you're interested in stocks, forex, or cryptocurrencies, this server offers comprehensive tools to obtain and analyze market information efficiently. Alpha Vantage is dedicated to democratizing data access by combining cutting-edge technology with a user-friendly approach.

Features

  • High Popularity and Reliability: With a high popularity rating and a 100% service level, the Alpha Vantage MCP server is trusted by professionals and enthusiasts alike for its reliability and performance.
  • Low Latency: Experience rapid data retrieval with an average latency of 350ms, ensuring you have access to real-time information when you need it.

Tools

  1. time_series_intraday

    This API returns intraday time series (timestamp, open, high, low, close, volume) of the equity specified.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. quote_endpoint

    A lightweight alternative to the time series APIs, this service returns the price and volume information for a security of your choice.

  9. 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.

  10. customizable_endpoint

    Build your own query from the documentation, located here. There is one master catch-all endpoint, but the additional following "endpoints" give you samples of how to build URLs.

  11. fx_intraday

    This API returns intraday time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.

  12. 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.

  13. fx_daily

    This API returns the daily time series (timestamp, open, high, low, close) of the FX currency pair specified, updated realtime.

  14. 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.

  15. 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.

  16. 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.

  17. 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.

  18. 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.

  19. technical_indicators

    For more information on how to build all the different technical indicators there are, please visit here.