← Back to catalog
stocks.history
mock data$0.006 / callStock Price History
Daily closing prices for a ticker over a number of days.
Input schema
days
integersymbolrequired
stringTicker, e.g. AAPL
Call via REST
curl -X POST https://unifyapi.pro/api/call/stocks.history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"days":7,"symbol":"<symbol>"}'