UnifyAPI
← Back to catalog

stocks.quote

mock data$0.004 / call

Stock Quote

Latest price, open, high, low, and volume for a ticker.

Financeprovider: Marketstack#stocks#quote

Input schema

symbolrequired

Ticker, e.g. AAPL

string

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>"}'

Try it

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