← Back to catalog
stocks.quote
mock data$0.004 / callStock Quote
Latest price, open, high, low, and volume for a ticker.
Input schema
symbolrequired
stringTicker, e.g. AAPL
Call via REST
curl -X POST https://unifyapi.pro/api/call/stocks.quote \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"symbol":"<symbol>"}'