Response attributes
| Attribute | Type | Description |
|---|---|---|
| time_series | array of objects | Chronologically ordered data points |
| date_range | string | Date range code used for this query (e.g. 3M, 6M, 1Y) |
| start_date | string | Start date of the time series (YYYY-MM-DD) |
| end_date | string | End date of the time series (YYYY-MM-DD) |
Time series point attributes
| Attribute | Type | Description |
|---|---|---|
| date | string | Date of this data point (YYYY-MM-DD) |
| assets | string | Total asset balance |
| liabilities | string | Total liability balance |
| net_worth | string | Net worth (assets minus liabilities) |