REST API for financial modeling

Financial model API
for AI agents and automation.

Create assumptions and formulas as typed model items. Compute projections deterministically. Export audit-ready Excel workbooks. Layerz is a financial model API — not a market data feed, not a spreadsheet automation layer.

REST API · CLI · No-code-friendly · Export to standard .xlsx

What the API creates

A structured model with typed items and explicit dependencies.

Not database records — a financial model graph.

modelsNamed, versioned financial models
sectionsP&L, cash flow, balance sheet, or custom
itemsTyped variables: constant, formula, monthly, yearly
layersScenario variants on a shared model structure
computed outputsAny item value at any period, on demand
Positioning

Why a model API, not spreadsheet automation.

Spreadsheet automationExcel scripts, Sheets API

Cell references. Fragile. Change a row and formulas break silently. No dependency graph. No type system.

Market data APIsFinancial Modeling Prep, Alpha Vantage

Read-only financial data feeds. Not for building your own model logic.

LayerzFinancial model API

A typed model graph. Explicit dependencies between variables. Deterministic compute — same inputs, same outputs, every time. No cell-reference generation.

Core workflow

Five endpoints, one model.

POST/models# create a model
POST/models/:id/items# define assumptions and formulas
GET/models/:id/compute# compute all projections
GET/models/:id/export# download .xlsx
PATCH/models/:id/items/:iid# update an assumption, recompute

Full reference → llms-full.txt

Use cases

Any financial model, programmatically.

SaaS revenue model

ARR build, churn, expansion, CAC/LTV. Compute scenarios via API, export results to .xlsx for the board deck.

Startup runway

Headcount plan, burn rate, cash-in dates. Recompute on demand when assumptions change.

LBO analysis

Entry price, debt structure, EBITDA bridge, returns. Shared model structure across similar deals.

Manufacturing P&L

Capacity, variable costs, contribution margin by product line.

Consulting agency model

Headcount, utilization rate, revenue per consultant. Reusable template across client engagements.

Also available

MCP plugin for native Claude integration.

If you use Claude natively (Claude Max or Claude Code), the Layerz MCP server gives your agent direct access without writing API calls.

For AI builders — MCP plugin →

Structured financial logic. Compute on demand. Export on demand.

REST API · CLI · Export to standard .xlsx