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.

GuideDescription
Quick StartGet up and running in minutes
Uploading StatementsImport transactions from bank statements
Managing TransactionsView, filter, and edit your transactions
Categorization RulesAutomate transaction categorization
ReportsAnalyze 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

GuideDescription
AuthenticationAPI keys and permissions
PaginationPagination and filtering
Error CodesAPI error responses

Endpoints

ResourceDescription
TransactionsCreate, read, update, delete transactions
AccountsManage bank accounts and credit cards
RulesManage categorization rules
StatementsView and manage uploaded statements
ReportsCompute cashflow, income, expense, balance, and other reports
CategoriesRead-only category aggregates (count, inflow, outflow)
EntitiesRead-only entity aggregates (count, inflow, outflow)

Object Reference

ObjectDescription
TransactionTransaction data structure
AccountAccount data structure
RuleRule data structure
StatementStatement data structure

CLI Reference

Prefer the terminal? The fobs CLI wraps the same API with table/CSV/JSON output and built-in paging.

PageDescription
CLI OverviewWhat fobs stm covers and how it maps to the API
SetupInstall fobs, add an org, store credentials
Common Flags--json, paging, output formats, env vars
accounts · transactions · statements · rules · reports · categories · entitiesPer-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