---
title: "Get EBITDA summary with trend data"
method: GET
path: "/Metrics/ebitda"
tags: ["Metrics"]
---

# Get EBITDA summary with trend data

`GET /Metrics/ebitda`

## Query parameters

- `period` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfEBITDASummaryDto
  - `success` boolean
  - `data` EBITDASummaryDto
    - `period` string
    - `ebitda` EBITDAValuesDto
      - `current` union
        - number, double
        - string, double
      - `previous` union
        - number, double
        - string, double
      - `change` union
        - number, double
        - string, double
      - `changeDirection` string
    - `margin` MarginValuesDto
      - `current` union
        - number, double
        - string, double
      - `previous` union
        - number, double
        - string, double
      - `change` union
        - number, double
        - string, double
      - `changeDirection` string
    - `revenue` union
      - number, double
      - string, double
    - `operatingExpenses` union
      - number, double
      - string, double
    - `trend` EBITDATrendPointDto[]
      - `month` string
      - `ebitda` union
        - number, double
        - string, double
      - `margin` union
        - number, double
        - string, double
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
