List enterprise values

Return market capitalization, debt, cash, enterprise value, capital structure, and enterprise-value ratios for one company across financial periods.

GET/v3.0.0/fundamental/enterprise-value/{identifier}

Plan Access

Free

(Your plan)

Individual

$29/mo

Professional

$89/mo

Plan History

Free

(Your plan)

2 years

Individual

$29/mo

5 years

Professional

$89/mo

40+ years

Request
curl "https://api.roic.ai/v3.0.0/fundamental/enterprise-value/NASDAQ:AAPL?apikey=YOUR_API_KEY&period_type=annual"
Response
200 OK
{
  "data": [
    {
      "id": "fnd_N7wh3Ukmc6CRKm",
      "symbol": "NASDAQ:AAPL",
      "period_type": "annual",
      "period_end_date": "2025-09-30",
      "fiscal_year": 2025,
      "period_label": "FY",
      "currency": "USD",
      "price_currency": "USD",
      "fx_applied": false,
      "object": "v3.fundamentals.enterprise_value",
      "market_cap": 3761715193800,
      "bs_cash_near_cash_item": 35934000000,
      "bs_pfd_eqty_and_hybrid_cptl": null,
      "bs_minority_noncontrolling_interest": null,
      "short_and_long_term_debt": 98657000000,
      "enterprise_value": 3805675193800,
      "bs_tot_cap": 177961000000,
      "tot_debt_to_tot_cap": 55.4374273014874,
      "total_debt_to_ev": 0.02592365217103305,
      "ev_to_ttm_sales": 9.144718495486122,
      "ev_to_ttm_ebitda": 26.29172903114378,
      "ev_to_ttm_ebit": 28.603346063885756,
      "ev_to_ttm_cash_flow_firm": 34.137127014226515,
      "ev_to_ttm_free_cash_flow_firm": 38.5318496441119,
      "diluted_mkt_cap": 3820645997110,
      "diluted_ev": 3864605997110,
      "ev_to_sh_out": 257.6056465397617,
      "ttm_net_sales": 416161000000,
      "ttm_ebitda": 144748000000,
      "ttm_oper_inc": 133050000000,
      "ttm_cash_flow_firm": 111482000000,
      "ttm_free_cash_flow_firm": 98767000000
    }
  ],
  "next_page_url": null,
  "previous_page_url": null
}

Parameters

Path parameters

identifierstringrequired

A ticker ID, an exchange and symbol separated by a colon (e.g. NASDAQ:AAPL), or a FIGI.

Examples: NASDAQ:AAPLtkr_cO46h8pgSu9QqyBBG000B9XRY4

Query parameters

period_typestringoptional

Financial period cadence.

Default: annualValues: annualquarterlyttm
period_labelstringoptional

Filter to a specific period within the fiscal year: FY for annual periods, or Q1Q4 for quarterly and TTM periods.

Values: FYQ1Q2Q3Q4
datestringoptional

Pass a YYYY-MM-DD date directly for an exact period-end-date match. For a range, combine the modifiers below, for example, date.gte=2020-01-01&date.lt=2026-01-01.

+ Show filter modifiers
date.gtestring

Return statements whose period end date is on or after this date.

date.gtstring

Return statements whose period end date is strictly after this date.

date.ltestring

Return statements whose period end date is on or before this date.

date.ltstring

Return statements whose period end date is strictly before this date.

fiscal_yearobjectoptional

Filter by fiscal year. Combine the range modifiers below to select the reporting years you need.

+ Show filter modifiers
fiscal_year.gteinteger

Return statements from this fiscal year onward.

fiscal_year.gtinteger

Return statements after this fiscal year.

fiscal_year.lteinteger

Return statements through this fiscal year.

fiscal_year.ltinteger

Return statements before this fiscal year.

orderstringoptional

Sort by period end date (period_end_date).

Default: descValues: ascdesc
limitintegeroptional

Maximum number of resources to return.

Default: 50Min: 1Max: 100
pagestringoptional

Opaque page token from a previous response. Follow the returned page URL when possible.

Response

Response fields

dataarray of objects

Array of financial period resources for the current page, one per reporting period.

+ Show child attributes
idstring

Unique identifier for the financial period record, beginning with fnd_. Store it as the stable reference to this period's figures.

symbolstring

Qualified symbol combining the exchange code and ticker separated by a colon, e.g. NASDAQ:AAPL.

period_typestring

Cadence of the period: annual for full fiscal years, quarterly for fiscal quarters, or ttm for trailing-twelve-month aggregates.

period_end_datestring

Last calendar day of the financial period, in YYYY-MM-DD format.

fiscal_yearnumber

Fiscal year the period belongs to, e.g. 2025. Fiscal years may not align with calendar years; Apple's fiscal 2025 ends in September 2025.

period_labelstring

Label of the period within the fiscal year: FY for annual periods, or Q1 through Q4 for quarters.

currencystring

ISO 4217 code of the currency the financial values are reported in, e.g. USD.

price_currencystring

ISO 4217 code of the currency used for price-derived values such as market capitalization. It can differ from currency when the listing trades in another currency.

fx_appliedboolean

Whether metric values were converted from the company's reporting currency. false means the figures are as originally reported.

objectstring

String representing the object's type, e.g. v3.fundamentals.income_statement. Each fundamentals endpoint returns its own object type.

market_capnumber

Market Capitalization: The total stock-market value of all outstanding shares in a company.

bs_cash_near_cash_itemnumber

Cash & Cash Equivalents: Cash and highly liquid assets that can be converted into cash within 90 days.

bs_pfd_eqty_and_hybrid_cptlnumber

Preferred Equity and Hybrid Capital: Securities that combine debt-like and equity-like features.

bs_minority_noncontrolling_interestnumber

Minority/Non Controlling Interest: The equity ownership stake of less than 50% in a subsidiary company.

short_and_long_term_debtnumber

Total Debt: The sum of short-term and long-term debt owed to creditors.

enterprise_valuenumber

Enterprise Value: A measure of a company’s total value and the estimated cost to acquire it.

bs_tot_capnumber

Total Capital: The total amount shareholders and debtholders have invested in a company.

tot_debt_to_tot_capnumber

Total Debt/Capital (%): The percentage of a company’s total capital funded by debt.

total_debt_to_evnumber

Total Debt / EV: The amount of debt a company has relative to its enterprise value.

ev_to_ttm_salesnumber

EV/Sales: Enterprise value divided by trailing-12-month sales.

ev_to_ttm_ebitdanumber

EV/EBITDA: Enterprise value compared with trailing-12-month EBITDA.

ev_to_ttm_ebitnumber

EV/EBIT: Enterprise value compared with trailing-12-month operating income.

ev_to_ttm_cash_flow_firmnumber

EV/Cash Flow to Firm: Enterprise value compared with trailing-12-month cash flow to the firm.

ev_to_ttm_free_cash_flow_firmnumber

EV/Free Cash Flow to Firm: Enterprise value compared with trailing-12-month free cash flow to the firm.

diluted_mkt_capnumber

Diluted Market Cap: The value of a company’s shares after accounting for potential share dilution.

diluted_evnumber

Diluted Enterprise Value: Enterprise value after accounting for potential share dilution.

ev_to_sh_outnumber

EV per Share: Enterprise value divided by shares outstanding.

ttm_net_salesnumber

TTM Sales: Revenue for the trailing-12-month period.

ttm_ebitdanumber

TTM EBITDA: EBITDA for the trailing-12-month period.

ttm_oper_incnumber

TTM Operating Income: Operating income or loss for the trailing-12-month period.

ttm_cash_flow_firmnumber

TTM Cash Flow to Firm: Cash flow to the firm for the trailing-12-month period.

ttm_free_cash_flow_firmnumber

TTM Free Cash Flow to Firm: Free cash flow to the firm for the trailing-12-month period.

next_page_urlnullable

URL of the next page of results, or null when there are no more pages. Request it unchanged to continue paging.

previous_page_urlnullable

URL of the previous page of results, or null on the first page.

Use valuation multiples and debt data to interpret enterprise value.