API List/Alpha Vantage API

Alpha Vantage API

online

Stock market data, forex, and cryptocurrency data with technical indicators.

📊 FinanceAuth: api-keyPopularity: 75/100Latency: 200ms
Run in Explorer →

Base URL

https://www.alphavantage.co

Authentication

Requires an API key. Pass it as a query parameter or in the header.

View Documentation →

Endpoints

Query stock data

functionstringrequired— API function (e.g., TIME_SERIES_DAILY)
symbolstringrequired— Stock symbol

Example Request

GET https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=AAPL

Example Response

{
  "Meta Data": {"1. Information": "Daily Prices"},
  "Time Series (Daily)": {"2024-01-15": {"1. open": "185.00"}}
}

Tags

stocksforexfinancetradingmarket-data