Get financial statements
GET
/api/v1/public/companies/:ticker/financials5 credits / callAPI key required
Get financial statements (income, balance sheet, cash flow) for a company.
Parameters
Path
Company ticker symbol (1-5 letters, case-insensitive)
Query
Maximum number of periods to return (1-40, default 10)
Code example
cURL
curl -X GET 'https://api.signal8.ai/api/v1/public/companies/AAPL/financials?limit=10' \
-H "X-Api-Key: $SIGNAL8_API_KEY"Request URL
GET
https://api.signal8.ai/api/v1/public/companies/AAPL/financials?limit=10example · 200
{
"data": {
"ticker": "AAPL",
"financials": {
"ticker": "AAPL",
"cik": "0000320193",
"entityName": "Apple Inc.",
"incomeStatement": {
"annual": [
{
"period": "FY 2025",
"periodEnd": "2025-09-27",
"currency": "USD",
"revenue": 416161000000,
"yoyGrowth": 0.0642551178283274,
"costOfRevenue": 220960000000,
"grossProfit": 195201000000,
"grossMargin": 0.4690516410716045,
"researchDev": 34550000000,
"sellingGenAdmin": 27601000000,
"otherOpex": -220960000000,
"totalOpex": 62151000000,
"operatingIncome": 133050000000,
"operatingMargin": 0.31970799762591884,
"interestExpense": null,
"interestIncome": null,
"otherIncomeExpense": -321000000,
"incomeBeforeTax": 132729000000,
"incomeTaxExpense": 20719000000,
"netIncome": 112010000000,
"netIncomeMargin": 0.2691506412181824,
"eps": 7.49,
"dilutedEps": 7.46,
"weightedAvgShares": 14948500000,
"ebitda": 144748000000,
"ebitdaMargin": 0.3478173110887373
},
{
"period": "FY 2024",
"periodEnd": "2024-09-28",
"currency": "USD",
"revenue": 391035000000,
"yoyGrowth": 0.020219940775141214,
"costOfRevenue": 210352000000,
"grossProfit": 180683000000,
"grossMargin": 0.4620634981523393,
"researchDev": 31370000000,
"sellingGenAdmin": 26097000000,
"otherOpex": -210352000000,
"totalOpex": 57467000000,
"operatingIncome": 123216000000,
"operatingMargin": 0.31510222870075566,
"interestExpense": null,
"interestIncome": null,
"otherIncomeExpense": 269000000,
"incomeBeforeTax": 123485000000,
"incomeTaxExpense": 29749000000,
"netIncome": 93736000000,
"netIncomeMargin": 0.23971255769943867,
"eps": 6.11,
"dilutedEps": 6.08,
"weightedAvgShares": 15343783000,
"ebitda": 134661000000,
"ebitdaMargin": 0.3443707085043538
},
{
"period": "FY 2023",
"periodEnd": "2023-09-30",
"currency": "USD",
"revenue": 383285000000,
"yoyGrowth": -0.028004605303199367,
"costOfRevenue": 214137000000,
"grossProfit": 169148000000,
"grossMargin": 0.4413112957720756,
"researchDev": 29915000000,
"sellingGenAdmin": 24932000000,
"otherOpex": -214137000000,
"totalOpex": 54847000000,
"operatingIncome": 114301000000,
"operatingMargin": 0.2982141226502472,
"interestExpense": 3933000000,
"interestIncome": null,
"otherIncomeExpense": -565000000,
"incomeBeforeTax": 113736000000,
"incomeTaxExpense": 16741000000,
"netIncome": 96995000000,
"netIncomeMargin": 0.2530623426432028,
"eps": 6.16,
"dilutedEps": 6.13,
"weightedAvgShares": 15744231000,
"ebitda": 125820000000,
"ebitdaMargin": 0.3282674772036474
}
],
"quarterly": [
{
"period": "Q1 2026",
"periodEnd": "2026-03-28",
"currency": "USD",
"revenue": 111184000000,
"yoyGrowth": -0.22657836890286318,
"costOfRevenue": 56403000000,
"grossProfit": 54781000000,
"grossMargin": 0.4927057850050367,
"researchDev": 11419000000,
"sellingGenAdmin": 7477000000,
"otherOpex": -56403000000,
"totalOpex": 18896000000,
"operatingIncome": 35885000000,
"operatingMargin": 0.32275327385235286,
"interestExpense": null,
"interestIncome": null,
"otherIncomeExpense": -52000000,
"incomeBeforeTax": 35833000000,
"incomeTaxExpense": 6255000000,
"netIncome": 29578000000,
"netIncomeMargin": 0.2660274859692042,
"eps": 2.02,
"dilutedEps": 2.01,
"weightedAvgShares": 14673278000,
"ebitda": null,
"ebitdaMargin": null
},
{
"period": "Q4 2025",
"periodEnd": "2025-12-27",
"currency": "USD",
"revenue": 143756000000,
"yoyGrowth": 0.5287336764643328,
"costOfRevenue": 74525000000,
"grossProfit": 69231000000,
"grossMargin": 0.4815868555051615,
"researchDev": 10887000000,
"sellingGenAdmin": 7492000000,
"otherOpex": -74525000000,
"totalOpex": 18379000000,
"operatingIncome": 50852000000,
"operatingMargin": 0.35373827875010433,
"interestExpense": null,
"interestIncome": null,
"otherIncomeExpense": 150000000,
"incomeBeforeTax": 51002000000,
"incomeTaxExpense": 8905000000,
"netIncome": 42097000000,
"netIncomeMargin": 0.292836472912435,
"eps": 2.85,
"dilutedEps": 2.84,
"weightedAvgShares": 14748158000,
"ebitda": 54066000000,
"ebitdaMargin": 0.3760956064442528
},
{
"period": "Q2 2025",
"periodEnd": "2025-06-28",
"currency": "USD",
"revenue": 94036000000,
"yoyGrowth": -0.013873887100326136,
"costOfRevenue": 50318000000,
"grossProfit": 43718000000,
"grossMargin": 0.4649070568718363,
"researchDev": 8866000000,
"sellingGenAdmin": 6650000000,
"otherOpex": -50318000000,
"totalOpex": 15516000000,
"operatingIncome": 28202000000,
"operatingMargin": 0.2999064188183249,
"interestExpense": null,
"interestIncome": null,
"otherIncomeExpense": -171000000,
"incomeBeforeTax": 28031000000,
"incomeTaxExpense": 4597000000,
"netIncome": 23434000000,
"netIncomeMargin": 0.24920243311072354,
"eps": 1.57,
"dilutedEps": 1.57,
"weightedAvgShares": 14902886000,
"ebitda": null,
"ebitdaMargin": null
}
]
},
"balanceSheet": {
"annual": [
{
"period": "FY 2025",
"periodEnd": "2025-09-27",
"currency": "USD",
"cashAndCashEquivalents": 35934000000,
"interestBearingDeposits": null,
"shortTermInvestments": 18763000000,
"cashAndShortTermInvestments": 54697000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 39777000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 5718000000,
"prepaidAssets": null,
"otherCurrentAssets": 47765000000,
"totalCurrentAssets": 147957000000,
"propertyPlantEquipmentNet": 49834000000,
"propertyPlantEquipmentGross": 125848000000,
"accumulatedDepreciation": -76014000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": null,
"financeLeaseRightOfUseAsset": null,
"goodwill": null,
"intangibleAssets": null,
"longTermInvestments": 77723000000,
"deferredTaxAssets": null,
"otherLongTermAssets": 83727000000,
"totalLongTermAssets": 211284000000,
"otherAssets": 14585000000,
"totalAssets": 359241000000,
"accountsPayable": 69860000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 12350000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": null,
"currentUnearnedRevenue": 9055000000,
"otherCurrentLiabilities": 74366000000,
"totalCurrentLiabilities": 165631000000,
"operatingLeaseLiabilityCurrent": null,
"operatingLeaseLiabilityNoncurrent": null,
"financeLeaseLiabilityCurrent": null,
"financeLeaseLiabilityNoncurrent": null,
"capitalLeaseObligations": null,
"derivativeLiabilities": null,
"longTermDebt": 78328000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 41549000000,
"totalLongTermLiabilities": 119877000000,
"otherLiabilities": 66387000000,
"totalLiabilities": 285508000000,
"preferredStock": null,
"commonStock": 93568000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": -14264000000,
"comprehensiveIncomeOther": -5571000000,
"otherStockholdersEquity": null,
"totalEquity": 73733000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 359241000000,
"totalDebt": 90678000000,
"netDebt": 54744000000,
"netTangibleAssets": 73733000000,
"tangibleBookValue": 73733000000,
"investedCapital": 128477000000,
"sharesIssued": 14773260000,
"sharesOutstanding": 14773260000,
"treasuryShares": null
},
{
"period": "FY 2024",
"periodEnd": "2024-09-28",
"currency": "USD",
"cashAndCashEquivalents": 29943000000,
"interestBearingDeposits": null,
"shortTermInvestments": 35228000000,
"cashAndShortTermInvestments": 65171000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 33410000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 7286000000,
"prepaidAssets": null,
"otherCurrentAssets": 47120000000,
"totalCurrentAssets": 152987000000,
"propertyPlantEquipmentNet": 55914000000,
"propertyPlantEquipmentGross": 129362000000,
"accumulatedDepreciation": -73448000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": 10234000000,
"financeLeaseRightOfUseAsset": 1069000000,
"goodwill": null,
"intangibleAssets": null,
"longTermInvestments": 91479000000,
"deferredTaxAssets": 19499000000,
"otherLongTermAssets": 74834000000,
"totalLongTermAssets": 211993000000,
"otherAssets": 14287000000,
"totalAssets": 364980000000,
"accountsPayable": 68960000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 10912000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": 26601000000,
"currentUnearnedRevenue": 8249000000,
"otherCurrentLiabilities": 61670000000,
"totalCurrentLiabilities": 176392000000,
"operatingLeaseLiabilityCurrent": 1488000000,
"operatingLeaseLiabilityNoncurrent": 10046000000,
"financeLeaseLiabilityCurrent": 144000000,
"financeLeaseLiabilityNoncurrent": 752000000,
"capitalLeaseObligations": 12430000000,
"derivativeLiabilities": null,
"longTermDebt": 85750000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 45888000000,
"totalLongTermLiabilities": 131638000000,
"otherLiabilities": 78304000000,
"totalLiabilities": 308030000000,
"preferredStock": null,
"commonStock": 83276000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": -19154000000,
"comprehensiveIncomeOther": -7172000000,
"otherStockholdersEquity": null,
"totalEquity": 56950000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 364980000000,
"totalDebt": 97341000000,
"netDebt": 54968000000,
"netTangibleAssets": 56950000000,
"tangibleBookValue": 56950000000,
"investedCapital": 111918000000,
"sharesIssued": 15116786000,
"sharesOutstanding": 15116786000,
"treasuryShares": null
},
{
"period": "FY 2023",
"periodEnd": "2023-09-30",
"currency": "USD",
"cashAndCashEquivalents": 29965000000,
"interestBearingDeposits": null,
"shortTermInvestments": 31590000000,
"cashAndShortTermInvestments": 61555000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 29508000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 6331000000,
"prepaidAssets": null,
"otherCurrentAssets": 46172000000,
"totalCurrentAssets": 143566000000,
"propertyPlantEquipmentNet": 54376000000,
"propertyPlantEquipmentGross": 125260000000,
"accumulatedDepreciation": -70884000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": 10661000000,
"financeLeaseRightOfUseAsset": 1015000000,
"goodwill": null,
"intangibleAssets": null,
"longTermInvestments": 100544000000,
"deferredTaxAssets": 17852000000,
"otherLongTermAssets": 64758000000,
"totalLongTermAssets": 209017000000,
"otherAssets": 14695000000,
"totalAssets": 352583000000,
"accountsPayable": 62611000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 9822000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": 8819000000,
"currentUnearnedRevenue": 8061000000,
"otherCurrentLiabilities": 55995000000,
"totalCurrentLiabilities": 145308000000,
"operatingLeaseLiabilityCurrent": 1410000000,
"operatingLeaseLiabilityNoncurrent": 10408000000,
"financeLeaseLiabilityCurrent": 165000000,
"financeLeaseLiabilityNoncurrent": 859000000,
"capitalLeaseObligations": 12842000000,
"derivativeLiabilities": null,
"longTermDebt": 95281000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 49848000000,
"totalLongTermLiabilities": 145129000000,
"otherLiabilities": 58829000000,
"totalLiabilities": 290437000000,
"preferredStock": null,
"commonStock": 73812000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": -214000000,
"comprehensiveIncomeOther": -11452000000,
"otherStockholdersEquity": null,
"totalEquity": 62146000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 352583000000,
"totalDebt": 106572000000,
"netDebt": 63765000000,
"netTangibleAssets": 62146000000,
"tangibleBookValue": 62146000000,
"investedCapital": 125911000000,
"sharesIssued": 15550061000,
"sharesOutstanding": 15550061000,
"treasuryShares": null
}
],
"quarterly": [
{
"period": "Q1 2026",
"periodEnd": "2026-03-28",
"currency": "USD",
"cashAndCashEquivalents": 45572000000,
"interestBearingDeposits": null,
"shortTermInvestments": 22935000000,
"cashAndShortTermInvestments": 68507000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 30339000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 6747000000,
"prepaidAssets": null,
"otherCurrentAssets": 38521000000,
"totalCurrentAssets": 144114000000,
"propertyPlantEquipmentNet": 50116000000,
"propertyPlantEquipmentGross": 127557000000,
"accumulatedDepreciation": -77441000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": null,
"financeLeaseRightOfUseAsset": null,
"goodwill": null,
"intangibleAssets": 25797000000,
"longTermInvestments": 78088000000,
"deferredTaxAssets": null,
"otherLongTermAssets": 77430000000,
"totalLongTermAssets": 226968000000,
"otherAssets": 15349000000,
"totalAssets": 371082000000,
"accountsPayable": 57349000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 8310000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": null,
"currentUnearnedRevenue": 9331000000,
"otherCurrentLiabilities": 59651000000,
"totalCurrentLiabilities": 134641000000,
"operatingLeaseLiabilityCurrent": null,
"operatingLeaseLiabilityNoncurrent": null,
"financeLeaseLiabilityCurrent": null,
"financeLeaseLiabilityNoncurrent": null,
"capitalLeaseObligations": null,
"derivativeLiabilities": null,
"longTermDebt": 74404000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 55546000000,
"totalLongTermLiabilities": 129950000000,
"otherLiabilities": 57654000000,
"totalLiabilities": 264591000000,
"preferredStock": null,
"commonStock": 99507000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": 12359000000,
"comprehensiveIncomeOther": -5375000000,
"otherStockholdersEquity": null,
"totalEquity": 106491000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 371082000000,
"totalDebt": 82700000000,
"netDebt": 37128000000,
"netTangibleAssets": 80694000000,
"tangibleBookValue": 80694000000,
"investedCapital": 143619000000,
"sharesIssued": 14667688000,
"sharesOutstanding": 14667688000,
"treasuryShares": null
},
{
"period": "Q4 2025",
"periodEnd": "2025-12-27",
"currency": "USD",
"cashAndCashEquivalents": 45317000000,
"interestBearingDeposits": null,
"shortTermInvestments": 21590000000,
"cashAndShortTermInvestments": 66907000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 39921000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 5875000000,
"prepaidAssets": null,
"otherCurrentAssets": 45401000000,
"totalCurrentAssets": 158104000000,
"propertyPlantEquipmentNet": 50159000000,
"propertyPlantEquipmentGross": 127320000000,
"accumulatedDepreciation": -77161000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": null,
"financeLeaseRightOfUseAsset": null,
"goodwill": null,
"intangibleAssets": null,
"longTermInvestments": 77888000000,
"deferredTaxAssets": null,
"otherLongTermAssets": 93146000000,
"totalLongTermAssets": 221193000000,
"otherAssets": 15002000000,
"totalAssets": 379297000000,
"accountsPayable": 70587000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 11827000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": null,
"currentUnearnedRevenue": 9413000000,
"otherCurrentLiabilities": 70540000000,
"totalCurrentLiabilities": 162367000000,
"operatingLeaseLiabilityCurrent": null,
"operatingLeaseLiabilityNoncurrent": null,
"financeLeaseLiabilityCurrent": null,
"financeLeaseLiabilityNoncurrent": null,
"capitalLeaseObligations": null,
"derivativeLiabilities": null,
"longTermDebt": 76685000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 52055000000,
"totalLongTermLiabilities": 128740000000,
"otherLiabilities": 68543000000,
"totalLiabilities": 291107000000,
"preferredStock": null,
"commonStock": 95221000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": -2177000000,
"comprehensiveIncomeOther": -4854000000,
"otherStockholdersEquity": null,
"totalEquity": 88190000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 379297000000,
"totalDebt": 88500000000,
"netDebt": 43183000000,
"netTangibleAssets": 88190000000,
"tangibleBookValue": 88190000000,
"investedCapital": 131373000000,
"sharesIssued": 14702703000,
"sharesOutstanding": 14702703000,
"treasuryShares": null
},
{
"period": "Q3 2025",
"periodEnd": "2025-09-27",
"currency": "USD",
"cashAndCashEquivalents": 35934000000,
"interestBearingDeposits": null,
"shortTermInvestments": 18763000000,
"cashAndShortTermInvestments": 54697000000,
"derivativeAssets": null,
"grossLoan": null,
"netLoan": null,
"mortgageLoan": null,
"otherLoanAssets": null,
"allowanceForLoanLosses": null,
"accountsReceivable": 39777000000,
"dueFromRelatedParties": null,
"otherReceivables": null,
"inventory": 5718000000,
"prepaidAssets": null,
"otherCurrentAssets": 47765000000,
"totalCurrentAssets": 147957000000,
"propertyPlantEquipmentNet": 49834000000,
"propertyPlantEquipmentGross": 125848000000,
"accumulatedDepreciation": -76014000000,
"machineryFurnitureEquipment": null,
"landAndImprovements": null,
"otherProperties": null,
"operatingLeaseRightOfUseAsset": null,
"financeLeaseRightOfUseAsset": null,
"goodwill": null,
"intangibleAssets": 13301000000,
"longTermInvestments": 77723000000,
"deferredTaxAssets": null,
"otherLongTermAssets": 72634000000,
"totalLongTermAssets": 211284000000,
"otherAssets": 14585000000,
"totalAssets": 359241000000,
"accountsPayable": 69860000000,
"dueToRelatedParties": null,
"dueToRelatedPartiesNoncurrent": null,
"otherPayables": null,
"shortTermDebt": 12350000000,
"currentNotesPayable": null,
"accruedExpenses": null,
"currentIncomeTaxPayable": null,
"currentUnearnedRevenue": 9055000000,
"otherCurrentLiabilities": 74366000000,
"totalCurrentLiabilities": 165631000000,
"operatingLeaseLiabilityCurrent": null,
"operatingLeaseLiabilityNoncurrent": null,
"financeLeaseLiabilityCurrent": null,
"financeLeaseLiabilityNoncurrent": null,
"capitalLeaseObligations": null,
"derivativeLiabilities": null,
"longTermDebt": 78328000000,
"longTermUnearnedRevenue": null,
"longTermDeferredTaxLiabilities": null,
"otherLongTermLiabilities": 41549000000,
"totalLongTermLiabilities": 119877000000,
"otherLiabilities": 66387000000,
"totalLiabilities": 285508000000,
"preferredStock": null,
"commonStock": 93568000000,
"additionalPaidInCapital": null,
"treasuryStock": null,
"retainedEarnings": -14264000000,
"comprehensiveIncomeOther": -5571000000,
"otherStockholdersEquity": null,
"totalEquity": 73733000000,
"minorityInterest": null,
"totalLiabilitiesAndEquity": 359241000000,
"totalDebt": 90700000000,
"netDebt": 54766000000,
"netTangibleAssets": 60432000000,
"tangibleBookValue": 60432000000,
"investedCapital": 128499000000,
"sharesIssued": 14773260000,
"sharesOutstanding": 14773260000,
"treasuryShares": null
}
]
},
"cashFlow": {
"annual": [
{
"period": "FY 2025",
"periodEnd": "2025-09-27",
"currency": "USD",
"netIncome": 112010000000,
"depreciationAmortization": 11698000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 12863000000,
"accountsReceivableChange": -6682000000,
"inventoryChange": 1400000000,
"accountsPayableChange": 902000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 89000000,
"netCashFromOperating": 111482000000,
"capitalExpenditures": -12715000000,
"acquisitions": null,
"purchasesOfInvestments": -24407000000,
"salesOfInvestments": 12890000000,
"otherInvestingActivities": 39427000000,
"netCashFromInvesting": 15195000000,
"debtRepaid": -10932000000,
"commonStockIssuance": null,
"commonStockRepurchases": -90711000000,
"dividendsPaid": -15421000000,
"otherFinancingActivities": -111000000,
"netCashFromFinancing": -120686000000,
"forexEffect": null,
"netChangeInCash": 5991000000,
"operatingCashFlow": 111482000000,
"capitalExpenditure": -12715000000,
"freeCashFlow": 98767000000,
"cashAtBeginning": 29943000000,
"cashAtEnd": 35934000000
},
{
"period": "FY 2024",
"periodEnd": "2024-09-28",
"currency": "USD",
"netIncome": 93736000000,
"depreciationAmortization": 11445000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 11688000000,
"accountsReceivableChange": -3788000000,
"inventoryChange": -1046000000,
"accountsPayableChange": 6020000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 2266000000,
"netCashFromOperating": 118254000000,
"capitalExpenditures": -9447000000,
"acquisitions": null,
"purchasesOfInvestments": -48656000000,
"salesOfInvestments": 11135000000,
"otherInvestingActivities": 49903000000,
"netCashFromInvesting": 2935000000,
"debtRepaid": -9958000000,
"commonStockIssuance": null,
"commonStockRepurchases": -94949000000,
"dividendsPaid": -15234000000,
"otherFinancingActivities": -361000000,
"netCashFromFinancing": -121983000000,
"forexEffect": null,
"netChangeInCash": -794000000,
"operatingCashFlow": 118254000000,
"capitalExpenditure": -9447000000,
"freeCashFlow": 108807000000,
"cashAtBeginning": 30737000000,
"cashAtEnd": 29943000000
},
{
"period": "FY 2023",
"periodEnd": "2023-09-30",
"currency": "USD",
"netIncome": 96995000000,
"depreciationAmortization": 11519000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 10833000000,
"accountsReceivableChange": -1688000000,
"inventoryChange": -1618000000,
"accountsPayableChange": -1889000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 2227000000,
"netCashFromOperating": 110543000000,
"capitalExpenditures": -10959000000,
"acquisitions": null,
"purchasesOfInvestments": -29513000000,
"salesOfInvestments": 5828000000,
"otherInvestingActivities": 38349000000,
"netCashFromInvesting": 3705000000,
"debtRepaid": -11151000000,
"commonStockIssuance": null,
"commonStockRepurchases": -77550000000,
"dividendsPaid": -15025000000,
"otherFinancingActivities": -581000000,
"netCashFromFinancing": -108488000000,
"forexEffect": null,
"netChangeInCash": 5760000000,
"operatingCashFlow": 110543000000,
"capitalExpenditure": -10959000000,
"freeCashFlow": 99584000000,
"cashAtBeginning": 24977000000,
"cashAtEnd": 30737000000
}
],
"quarterly": [
{
"period": "Q4 2025",
"periodEnd": "2025-12-27",
"currency": "USD",
"netIncome": 42097000000,
"depreciationAmortization": 3214000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 3594000000,
"accountsReceivableChange": -153000000,
"inventoryChange": -211000000,
"accountsPayableChange": 848000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 528000000,
"netCashFromOperating": 53925000000,
"capitalExpenditures": -2373000000,
"acquisitions": null,
"purchasesOfInvestments": -12693000000,
"salesOfInvestments": 2824000000,
"otherInvestingActivities": 7356000000,
"netCashFromInvesting": -4886000000,
"debtRepaid": -2164000000,
"commonStockIssuance": null,
"commonStockRepurchases": -24701000000,
"dividendsPaid": -3921000000,
"otherFinancingActivities": -38000000,
"netCashFromFinancing": -39656000000,
"forexEffect": null,
"netChangeInCash": 9383000000,
"operatingCashFlow": 53925000000,
"capitalExpenditure": -2373000000,
"freeCashFlow": 51552000000,
"cashAtBeginning": 35934000000,
"cashAtEnd": 45317000000
},
{
"period": "Q4 2024",
"periodEnd": "2024-12-28",
"currency": "USD",
"netIncome": 36330000000,
"depreciationAmortization": 3080000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 3286000000,
"accountsReceivableChange": 3597000000,
"inventoryChange": 215000000,
"accountsPayableChange": -6671000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 2009000000,
"netCashFromOperating": 29935000000,
"capitalExpenditures": -2940000000,
"acquisitions": null,
"purchasesOfInvestments": -6124000000,
"salesOfInvestments": 3492000000,
"otherInvestingActivities": 15364000000,
"netCashFromInvesting": 9792000000,
"debtRepaid": -1009000000,
"commonStockIssuance": null,
"commonStockRepurchases": -23606000000,
"dividendsPaid": -3856000000,
"otherFinancingActivities": -35000000,
"netCashFromFinancing": -39371000000,
"forexEffect": null,
"netChangeInCash": 356000000,
"operatingCashFlow": 29935000000,
"capitalExpenditure": -2940000000,
"freeCashFlow": 26995000000,
"cashAtBeginning": 29943000000,
"cashAtEnd": 30299000000
},
{
"period": "Q4 2023",
"periodEnd": "2023-12-30",
"currency": "USD",
"netIncome": 33916000000,
"depreciationAmortization": 2848000000,
"deferredIncomeTax": null,
"stockBasedCompensation": 2997000000,
"accountsReceivableChange": 6555000000,
"inventoryChange": -137000000,
"accountsPayableChange": -4542000000,
"otherWorkingCapital": null,
"totalWorkingCapitalChange": null,
"otherNonCashItems": 989000000,
"netCashFromOperating": 39895000000,
"capitalExpenditures": -2392000000,
"acquisitions": null,
"purchasesOfInvestments": -9780000000,
"salesOfInvestments": 1337000000,
"otherInvestingActivities": 12762000000,
"netCashFromInvesting": 1927000000,
"debtRepaid": 0,
"commonStockIssuance": null,
"commonStockRepurchases": -20139000000,
"dividendsPaid": -3825000000,
"otherFinancingActivities": -46000000,
"netCashFromFinancing": -30585000000,
"forexEffect": null,
"netChangeInCash": 11237000000,
"operatingCashFlow": 39895000000,
"capitalExpenditure": -2392000000,
"freeCashFlow": 37503000000,
"cashAtBeginning": 30737000000,
"cashAtEnd": 41974000000
}
]
}
}
}
}