Statements Documentation
Welcome to the Statements documentation. Statements is the FinOpsBricks app for ingesting bank statements, storing transactions, and exposing financial data via API and CLI. Whether you're using the product to manage your finances or integrating against it, you'll find everything you need here.
Product Guide
New to Statements? Start with the product documentation to learn how to import bank statements, manage transactions, and set up automation rules.
| Guide | Description |
|---|---|
| Quick Start | Get up and running in minutes |
| Uploading Statements | Import transactions from bank statements |
| Managing Transactions | View, filter, and edit your transactions |
| Categorization Rules | Automate transaction categorization |
| Reports | Analyze your financial data |
API Reference
Building an integration? Our REST API lets you programmatically access and manage your financial data.
Base URL:
https://statements.finopsbricks.com/api/v1
Getting Started
| Guide | Description |
|---|---|
| Authentication | API keys and permissions |
| Pagination | Pagination and filtering |
| Error Codes | API error responses |
Endpoints
| Resource | Description |
|---|---|
| Transactions | Create, read, update, delete transactions |
| Accounts | Manage bank accounts and credit cards |
| Rules | Manage categorization rules |
| Statements | View and manage uploaded statements |
| Reports | Compute cashflow, income, expense, balance, and other reports |
| Categories | Read-only category aggregates (count, inflow, outflow) |
| Entities | Read-only entity aggregates (count, inflow, outflow) |
Object Reference
| Object | Description |
|---|---|
| Transaction | Transaction data structure |
| Account | Account data structure |
| Rule | Rule data structure |
| Statement | Statement data structure |
CLI Reference
Prefer the terminal? The fobs CLI wraps the same API with table/CSV/JSON output and built-in paging.
| Page | Description |
|---|---|
| CLI Overview | What fobs stm covers and how it maps to the API |
| Setup | Install fobs, add an org, store credentials |
| Common Flags | --json, paging, output formats, env vars |
| accounts · transactions · statements · rules · reports · categories · entities | Per-resource commands |
Quick Example
API:
curl -X GET "https://statements.finopsbricks.com/api/v1/transactions" \
-H "api-key: fob_stm_xxxxxxxxxxxx" \
-H "api-secret: xxxxxxxxxxxxxxxx"
CLI:
fobs stm transactions list --from 2026-04-01 --to 2026-04-30
Need Help?
- Check our guides in the sidebar
- Review the API reference for integration details
- Contact support for additional assistance