List per-share metrics
Return share counts and per-share revenue, EBITDA, operating income, earnings, dividends, cash flow, cash, book value, and tangible book value.
/v3.0.0/fundamental/per-share/{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
curl "https://api.roic.ai/v3.0.0/fundamental/per-share/NASDAQ:AAPL?apikey=YOUR_API_KEY&period_type=annual&fiscal_year.gte=2025&fiscal_year.lte=2025"{
"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.per_share_metric",
"bs_sh_out": 14773260000,
"is_sh_for_diluted_eps": 15004697000,
"is_avg_num_sh_for_eps": 14948500000,
"revenue_per_sh": 27.83964946315684,
"ebitda_per_sh": 9.68311201792822,
"oper_inc_per_sh": 8.900558584473359,
"eps": 7.49305950429809,
"eps_cont_ops": 7.49305950429809,
"diluted_eps": 7.464995794316939,
"dil_eps_cont_ops": 7.464995794316939,
"div_per_shr": 1.0316085225942402,
"cash_flow_per_sh": 7.457738234605479,
"free_cash_flow_per_sh": 6.607151219185871,
"cash_st_investments_per_sh": 3.702432638429162,
"book_val_per_sh": 5.368077188108786,
"tang_book_val_per_sh": 4.990976940770013
}
],
"next_page_url": null,
"previous_page_url": null
}Parameters
Path parameters
identifierstringrequiredA ticker ID, an exchange and symbol separated by a colon (e.g. NASDAQ:AAPL), or a FIGI.
NASDAQ:AAPLtkr_cO46h8pgSu9QqyBBG000B9XRY4Query parameters
period_typestringoptionalFinancial period cadence.
annualValues: annualquarterlyttmperiod_labelstringoptionalFilter to a specific period within the fiscal year: FY for annual periods, or Q1–Q4 for quarterly and TTM periods.
FYQ1Q2Q3Q4datestringoptionalPass 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- Hide filter modifiers
date.gtestringReturn statements whose period end date is on or after this date.
date.gtstringReturn statements whose period end date is strictly after this date.
date.ltestringReturn statements whose period end date is on or before this date.
date.ltstringReturn statements whose period end date is strictly before this date.
fiscal_yearobjectoptionalFilter by fiscal year. Combine the range modifiers below to select the reporting years you need.
+ Show filter modifiers- Hide filter modifiers
fiscal_year.gteintegerReturn statements from this fiscal year onward.
fiscal_year.gtintegerReturn statements after this fiscal year.
fiscal_year.lteintegerReturn statements through this fiscal year.
fiscal_year.ltintegerReturn statements before this fiscal year.
orderstringoptionalSort by period end date (period_end_date).
descValues: ascdesclimitintegeroptionalMaximum number of resources to return.
50Min: 1Max: 100pagestringoptionalOpaque page token from a previous response. Follow the returned page URL when possible.
Response
Response fields
dataarray of objectsArray of financial period resources for the current page, one per reporting period.
+ Show child attributes- Hide child attributes
idstringUnique identifier for the financial period record, beginning with fnd_. Store it as the stable reference to this period's figures.
symbolstringQualified symbol combining the exchange code and ticker separated by a colon, e.g. NASDAQ:AAPL.
period_typestringCadence of the period: annual for full fiscal years, quarterly for fiscal quarters, or ttm for trailing-twelve-month aggregates.
period_end_datestringLast calendar day of the financial period, in YYYY-MM-DD format.
fiscal_yearnumberFiscal 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_labelstringLabel of the period within the fiscal year: FY for annual periods, or Q1 through Q4 for quarters.
currencystringISO 4217 code of the currency the financial values are reported in, e.g. USD.
price_currencystringISO 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_appliedbooleanWhether metric values were converted from the company's reporting currency. false means the figures are as originally reported.
objectstringString representing the object's type, e.g. v3.fundamentals.income_statement. Each fundamentals endpoint returns its own object type.
bs_sh_outnumberShares Outstanding: The total number of shares that a company has issued and that investors own as of a certain date.
is_sh_for_diluted_epsnumberDiluted Weighted Avg Shares: The number of shares that a company would have if all the securities that can be turned into shares were actually turned into shares.
is_avg_num_sh_for_epsnumberBasic Weighted Avg Shares: The average number of shares that a company has during a period, without counting any shares that can be created from other securities, such as bonds or options.
revenue_per_shnumberRevenue per Share: Revenue per share measures how much money a company makes for each share of its stock over a certain period.
ebitda_per_shnumberEBITDA per Share: EBITDA per share measures how much money a company makes from its main activities for each share of its stock over a certain period.
oper_inc_per_shnumberOperating Income per Share: Operating income per share measures how much money a company makes from its main activities for each share of its stock over a certain period.
epsnumberBasic EPS, GAAP: The amount of money that a company earns for each share of its common stock.
eps_cont_opsnumberBasic EPS from Cont Ops: The amount of money that a company earns from its regular business activities for each share of its common stock.
diluted_epsnumberDiluted EPS, GAAP: The amount of money that a company earns for each share of its stock, assuming that all securities that can be converted into shares were converted.
dil_eps_cont_opsnumberDiluted EPS from Cont Ops: The amount of money that a company earns from its regular business activities for each share of its stock, assuming that all securities that can be converted into shares were converted.
div_per_shrnumberDividend per Share: Dividend per share measures how much money a company pays in dividends for each share of its common stock.
cash_flow_per_shnumberCash Flow per Share: Cash flow per share measures how much cash a company generates for each share of its common stock.
free_cash_flow_per_shnumberFree Cash Flow per Basic Share: Free cash flow per share measures how much cash a company generates for its shareholders after paying for operations and investments.
cash_st_investments_per_shnumberCash & Equivalents per Share: Cash and equivalents per share measures how much cash and readily convertible assets a company has for each share of its stock.
book_val_per_shnumberBook Value per Share: Book value per share measures how much each share of common stock is worth after the company pays all its debts.
tang_book_val_per_shnumberTangible Book Value per Share: Tangible book value per share measures how much each share of common stock is worth based on the company’s physical assets.
next_page_urlnullableURL of the next page of results, or null when there are no more pages. Request it unchanged to continue paging.
previous_page_urlnullableURL of the previous page of results, or null on the first page.
Related endpoints
Use share-level data with valuation multiples and income-statement earnings.