financial datasets
Income statements, balance sheets, and cash flow statements for thousands of active and inactive public companies in the US markets.
20,000+
Stock Tickers
30+ Years
Historical Data
100ms
Response Time
Flexible APIs
Comprehensive financial data through simple, powerful endpoints. Real-time updates and enterprise-grade reliability when you need it most.
Track revenue growth, profit margins, and operating expenses with detailed income statement.
GET /financials/income-statements/
{
"income_statements": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"revenue": 395760000000,
"cost_of_revenue": 211657000000,
"gross_profit": 184103000000,
"operating_expense": 58428000000,
"selling_general_and_administrative_expenses": 26486000000,
"research_and_development": 31942000000,
"operating_income": 125675000000,
"interest_expense": 0,
"ebit": 125746000000,
"income_tax_expense": 29596000000,
"net_income_discontinued_operations": 0,
"net_income_non_controlling_interests": 0,
"net_income": 96150000000,
"net_income_common_stock": 96150000000,
"preferred_dividends_impact": 0,
"consolidated_income": 96150000000,
"earnings_per_share": 6.32,
"earnings_per_share_diluted": 6.3,
"dividends_per_common_share": 0.99,
"weighted_average_shares": 15081724000,
"weighted_average_shares_diluted": 15150865000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"revenue": 391035000000,
"cost_of_revenue": 210352000000,
"gross_profit": 180683000000,
"operating_expense": 57467000000,
"selling_general_and_administrative_expenses": 26097000000,
"research_and_development": 31370000000,
"operating_income": 123216000000,
"interest_expense": 0,
"ebit": 123485000000,
"income_tax_expense": 29749000000,
"net_income_discontinued_operations": 0,
"net_income_non_controlling_interests": 0,
"net_income": 93736000000,
"net_income_common_stock": 93736000000,
"preferred_dividends_impact": 0,
"consolidated_income": 93736000000,
"earnings_per_share": 6.11,
"earnings_per_share_diluted": 6.08,
"dividends_per_common_share": 0.98,
"weighted_average_shares": 15343783000,
"weighted_average_shares_diluted": 15408095000
}
]
}
Get a complete snapshot of financial health, assets, liabilities, and equity positions
GET /financials/balance-sheets/
{
"balance_sheets": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"total_assets": 344085000000,
"current_assets": 133240000000,
"cash_and_equivalents": 30299000000,
"inventory": 6911000000,
"current_investments": 23476000000,
"trade_and_non_trade_receivables": 59306000000,
"non_current_assets": 210845000000,
"property_plant_and_equipment": 46069000000,
"goodwill_and_intangible_assets": 0,
"investments": 111069000000,
"non_current_investments": 87593000000,
"tax_assets": 0,
"total_liabilities": 277327000000,
"current_liabilities": 144365000000,
"current_debt": 12843000000,
"trade_and_non_trade_payables": 61910000000,
"deferred_revenue": 8461000000,
"deposit_liabilities": 0,
"non_current_liabilities": 132962000000,
"non_current_debt": 83956000000,
"tax_liabilities": 0,
"shareholders_equity": 66758000000,
"retained_earnings": -11221000000,
"accumulated_other_comprehensive_income": -6789000000,
"outstanding_shares": 15115823000,
"total_debt": 96799000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"total_assets": 364980000000,
"current_assets": 152987000000,
"cash_and_equivalents": 29943000000,
"inventory": 7286000000,
"current_investments": 35228000000,
"trade_and_non_trade_receivables": 66243000000,
"non_current_assets": 211993000000,
"property_plant_and_equipment": 45680000000,
"goodwill_and_intangible_assets": 0,
"investments": 126707000000,
"non_current_investments": 91479000000,
"tax_assets": 0,
"total_liabilities": 308030000000,
"current_liabilities": 176392000000,
"current_debt": 20879000000,
"trade_and_non_trade_payables": 68960000000,
"deferred_revenue": 8249000000,
"deposit_liabilities": 0,
"non_current_liabilities": 131638000000,
"non_current_debt": 85750000000,
"tax_liabilities": 0,
"shareholders_equity": 56950000000,
"retained_earnings": -19154000000,
"accumulated_other_comprehensive_income": -7172000000,
"outstanding_shares": 15204137000,
"total_debt": 106629000000
}
]
}
Understand operating activities, investments, and financing decisions that drive business growth.
GET /financials/cash-flow-statements/
{
"cash_flow_statements": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"net_income": 96150000000,
"depreciation_and_amortization": 11677000000,
"share_based_compensation": 11977000000,
"net_cash_flow_from_operations": 108294000000,
"net_cash_flow_from_investing": 10800000000,
"capital_expenditure": -9995000000,
"property_plant_and_equipment": -389000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 22422000000,
"net_cash_flow_from_financing": -130769000000,
"issuance_or_repayment_of_debt_securities": -10967000000,
"issuance_or_purchase_of_equity_shares": -98416000000,
"dividends_and_other_cash_distributions": -15265000000,
"change_in_cash_and_equivalents": -11675000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 30299000000,
"free_cash_flow": 98299000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"net_income": 93736000000,
"depreciation_and_amortization": 11445000000,
"share_based_compensation": 11688000000,
"net_cash_flow_from_operations": 118254000000,
"net_cash_flow_from_investing": 2935000000,
"capital_expenditure": -9447000000,
"property_plant_and_equipment": -1178000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 13690000000,
"net_cash_flow_from_financing": -121983000000,
"issuance_or_repayment_of_debt_securities": -5998000000,
"issuance_or_purchase_of_equity_shares": -94949000000,
"dividends_and_other_cash_distributions": -15234000000,
"change_in_cash_and_equivalents": -794000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 29943000000,
"free_cash_flow": 108807000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-06-30",
"report_period": "2024-06-29",
"period": "ttm",
"currency": "USD",
"net_income": 101956000000,
"depreciation_and_amortization": 11187000000,
"share_based_compensation": 11455000000,
"net_cash_flow_from_operations": 113041000000,
"net_cash_flow_from_investing": 3884000000,
"capital_expenditure": -8702000000,
"property_plant_and_equipment": -956000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 14287000000,
"net_cash_flow_from_financing": -120188000000,
"issuance_or_repayment_of_debt_securities": -8392000000,
"issuance_or_purchase_of_equity_shares": -90869000000,
"dividends_and_other_cash_distributions": -15188000000,
"change_in_cash_and_equivalents": -3263000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 25565000000,
"free_cash_flow": 104339000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-03-31",
"report_period": "2024-03-30",
"period": "ttm",
"currency": "USD",
"net_income": 100389000000,
"depreciation_and_amortization": 11389000000,
"share_based_compensation": 11203000000,
"net_cash_flow_from_operations": 110563000000,
"net_cash_flow_from_investing": 4448000000,
"capital_expenditure": -8644000000,
"property_plant_and_equipment": 120000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 14911000000,
"net_cash_flow_from_financing": -108219000000,
"issuance_or_repayment_of_debt_securities": -5422000000,
"issuance_or_purchase_of_equity_shares": -81825000000,
"dividends_and_other_cash_distributions": -15142000000,
"change_in_cash_and_equivalents": 6792000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 32695000000,
"free_cash_flow": 101919000000
}
]
}
Access the complete financial picture in one call and build comprehensive analysis tools.
GET /financials/
{
"financials": {
"income_statements": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"revenue": 395760000000,
"cost_of_revenue": 211657000000,
"gross_profit": 184103000000,
"operating_expense": 58428000000,
"selling_general_and_administrative_expenses": 26486000000,
"research_and_development": 31942000000,
"operating_income": 125675000000,
"interest_expense": 0,
"ebit": 125746000000,
"income_tax_expense": 29596000000,
"net_income_discontinued_operations": 0,
"net_income_non_controlling_interests": 0,
"net_income": 96150000000,
"net_income_common_stock": 96150000000,
"preferred_dividends_impact": 0,
"consolidated_income": 96150000000,
"earnings_per_share": 6.32,
"earnings_per_share_diluted": 6.3,
"dividends_per_common_share": 0.99,
"weighted_average_shares": 15081724000,
"weighted_average_shares_diluted": 15150865000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"revenue": 391035000000,
"cost_of_revenue": 210352000000,
"gross_profit": 180683000000,
"operating_expense": 57467000000,
"selling_general_and_administrative_expenses": 26097000000,
"research_and_development": 31370000000,
"operating_income": 123216000000,
"interest_expense": 0,
"ebit": 123485000000,
"income_tax_expense": 29749000000,
"net_income_discontinued_operations": 0,
"net_income_non_controlling_interests": 0,
"net_income": 93736000000,
"net_income_common_stock": 93736000000,
"preferred_dividends_impact": 0,
"consolidated_income": 93736000000,
"earnings_per_share": 6.11,
"earnings_per_share_diluted": 6.08,
"dividends_per_common_share": 0.98,
"weighted_average_shares": 15343783000,
"weighted_average_shares_diluted": 15408095000
}
],
"balance_sheets": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"total_assets": 344085000000,
"current_assets": 133240000000,
"cash_and_equivalents": 30299000000,
"inventory": 6911000000,
"current_investments": 23476000000,
"trade_and_non_trade_receivables": 59306000000,
"non_current_assets": 210845000000,
"property_plant_and_equipment": 46069000000,
"goodwill_and_intangible_assets": 0,
"investments": 111069000000,
"non_current_investments": 87593000000,
"tax_assets": 0,
"total_liabilities": 277327000000,
"current_liabilities": 144365000000,
"current_debt": 12843000000,
"trade_and_non_trade_payables": 61910000000,
"deferred_revenue": 8461000000,
"deposit_liabilities": 0,
"non_current_liabilities": 132962000000,
"non_current_debt": 83956000000,
"tax_liabilities": 0,
"shareholders_equity": 66758000000,
"retained_earnings": -11221000000,
"accumulated_other_comprehensive_income": -6789000000,
"outstanding_shares": 15115823000,
"total_debt": 96799000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"total_assets": 364980000000,
"current_assets": 152987000000,
"cash_and_equivalents": 29943000000,
"inventory": 7286000000,
"current_investments": 35228000000,
"trade_and_non_trade_receivables": 66243000000,
"non_current_assets": 211993000000,
"property_plant_and_equipment": 45680000000,
"goodwill_and_intangible_assets": 0,
"investments": 126707000000,
"non_current_investments": 91479000000,
"tax_assets": 0,
"total_liabilities": 308030000000,
"current_liabilities": 176392000000,
"current_debt": 20879000000,
"trade_and_non_trade_payables": 68960000000,
"deferred_revenue": 8249000000,
"deposit_liabilities": 0,
"non_current_liabilities": 131638000000,
"non_current_debt": 85750000000,
"tax_liabilities": 0,
"shareholders_equity": 56950000000,
"retained_earnings": -19154000000,
"accumulated_other_comprehensive_income": -7172000000,
"outstanding_shares": 15204137000,
"total_debt": 106629000000
}
],
"cash_flow_statements": [
{
"ticker": "AAPL",
"calendar_date": "2024-12-31",
"report_period": "2024-12-28",
"period": "ttm",
"currency": "USD",
"net_income": 96150000000,
"depreciation_and_amortization": 11677000000,
"share_based_compensation": 11977000000,
"net_cash_flow_from_operations": 108294000000,
"net_cash_flow_from_investing": 10800000000,
"capital_expenditure": -9995000000,
"property_plant_and_equipment": -389000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 22422000000,
"net_cash_flow_from_financing": -130769000000,
"issuance_or_repayment_of_debt_securities": -10967000000,
"issuance_or_purchase_of_equity_shares": -98416000000,
"dividends_and_other_cash_distributions": -15265000000,
"change_in_cash_and_equivalents": -11675000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 30299000000,
"free_cash_flow": 98299000000
},
{
"ticker": "AAPL",
"calendar_date": "2024-09-30",
"report_period": "2024-09-28",
"period": "ttm",
"currency": "USD",
"net_income": 93736000000,
"depreciation_and_amortization": 11445000000,
"share_based_compensation": 11688000000,
"net_cash_flow_from_operations": 118254000000,
"net_cash_flow_from_investing": 2935000000,
"capital_expenditure": -9447000000,
"property_plant_and_equipment": -1178000000,
"business_acquisitions_and_disposals": 0,
"investment_acquisitions_and_disposals": 13690000000,
"net_cash_flow_from_financing": -121983000000,
"issuance_or_repayment_of_debt_securities": -5998000000,
"issuance_or_purchase_of_equity_shares": -94949000000,
"dividends_and_other_cash_distributions": -15234000000,
"change_in_cash_and_equivalents": -794000000,
"effect_of_exchange_rate_changes": 0,
"ending_cash_balance": 29943000000,
"free_cash_flow": 108807000000
}
]
}
}
Data Sources
We do not use any middlemen or aggregators. Our financial data comes from the SEC, EDGAR, and similar official sources.
To new adventures
We offer free data for AAPL, NVDA, MSFT, and TSLA. Sign up now to get access to our wonderful library of financial data.