Organization
Get monthly firm P&L (revenue vs payouts vs platform costs)
Monthly profitability of your firm on Hyperprop: evaluation revenue in, trader payouts and your Hyperprop platform/CME bill out.
What you get
One row per calendar month (America/Chicago, matching your billing months) with:
| Field | Description |
|---|---|
revenueEstimated | Purchase revenue. If your integration sends price_paid on purchases we use it; otherwise we substitute the plan’s list price and flag the basis in revenueBasis. |
payouts | Executed trader withdrawals in that month |
platformCosts | Your Hyperprop bill (platform fee + CME market data per billed trader) |
net / marginPct | revenue − payouts − platform costs, and margin |
totals sums all months and includes the all-time payoutRatioPct (payouts ÷ revenue) — the number prop firms watch most.
Example
curl -X GET "https://api.hyperprop.com/platform/v1/organization/risk/pnl" \
-H "X-API-Key: hp_live_your_key_here"
Tip: send the real pricePaid when creating purchases and your revenue becomes exact instead of estimated.
Authentication: Accepts either Authorization: Bearer <jwt> (dashboard) or X-API-Key: hp_live_... (programmatic).
GET
Get monthly firm P&L (revenue vs payouts vs platform costs)
Related topics
Get organization analyticsGet monthly billing summaryGet all-months billing aggregatesGet per-plan unit economics and sustainability flagsGet trade execution history