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
Send a request to view the response.
Path Parameters
ticker: required ticker symbol
Response
Typical fields include:
valuation.datevaluation.market_capvaluation.enterprise_valuevaluation.net_debtvaluation.pe_ratiovaluation.forward_pevaluation.pb_ratiovaluation.ps_ratiovaluation.peg_ratiovaluation.ev_to_revenuevaluation.ev_to_ebitdavaluation.ev_to_fcfvaluation.earnings_yieldvaluation.fcf_yieldvaluation.dividend_yield
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/securities/AAPL/valuation"
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.