StableFinance Segmented Financials is a paid API for AI agents from stablefinance.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).
Retrieves segment-level financial breakdowns (e.g. revenue by product line) for public companies by ticker or CIK, for annual or quarterly periods.
All segmented financials across statements in one call.
Returns an array of segmented_financials objects, each containing the ticker, period type (annual/quarterly), report_period date, and a revenue object broken down by product or business segment with labels and dollar values.
GEThttps://stablefinance.dev/api/financials/segmentsUse this endpoint when you need sub-company revenue granularity — i.e., breakdown by product line or business unit — rather than top-level income statement figures. Ideal for equity research, competitive analysis, or understanding which segments drive a company's revenue. Prefer over general financials endpoints when segment-level detail is specifically needed.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"period": "annual",
"ticker": "AAPL"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"segmented_financials": [
{
"period": "annual",
"ticker": "AAPL",
"currency": "USD",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.htm",
"balance_sheet": null,
"fiscal_period": "FY2025",
"report_period": "2025-09-27",
"accession_number": "0000320193-25-000079",
"income_statement": {
"revenue": {
"product": [
{
"label": "Products",
"value": 307003000000
},
{
"label": "iPhone",
"value": 209586000000
},
{
"label": "Services",
"value": 109158000000
},
{
"label": "Wearables, Home and Accessories",
"value": 35686000000
},
{
"label": "Mac",
"value": 33708000000
},
{
"label": "iPad",
"value": 28023000000
}
],
"segment": [
{
"label": "Americas",
"value": 178353000000
},
{
"label": "Europe",
"value": 111032000000
},
{
"label": "Greater China",
"value": 64377000000
},
{
"label": "Rest of Asia Pacific",
"value": 33696000000
},
{
"label": "Japan",
"value": 28703000000
}
],
"geography": [
{
"label": "Other countries",
"value": 199994000000
},
{
"label": "U.S.",
"value": 151790000000
},
{
"label": "China",
"value": 64377000000
}
]
},
"operating_income": {
"segment": [
{
"label": "Americas",
"value": 72480000000
},
{
"label": "Europe",
"value": 47739000000
},
{
"label": "Greater China",
"value": 26917000000
},
{
"label": "Rest of Asia Pacific",
"value": 14586000000
},
{
"label": "Japan",
"value": 13955000000
}
]
}
},
"cash_flow_statement": null
},
{
"period": "annual",
"ticker": "AAPL",
"currency": "USD",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm",
"balance_sheet": null,
"fiscal_period": "FY2024",
"report_period": "2024-09-28",
"accession_number": "0000320193-24-000123",
"income_statement": {
"revenue": {
"product": [
{
"label": "Products",
"value": 294866000000
},
{
"label": "iPhone",
"value": 201183000000
},
{
"label": "Services",
"value": 96169000000
},
{
"label": "Wearables, Home and Accessories",
"value": 37005000000
},
{
"label": "Mac",
"value": 29984000000
},
{
"label": "iPad",
"value": 26694000000
}
],
"segment": [
{
"label": "Americas",
"value": 167045000000
},
{
"label": "Europe",
"value": 101328000000
},
{
"label": "Greater China",
"value": 66952000000
},
{
"label": "Rest of Asia Pacific",
"value": 30658000000
},
{
"label": "Japan",
"value": 25052000000
}
],
"geography": [
{
"label": "Other countries",
"value": 181887000000
},
{
"label": "U.S.",
"value": 142196000000
},
{
"label": "China",
"value": 66952000000
}
]
},
"operating_income": {
"segment": [
{
"label": "Americas",
"value": 67656000000
},
{
"label": "Europe",
"value": 41790000000
},
{
"label": "Greater China",
"value": 27082000000
},
{
"label": "Rest of Asia Pacific",
"value": 13062000000
},
{
"label": "Japan",
"value": 12454000000
}
]
}
},
"cash_flow_statement": null
},
{
"period": "annual",
"ticker": "AAPL",
"currency": "USD",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/0000320193-23-000106-index.htm",
"balance_sheet": null,
"fiscal_period": "FY2023",
"report_period": "2023-09-30",
"accession_number": "0000320193-23-000106",
"income_statement": {
"revenue": {
"product": [
{
"label": "Products",
"value": 298085000000
},
{
"label": "iPhone",
"value": 200583000000
},
{
"label": "Services",
"value": 85200000000
},
{
"label": "Wearables, Home and Accessories",
"value": 39845000000
},
{
"label": "Mac",
"value": 29357000000
},
{
"label": "iPad",
"value": 28300000000
}
],
"segment": [
{
"label": "Americas",
"value": 162560000000
},
{
"label": "Europe",
"value": 94294000000
},
{
"label": "Greater China",
"value": 72559000000
},
{
"label": "Rest of Asia Pacific",
"value": 29615000000
},
{
"label": "Japan",
"value": 24257000000
}
],
"geography": [
{
"label": "Other countries",
"value": 172153000000
},
{
"label": "U.S.",
"value": 138573000000
},
{
"label": "China",
"value": 72559000000
}
]
},
"operating_income": {
"segment": [
{
"label": "Americas",
"value": 60508000000
},
{
"label": "Europe",
"value": 36098000000
},
{
"label": "Greater China",
"value": 30328000000
},
{
"label": "Rest of Asia Pacific",
"value": 12066000000
},
{
"label": "Japan",
"value": 11888000000
}
]
}
},
"cash_flow_statement": null
}
]
}{
"type": "json",
"example": {
"segmented_financials": [
{
"period": "annual",
"ticker": "AAPL",
"revenue": {
"product": [
{
"label": "iPhone",
"value": 201183000000
},
{
"label": "Mac",
"value": 29984000000
},
{
"label": "Services",
"value": 96169000000
}
]
},
"report_period": "2024-09-28"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"