getDashboardSummary
Get a comprehensive dashboard summary including cash flow and overview statistics.Parameters
No parameters required. Automatically uses the last 6 months for cash flow analysis.Response
Cash flow report for the last 6 months
Overview statistics including income, expenses, savings, and investments
getCashFlowReport and the Overview Summary section below for detailed response structures.
getCashFlowReport
Generate a cash flow report for a specific time range.Parameters
Time range for the report:
this_month: Current monthlast_3_months: Last 3 monthslast_6_months: Last 6 monthsytd: Year to date1_year: Last 12 monthsall: All time
Response
Base currency code for the report
Array of currency codes that were converted to base currency
Attribution for currency exchange rate provider
text: Attribution texturl: Attribution URL
Summary statistics for the period
Total income for the period
Total expenses for the period
Total transfers for the period
Net surplus (income - expenses)
Average monthly income
Average monthly expenses
Average monthly surplus
Array of cash flow data points by period
Period identifier (e.g., “2024-03”, “2024-Q1”)
Income for the period
Expenses for the period
Transfers for the period
Surplus for the period
Currencies converted in this period
Metadata about the report
The range parameter used
Report start date
Report end date
Data granularity:
day, week, month, or quartergetCategorySpend
Get spending breakdown by category for a date range.Parameters
Start date for the analysis
End date for the analysis
Maximum number of categories to return (minimum: 1)
Response
Base currency code
Array of converted currency codes
Currency exchange attribution information
Array of category spending data
Category ID
Category name
Category icon
Category type (EXPENSE)
Parent category ID if applicable
Parent category name
Parent category icon
Total spending for this category
Total in base currency
Array of amounts by original currency
currency: Currency codeamount: Original amountconvertedAmount: Amount converted to base currency
getCategoryIncome
Get income breakdown by category for a date range.Parameters
Same asgetCategorySpend.
Response
Same structure asgetCategorySpend, but for income categories (type: INCOME).
Overview Summary
The overview summary (part ofgetDashboardSummary) includes the following cash flow types:
- INCOME: Total income
- EXPENSE: Total expenses
- SAVINGS: Savings transactions
- INVESTMENT: Investment transactions
Year-to-date totals
Current month totals
Last month totals
6-month average
baseCurrency: Amount in base currencybyCurrency: Array of amounts by currency with original and converted values