ConsoleCatalog
Sign in
Alphavantage.Co logo

Alphavantage.Co

alphavantage.coFinanceno auth

Alpha Vantage public market data APIs for stock quotes, intraday and daily time series, fundamentals, FX, crypto, and technical indicators.

Global Quote

ASYNCREADNo auth

Fetches the latest realtime stock quote for a single ticker symbol. Returns open, high, low, close, volume, and change percent fields.

ParametersFormJSON

Stock ticker symbol to look up (e.g. IBM, AAPL, MSFT)

Alpha Vantage API key used to authenticate the query

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_alphavantage_co_global_quote",
    "params": {
      "symbol": "IBM",
      "apikey": "demo"
    }
  }'