alphavantage.co
Alpha Vantage market and FX data API provider.
Builds against the documented Alpha Vantage query API for equities, forex, and symbol discovery. The provider uses the public HTTPS endpoints with apikey and function parameters, and returns normalized time series, quotes, exchange rates, and matched symbols.
Gets daily OHLCV series for a symbol and returns normalized time series data. Use symbol, outputsize, and apikey to control scope and history depth. Backed by Alpha Vantage.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Equity ticker to request.
IBM
Controls compact or full history.
compact
Auth required for this operation.
Returns the latest quote snapshot for one symbol with price and change metrics in the documented quote shape. Use symbol and apikey to fetch the current snapshot. Backed by Alpha Vantage.
Ticker symbol for the quote lookup.
IBM
Fetches a single FX pair quote and returns normalized exchange rate data. Use from_currency, to_currency, and apikey to request the pair. Backed by Alpha Vantage.
Base currency code.
USD
Quote currency code.
JPY
Looks up instruments by keyword and returns matched symbols with documented metadata. Use keywords and apikey to search without needing a symbol code. Backed by Alpha Vantage.
Search phrase for the symbol lookup.
Microsoft
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.