Profit And Loss
Revenue, cost, profit, and margin across key operating periods.
| Period | Revenue | Cost | Profit | Margin |
|---|---|---|---|---|
| {{ period }} | {{ currency_symbol }}{{ "%.2f"|format(data.revenue or 0) }} | {{ currency_symbol }}{{ "%.2f"|format(data.cost or 0) }} | {{ currency_symbol }}{{ "%.2f"|format(data.profit or 0) }} | {{ "%.1f"|format(data.profit_margin or 0) }}% |