Get historical stock prices for any US ticker. Daily, weekly, monthly, or yearly OHLCV data from NYSE and NASDAQ.
GET request to:
https://api.financialdatasets.ai/prices/tickers/
ticker — the stock ticker symbol (e.g., AAPL, NVDA)interval — day, week, month, or yearstart_date — start date in YYYY-MM-DD formatend_date — end date in YYYY-MM-DD formatX-API-KEY.ticker, interval, start_date, and end_date.API key for authentication.
The stock ticker symbol (e.g. AAPL, MSFT).
The time interval for the price data.
day, week, month, year The start date for the price data (format: YYYY-MM-DD).
The end date for the price data (format: YYYY-MM-DD).