← Back to catalog
finnhub.quote
mock data$0.001 / callReal-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)
Input schema
symbolrequired
stringStock ticker symbol (e.g. "AAPL", "GOOGL", "TSLA", "MSFT")
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>"}'