UnifyAPI
← Back to catalog

finnhub.quote

mock data$0.001 / call

Real-Time Stock Quote

Real-time stock price quote — current price, change, percent change, day high/low, open, previous close. Supports US stocks, ETFs, and major global exchanges (Finnhub)

Financeprovider: Finnhub#finnhub#finance

Input schema

symbolrequired

Stock ticker symbol (e.g. "AAPL", "GOOGL", "TSLA", "MSFT")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/finnhub.quote \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"symbol":"<symbol>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.