---
title: "Get Profitability"
method: POST
path: "/api/analytics/financial/profitability"
tags: ["Analytics - Financial"]
---

# Get Profitability

`POST /api/analytics/financial/profitability`

Calculate profitability for creators including revenue, costs, commissions, and margins for a specific month.

## Request body

- object
  - `account_ids` string[], required — Array of account prefixed IDs
  - `year` integer, required — The year to calculate profitability for
  - `month` integer, required — The month to calculate profitability for (1-12)

## Response `200`

- object[]
  - `creator_id` integer
  - `name` string
  - `gross_revenue` number
  - `net_revenue` number
  - `total_costs` number
  - `commission` number
  - `profit` number
  - `margin` number

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
