v1
latestOpenAPI 3.0.02026-07-2482421001.1 KBBusiness history
Business summary
This API retrieves the chronological financial summary for a business entity, calculated from deduplicated and organization-enriched transactions across all <glossary:Book> belonging to the requesting organization.
get/v1/businesses/{business_id}/summary
Path parameters
business_idstring uuid required
Example:3fa85f64-5717-4562-b3fc-2c963f66afa6
A universally unique identifier (UUID) of the business entity for which you want to retrieve summary.
Query parameters
begin_datestring date
Example:2023-01-01
The start date in YYYY-MM-DD format for the financial summary period.
end_datestring date
Example:2023-10-01
The end date in YYYY-MM-DD format for the financial summary period.
updated_sincestring date
Example:2023-10-01
The date from which to retrieve updated business summaries.
Response
Success
Example response
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Acme Corp",
"naics4_code": "5411",
"naics_description": "Legal Services",
"naics6_code": "541110",
"books": [
{
"uuid": "book-uuid-1",
"name": "Q1 2025 Application",
"created_ts": "2025-01-10T08:00:00Z",
"uploaded_docs": [
{
"uuid": "doc-uuid-1",
"name": "jan_statement.pdf",
"status": "VERIFIED"
}
]
}
],
"book_count": 3,
"txn_count": 5234,
"bank_accounts": [
{
"bank_account_pks": [
42,
87,
153
],
"txn_count": 3200,
"bank_name": "Chase",
"account_type": "CHECKING",
"account_number": "****1234",
"account_holder_name": "ACME CORP",
"account_category": "BUSINESS",
"holder_address_1": "123 MAIN STREET",
"holder_address_2": "APT 4B",
"holder_city": "NEW YORK",
"holder_state": "NY",
"holder_zip": "10001",
"daily_balances": {
"2025-01-01": 15000.5
},
"periods": [
{
"begin_date": "2016-01-01",
"end_date": "2016-01-29",
"begin_balance": 1614,
"end_balance": -783
}
],
"expense_by_month": {
"2025-01": -14404.21,
"2025-02": -38898.7
},
"withdrawals_by_month": {
"2025-01": -14404.21,
"2025-02": -38898.7
},
"revenue_by_month": {
"2025-01": 11116.01,
"2025-02": 23734.38
},
"revenue_deduction_by_month": {
"2025-01": 478.67,
"2025-02": 22631.99
},
"deposits_by_month": {
"2025-01": 11594.68,
"2025-02": 46366.37
},
"outside_source_deposits_by_month": {
"2025-01": 5000
},
"large_deposits_by_month": {
"2025-01": 25000
}
}
],
"daily_balances": {
"2025-01-01": 15000.5,
"2025-01-02": 14850.25
},
"daily_cash_flows": {
"2025-01-01": -150.25,
"2025-01-02": 500
},
"total_days": 365,
"net_cash_flows_by_month": {
"2025-01": 3200,
"2025-02": -1500
},
"minimum_balance_by_month": {
"2025-01": 8000,
"2025-02": 6500
},
"maximum_balance_by_month": {
"2025-01": 22000,
"2025-02": 19000
},
"average_daily_balance_by_month": {
"2025-01": 14000,
"2025-02": 12000
},
"average_daily_balance_weekday_by_month": {
"2025-01": 14200,
"2025-02": 12300
},
"negative_balances_by_month": {
"2025-03": [
"2025-03-15",
"2025-03-16"
]
},
"negative_balances_count_by_month": {
"2025-03": 2
},
"negative_balances_weekday_by_month": {
"2025-03": [
"2025-03-15"
]
},
"negative_balances_weekday_count_by_month": {
"2025-03": 1
},
"nsf_fee_count_by_month": {
"2025-03": 1
},
"nsf_raw_fee_count_by_month": {
"2025-03": 1
},
"overdraft_fee_count_by_month": {
"2025-01": 0
},
"overdraft_raw_fee_count_by_month": {
"2025-01": 0
},
"returned_item_deposit_count_by_month": {
"2025-01": 0
},
"returned_item_withdrawal_count_by_month": {
"2025-01": 0
},
"average_txn_size_by_month": {
"2025-01": 450
},
"average_deposits_by_month": {
"2025-01": 2500
},
"fintech_loan_sources": [
{
"source": "Kabbage",
"deposit_count": 2,
"deposits": {
"2025-01": 25000,
"2025-04": 25000
},
"pmt_count": 12,
"pmt_frequency_days": 30,
"pmts": {
"2025-02": 2000
}
}
],
"num_fintech_loan_sources": 1,
"counterparties": [
{
"category": "revenue",
"distribution": [
{
"counterparty": "BigCorp Inc",
"rank": 1
}
],
"num_counterparties": 10
}
],
"cash_flow_at_a_glance": {
"average_deposit_count": 45,
"total_nsf_fee_count": 3
},
"naics6_description": "Dry Pea and Bean Farming",
"mcc_code": "1520",
"mcc_description": "General Contractors-Residential and Commercial",
"sic_code": "2095",
"sic_description": "ROASTED COFFEE",
"expense_by_month": {
"2016-01": 0
},
"withdrawals_by_month": {
"2025-01": -14404.21,
"2025-02": -38898.7
},
"revenue_by_month": {
"2025-01": 11116.01,
"2025-02": 23734.38
},
"revenue_deduction_by_month": {
"2025-01": 478.67,
"2025-02": 22631.99
},
"deposits_by_month": {
"2025-01": 11594.68,
"2025-02": 46366.37
},
"outside_source_deposits_by_month": {
"2025-01": 5000
},
"large_deposits_by_month": {
"2025-01": 25000
},
"truck_stop_inflows_by_month": {
"2016-01": "0.0"
},
"truck_stop_outflows_by_month": {
"2016-01": "0.0"
},
"federal_tax_inflows_by_month": {
"2016-01": "0.0"
},
"federal_tax_outflows_by_month": {
"2016-01": "0.0"
},
"bank_branch_inflows_by_month": {
"2019-06": "0.13"
},
"bank_branch_outflows_by_month": {
"2016-01": "0.0"
},
"credit_builder_inflows_by_month": {
"2016-01": "0.0"
},
"credit_builder_outflows_by_month": {
"2019-06": "-29.04"
},
"custom_tag_by_month": {
"2016-01": "0.0"
},
"expense_count_by_month": {
"2019-07": "61"
},
"withdrawals_count_by_month": {
"2019-07": "61"
},
"revenue_count_by_month": {
"2019-07": "20"
},
"deposits_count_by_month": {
"2019-07": "22"
}
}