UnifyAPI
← Back to catalog

stocks.history

mock data$0.006 / call

Stock Price History

Daily closing prices for a ticker over a number of days.

Financeprovider: Marketstack#stocks#history

Input schema

days
integer
symbolrequired

Ticker, e.g. AAPL

string

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

Try it

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