Financial Statements API Suite
Income Statement, Balance Sheet, Cash Flow Statement — core company financial data for fundamental analysis, dashboards, research tools, and fintech applications.
Request Your API Key →Fin2Dev Financial Statements API Suite brings together the main datasets used in company financial analysis:
- Income Statement API — revenue, expenses, operating income, net income, EPS, and profitability metrics.
- Balance Sheet API — assets, liabilities, shareholder equity, debt, and liquidity data.
- Cash Flow Statement API — operating, investing, and financing cash flow data for deeper analysis.
This page works as a practical overview for users looking for a financial statements API or broader company financial data workflows, while each dataset remains available through its own dedicated API page.
Available APIs
Income Statement API
Retrieve revenue, expenses, operating income, net income, EPS, and other profitability metrics used in stock analysis.
Balance Sheet API
Access assets, liabilities, equity, debt, and liquidity information for financial position and capital structure analysis.
Cash Flow Statement API
Work with operating cash flow, investing activity, financing flows, capital expenditure, and cash generation metrics.
Income Statement API
The Income Statement API helps developers and analysts retrieve company profitability data such as revenue, operating income, net income, expenses, and EPS. This dataset is commonly used in stock research platforms, financial dashboards, screening tools, and valuation workflows.
https://apidata.fin2dev.com/v1/incomestatements?key={YOUR_API_KEY}&ticker=AAPL
Example Response
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"basics": {
"ticker": "AAPL",
"period": "quarterly"
},
"output": {
"income_statement": [
{
"date": "2024-06-30",
"basic_average_shares": "15287521000",
"basic_eps": "1.4",
"cost_of_revenue": "46099000000",
"diluted_average_shares": "15348175000",
"diluted_eps": "1.4",
"diluted_niavailto_com_stockholders": "21448000000",
"ebit": "25352000000",
"ebitda": "28202000000",
"gross_profit": "39678000000",
"net_income": "21448000000",
"net_income_common_stockholders": "21448000000",
"net_income_continuous_operations": "21448000000",
"net_income_from_continuing_and_discontinued_operation": "21448000000",
"net_income_from_continuing_operation_net_minority_interest": "21448000000",
"net_income_including_noncontrolling_interests": "21448000000",
"normalized_ebitda": "28202000000",
"normalized_income": "21448000000",
"operating_expense": "14326000000",
"operating_income": "25352000000",
"operating_revenue": "85777000000",
"other_income_expense": "142000000",
"other_non_operating_income_expenses": "142000000",
"pretax_income": "25494000000",
"reconciled_cost_of_revenue": "46099000000",
"reconciled_depreciation": "2850000000",
"research_and_development": "8006000000",
"selling_general_and_administration": "6320000000",
"tax_effect_of_unusual_items": "0",
"tax_provision": "4046000000",
"tax_rate_for_calcs": "0.159",
"total_expenses": "60425000000",
"total_operating_income_as_reported": "25352000000",
"total_revenue": "85777000000"
}
]
}
}
}
Balance Sheet API
The Balance Sheet API provides structured access to assets, liabilities, shareholder equity, debt, and liquidity-related data. It is useful for analyzing a company’s financial position, leverage, and overall capital structure across different reporting periods.
https://apidata.fin2dev.com/v1/balancesheets?key={YOUR_API_KEY}&ticker=AAPL
Example Response
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"basics": {
"ticker": "AAPL",
"period": "annual"
},
"output": {
"balance_sheet": [
{
"date": "2023-09-30 00:00:00",
"accounts_payable": "62611000000",
"accounts_receivable": "29508000000",
"accumulated_depreciation": "-70884000000",
"available_for_sale_securities": "100544000000",
"capital_lease_obligations": "12842000000",
"capital_stock": "73812000000",
"cash_and_cash_equivalents": "29965000000",
"cash_cash_equivalents_and_short_term_investments": "61555000000",
"cash_equivalents": "1606000000",
"cash_financial": "28359000000",
"commercial_paper": "5985000000",
"common_stock": "73812000000",
"common_stock_equity": "62146000000",
"current_assets": "143566000000",
"current_capital_lease_obligation": "1575000000",
"current_debt": "15807000000",
"current_debt_and_capital_lease_obligation": "15807000000",
"current_deferred_liabilities": "8061000000",
"current_deferred_revenue": "8061000000",
"current_liabilities": "145308000000",
"gains_losses_not_affecting_retained_earnings": "-11452000000",
"gross_ppe": "114599000000",
"income_tax_payable": "8819000000",
"inventory": "6331000000",
"invested_capital": "173234000000",
"investmentin_financial_assets": "100544000000",
"investments_and_advances": "100544000000",
"land_and_improvements": "23446000000",
"leases": "12839000000",
"long_term_capital_lease_obligation": "11267000000",
"long_term_debt": "95281000000",
"long_term_debt_and_capital_lease_obligation": "95281000000",
"machinery_furniture_equipment": "78314000000",
"net_debt": "81123000000",
"net_ppe": "43715000000",
"net_tangible_assets": "62146000000",
"non_current_deferred_assets": "17852000000",
"non_current_deferred_taxes_assets": "17852000000",
"ordinary_shares_number": "15550061000",
"other_current_assets": "14695000000",
"other_current_borrowings": "9822000000",
"other_current_liabilities": "50010000000",
"other_equity_adjustments": "-11452000000",
"other_non_current_assets": "46906000000",
"other_non_current_liabilities": "34391000000",
"other_properties": "10661000000",
"other_receivables": "31477000000",
"other_short_term_investments": "31590000000",
"payables": "71430000000",
"payables_and_accrued_expenses": "71430000000",
"properties": "0",
"receivables": "60985000000",
"retained_earnings": "-214000000",
"share_issued": "15550061000",
"stockholders_equity": "62146000000",
"tangible_book_value": "62146000000",
"total_assets": "352583000000",
"total_capitalization": "157427000000",
"total_debt": "111088000000",
"total_equity_gross_minority_interest": "62146000000",
"total_liabilities_net_minority_interest": "290437000000",
"total_non_current_assets": "209017000000",
"total_non_current_liabilities_net_minority_interest": "145129000000",
"total_tax_payable": "8819000000",
"tradeand_other_payables_non_current": "15457000000",
"treasury_shares_number": "0",
"working_capital": "-1742000000"
}
]
}
}
}
Cash Flow Statement API
The Cash Flow Statement API is designed for workflows that require operating cash flow, investing cash flow, financing cash flow, capital expenditure, and other cash movement indicators. This data is often used in liquidity analysis, free cash flow models, and broader company financial analysis.
https://apidata.fin2dev.com/v1/cashflows?key={YOUR_API_KEY}&ticker=AAPL
Example Response
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"basics": {
"ticker": "AAPL",
"period": "quarterly"
},
"output": {
"cash_flow": [
{
"date": "2024-06-30 00:00:00",
"beginning_cash_position": "33921000000",
"capital_expenditure": "-2151000000",
"cash_dividends_paid": "-3895000000",
"cash_flow_from_continuing_financing_activities": "-36017000000",
"cash_flow_from_continuing_investing_activities": "-127000000",
"cash_flow_from_continuing_operating_activities": "28858000000",
"change_in_account_payable": "1539000000",
"change_in_inventory": "-12000000",
"change_in_other_current_assets": "-1188000000",
"change_in_other_current_liabilities": "3439000000",
"change_in_payable": "1539000000",
"change_in_payables_and_accrued_expense": "1539000000",
"change_in_receivables": "-2094000000",
"change_in_working_capital": "1684000000",
"changes_in_account_receivables": "-1030000000",
"changes_in_cash": "-7286000000",
"common_stock_dividend_paid": "-3895000000",
"common_stock_payments": "-26522000000",
"depreciation_amortization_depletion": "2850000000",
"depreciation_and_amortization": "2850000000",
"end_cash_position": "26635000000",
"financing_cash_flow": "-36017000000",
"free_cash_flow": "26707000000",
"income_tax_paid_supplemental_data": "4699000000",
"investing_cash_flow": "-127000000",
"long_term_debt_payments": "-4250000000",
"net_common_stock_issuance": "-26522000000",
"net_income_from_continuing_operations": "21448000000",
"net_investment_purchase_and_sale": "2412000000",
"net_issuance_payments_of_debt": "-3253000000",
"net_long_term_debt_issuance": "-4250000000",
"net_other_financing_charges": "-2347000000",
"net_other_investing_changes": "-388000000",
"net_ppepurchase_and_sale": "-2151000000",
"net_short_term_debt_issuance": "997000000",
"operating_cash_flow": "28858000000",
"other_non_cash_items": "7000000",
"purchase_of_investment": "-13032000000",
"purchase_of_ppe": "-2151000000",
"repayment_of_debt": "-3253000000",
"repurchase_of_capital_stock": "-26522000000",
"sale_of_investment": "15444000000",
"short_term_debt_payments": "997000000",
"stock_based_compensation": "2869000000"
}
]
}
}
}
How Developers Use Financial Statements APIs
Stock Research Platforms
Use company financial data to display profitability, leverage, liquidity, and cash flow trends for listed companies.
Fundamental Screeners
Filter stocks by earnings, margins, debt levels, or cash generation using structured financial statement data.
Valuation Models
Integrate income statements, balance sheets, and cash flow statements into DCF models and research workflows.
Financial Dashboards
Build dashboards and analytics tools that rely on machine-readable company financial data instead of manual data collection.
Frequently Asked Questions
This page covers a suite of related APIs: Income Statement API, Balance Sheet API, Cash Flow Statement API, and Company Information API. Each dataset has its own dedicated page and workflow.
A typical workflow includes profitability data from income statements, financial position data from balance sheets, cash movement data from cash flow statements, and company profile/reference data for context and mapping.
Developers, analysts, fintech platforms, research products, and financial dashboard tools commonly use these APIs to integrate structured company financial data into their applications.
Pricing
Start with a small plan for testing, then scale as your application grows. This overview keeps pricing simple and easy to compare.
Basic
- 500 calls included
- 10 calls per minute
Popular
- 3,000 calls included
- 20 calls per minute
Premium
- 10,000 calls included
- 30 calls per minute
Keywords: financial statements api • company financial data api • fundamental data api • stock fundamentals api • income statement api • balance sheet api • cash flow statement api • company information api