Get historical account balance
get_account_balanceRetrieve the incoming (start of day) and outgoing (end of day) balance for a bank account on a specified date.
Instructions
Get the incoming (start of day) and outgoing (end of day) balance for an account on a given date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountNumber | Yes | Account number (BBAN), e.g. 36060000000 | |
| date | Yes | Date to get the balance for (YYYY-MM-DD) |