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

Create a free account to run these investor-grade stock endpoints with your own key. Create a free account to run the full workflow.

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:

  • date
  • market_cap
  • enterprise_value
  • pe_ratio
  • pb_ratio
  • ps_ratio
  • peg_ratio
  • ev_to_revenue
  • ev_to_ebitda
  • earnings_yield
  • fcf_yield

Example Request

curl -H "Authorization: Bearer $your_api_key" \
  "https://api.apifinance.ai/securities/AAPL/valuation/history"

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.