Skip to main content

Nexus API

List category totals between two dates

Returns a list of categories that have transactions dated within the provided date range, and the total of all transactions that belong to each category. A single account GUID can be specified by providing an account_guid parameter. An array of account GUIDs can be specified by providing a series of account_guid[] parameters. Dates should be in ISO 8601 format (2013-10-25).

GET
/date_range_category_totals/from/{start_date}/to/{end_date}

Path Parameters

FieldRequiredType

start_date

The start date of the window for which transactions will be returned. Given in ISO 8106 format without a timestamp, e.g., 2013-10-25.

Required
String

end_date

The end date of the window for which transactions will be returned. Given in ISO 8106 format without a timestamp, e.g., 2013-10-25.

Required
String

Query Parameters

FieldRequiredType

account_guid

Return totals for transactions belonging only to the specified account GUID.

Optional
String

account_guid[]

Return totals for transactions that belong to any of the specified array of account GUID.

Optional
String
Loading...