Get financial overview

Retrieves a high-level overview of financial data including balances, trends, and key metrics

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to get the overview for
startDatestringOptionalformat: "date-time"
Start date for the report period
endDatestringOptionalformat: "date-time"

End date for the report period (defaults to current date)

intervalenumOptionalDefaults to monthly
Time interval for aggregating data
Allowed values:
statusFilterenumOptionalDefaults to posted
Filter transactions by their status
Allowed values:

Response

Financial overview retrieved successfully
monthlyRevenuelist of lists of strings or doubles

Monthly revenue data points [month, amount]

monthlyExpenseslist of lists of strings or doubles

Monthly expenses data points [month, amount]

monthlyProfitlist of lists of strings or doubles

Monthly profit data points [month, amount]

monthlyCashBalancelist of lists of strings or doubles

Monthly cash balance data points [month, amount]

totalRevenuedouble
Total revenue for the period
totalExpensesdouble
Total expenses for the period
totalProfitdouble
Total profit for the period
currentCashBalancedouble
Current cash balance across all accounts
chartDatalist of objects
Data formatted for charts
latestMonthStatsobject
plaidAccountslist of objects
Connected Plaid accounts
filterInfoobject

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error