Valuation

Retrieve the current valuation snapshot for a ticker, including market cap, enterprise value, and core multiples.

Use this endpoint when you need the current valuation layer for a single security.

Endpoint

GET /securities/{ticker}/valuation
Test request
/securities/AAPL/valuation

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

Typical fields include:

  • valuation.date
  • valuation.market_cap
  • valuation.enterprise_value
  • valuation.net_debt
  • valuation.pe_ratio
  • valuation.forward_pe
  • valuation.pb_ratio
  • valuation.ps_ratio
  • valuation.peg_ratio
  • valuation.ev_to_revenue
  • valuation.ev_to_ebitda
  • valuation.ev_to_fcf
  • valuation.earnings_yield
  • valuation.fcf_yield
  • valuation.dividend_yield

Example Request

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

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.