---
title: "Retrieves a mapped profit and loss report"
method: GET
path: "/profit_and_loss_report"
tags: ["ProfitAndLossReport"]
---

# Retrieves a mapped profit and loss report

`GET /profit_and_loss_report`

Retrieves a mapped profit and loss report

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `refresh` string

## Response `200`

ProfitAndLossReport resource

- ProfitAndLossReport — provides a mapped profit and loss report
  - `timestamp` string, date-time
  - `profit_loss` string
  - `yoy_sales_growth` number, float, nullable
  - `periods` object[]
  - `start` string, date
  - `end` string, date
  - `series` array[], nullable
    - number[]
  - `lastReconciled` string, date, nullable
  - `lastReconciledLabel` string, nullable
  - `isReconciled` boolean
  - `hasCompleteData` boolean

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
