See what you can build

Every example is a live render — the same JSON in, pixel-perfect PDF out.

Financial Report

A multi-section financial report with executive summary, revenue breakdown, expense analysis, and key performance metrics.

sample data (JSON) drives the template above
{
  "report": {
    "title": "Annual Financial Report",
    "ticker": "ACME",
    "auditor": "Grant Thornton LLP",
    "company": "Acme Corporation",
    "currency": "USD",
    "fiscal_year": 2025,
    "prepared_by": "Finance Department",
    "report_date": "2026-01-31",
    "headquarters": {
      "zip": "78701",
      "city": "Austin",
      "state": "TX",
      "street": "500 Innovation Drive"
    }
  },
  "key_metrics": {
    "growth": {
      "arr_growth_pct": 31.2,
      "revenue_growth_yoy_pct": 14.3,
      "annual_recurring_revenue": 2392000000,
      "net_income_growth_yoy_pct": 18.1
    },
    "market": {
      "dividend_per_share": 1.2,
      "earnings_per_share": 4.87,
      "book_value_per_share": 24.96,
      "market_capitalization": 13700000000,
      "price_to_earnings_ratio": 22.4
    },
    "customer": {
      "customer_lifetime_value": 38000,
      "customer_acquisition_cost": 4200,
      "net_revenue_retention_pct": 114
    },
    "profitability": {
      "net_margin_pct": 12.7,
      "gross_margin_pct": 59.96,
      "ebitda_margin_pct": 31.99,
      "return_on_assets_pct": 11.6,
      "return_on_equity_pct": 19.5
    },
    "liquidity_and_leverage": {
      "current_ratio": 2.79,
      "debt_to_equity_ratio": 0.36,
      "interest_coverage_ratio": 15.6
    }
  },
  "balance_sheet": {
    "assets": {
      "current": {
        "total": 2638000000,
        "inventory": 312000000,
        "prepaid_expenses": 78000000,
        "accounts_receivable": 694000000,
        "cash_and_equivalents": 1124000000,
        "short_term_investments": 430000000
      },
      "non_current": {
        "total": 2646000000,
        "goodwill": 874000000,
        "intangible_assets": 520000000,
        "long_term_investments": 210000000,
        "property_plant_equipment_net": 1042000000
      },
      "total_assets": 5284000000
    },
    "as_of_date": "2025-12-31",
    "liabilities": {
      "current": {
        "total": 946000000,
        "short_term_debt": 150000000,
        "accounts_payable": 388000000,
        "deferred_revenue": 196000000,
        "accrued_liabilities": 212000000
      },
      "non_current": {
        "total": 1202000000,
        "long_term_debt": 980000000,
        "deferred_tax_liabilities": 134000000,
        "other_long_term_liabilities": 88000000
      },
      "total_liabilities": 2148000000
    },
    "stockholders_equity": {
      "total": 3136000000,
      "common_stock": 126000000,
      "retained_earnings": 2168000000,
      "additional_paid_in_capital": 842000000
    },
    "total_liabilities_and_equity": 5284000000
  },
  "income_statement": {
    "taxes": {
      "income_tax_expense": 338000000,
      "effective_tax_rate_pct": 26.0
    },
    "period": {
      "end": "2025-12-31",
      "start": "2025-01-01"
    },
    "revenue": {
      "total": 4820000000,
      "hardware": 1536000000,
      "licensing": 288000000,
      "cloud_services": 2104000000,
      "professional_services": 892000000
    },
    "bottom_line": {
      "ebitda": 1542000000,
      "net_income": 612000000,
      "net_margin_pct": 12.7,
      "depreciation_and_amortization": 168000000
    },
    "gross_profit": {
      "gross_profit": 2890000000,
      "gross_margin_pct": 59.96,
      "cost_of_goods_sold": 1930000000
    },
    "below_the_line": {
      "other_income": 14000000,
      "interest_expense": 88000000,
      "income_before_tax": 1300000000
    },
    "operating_income": 1374000000,
    "operating_expenses": {
      "total": 1516000000,
      "general_and_admin": 310000000,
      "sales_and_marketing": 724000000,
      "research_and_development": 482000000
    }
  },
  "executive_summary": {
    "ceo": {
      "name": "Margaret L. Harrington",
      "message": "Acme Corporation delivered record revenue in FY2025, driven by strong performance in our Cloud Services and Hardware segments. Net income grew 18% year-over-year, reflecting disciplined cost management and operational efficiency gains across all business units."
    },
    "highlights": {
      "employees": 21400,
      "net_income": 612000000,
      "total_revenue": 4820000000,
      "dividend_per_share": 1.2,
      "earnings_per_share": 4.87,
      "new_markets_entered": 7
    }
  },
  "quarterly_summary": {
    "q1": {
      "eps": 1.02,
      "revenue": 1102000000,
      "net_income": 128000000
    },
    "q2": {
      "eps": 1.18,
      "revenue": 1188000000,
      "net_income": 148000000
    },
    "q3": {
      "eps": 1.29,
      "revenue": 1240000000,
      "net_income": 162000000
    },
    "q4": {
      "eps": 1.38,
      "revenue": 1290000000,
      "net_income": 174000000
    }
  },
  "regional_breakdown": {
    "europe": {
      "revenue": 1204800000,
      "share_pct": 25.0,
      "growth_pct": 18.7
    },
    "asia_pacific": {
      "revenue": 772800000,
      "share_pct": 16.0,
      "growth_pct": 29.4
    },
    "north_america": {
      "revenue": 2604800000,
      "share_pct": 54.0,
      "growth_pct": 11.2
    },
    "rest_of_world": {
      "revenue": 237600000,
      "share_pct": 4.9,
      "growth_pct": 22.1
    },
    "international_total": {
      "revenue": 2215200000,
      "growth_pct": 22.7
    }
  },
  "cash_flow_statement": {
    "period": {
      "end": "2025-12-31",
      "start": "2025-01-01"
    },
    "cash_summary": {
      "net_change": -169000000,
      "ending_balance": 1124000000,
      "beginning_balance": 1293000000
    },
    "financing_activities": {
      "net_cash": -415000000,
      "dividends_paid": -151000000,
      "debt_repayments": -100000000,
      "share_repurchases": -200000000,
      "proceeds_from_stock_issuance": 36000000
    },
    "investing_activities": {
      "net_cash": -604000000,
      "acquisitions": -310000000,
      "capital_expenditures": -234000000,
      "purchases_of_investments": -180000000,
      "proceeds_from_investments": 120000000
    },
    "operating_activities": {
      "other": 18000000,
      "net_cash": 850000000,
      "net_income": 612000000,
      "stock_based_compensation": 94000000,
      "changes_in_working_capital": -42000000,
      "depreciation_and_amortization": 168000000
    }
  },
  "segment_performance": {
    "hardware": {
      "revenue": 1536000000,
      "growth_pct": 6.1,
      "units_sold": 482000,
      "operating_income": 384000000
    },
    "licensing": {
      "revenue": 288000000,
      "growth_pct": 4.2,
      "active_licenses": 87000,
      "operating_income": 91000000
    },
    "cloud_services": {
      "revenue": 2104000000,
      "customers": 14200,
      "growth_pct": 28.4,
      "operating_income": 632000000
    },
    "professional_services": {
      "revenue": 892000000,
      "growth_pct": 11.5,
      "engagements": 3100,
      "operating_income": 267000000
    }
  }
}

Ready to build your own?

Get started free →