Get a single beta snapshot for a ticker using SPY benchmark, 5-year lookback, monthly interval, and adjusted close returns.
SPY (S&P 500 proxy)5ymonth (month-end)adjusted_closevalue is returned as null.
GET request to:
https://api.financialdatasets.ai/prices/tickers/
X-API-KEY.ticker to filter the data.beta: Object containing the beta calculation result.
value: Market beta (float) or null when data is insufficient.n_observations: Number of overlapping monthly return points used after date alignment.r_squared: Goodness-of-fit for the OLS relationship between stock and benchmark returns.