run_query
Run BQL queries against Beancount ledger files to retrieve CSV-style rows. Analyze accounts and transactions directly from your plain-text accounting data.
Instructions
Run a Beancount Query Language (BQL) query and return CSV-style rows.
Example: SELECT account, sum(position) WHERE account ~ 'Expenses' GROUP BY account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |