Valuation History
Retrieve the valuation time series for a ticker when you need historical multiple expansion or compression analysis.
Use this endpoint when you need historical valuation rows instead of only the latest snapshot.
Endpoint
GET /securities/{ticker}/valuation/history
Test request
/securities/AAPL/valuation/history
Send a request to view the response.
Path Parameters
ticker: required ticker symbol
Response
The response includes valuation_history, an array of dated valuation rows.
Typical fields include:
datemarket_capenterprise_valuepe_ratiopb_ratiops_ratiopeg_ratioev_to_revenueev_to_ebitdaearnings_yieldfcf_yield
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/securities/AAPL/valuation/history"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.