---
title: "Bank statement income calculator (Excel)"
method: GET
path: "/v2/book/{book_uuid}/income/bank-statement-v2/xlsx"
tags: ["Cash Flow Analytics"]
---

# Bank statement income calculator (Excel)

`GET /v2/book/{book_uuid}/income/bank-statement-v2/xlsx`

This API retrieves the bank statement income calculator in an Excel format.

---

Visit our [guide](https://docs.ocrolus.com/docs/bank-statement-income-calculator) for more information.

The output of this endpoint is intended for manual review, as opposed to automated consumption by your application.
> 🚧
> The response will have a MIME type of `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`, hence there is no JSON response schema. See [here](https://docs.google.com/spreadsheets/d/1IeElDLJWQ-YZRmR_zO0OD6ltFnyOPIOQ/edit?usp=sharing&ouid=108945757603422712879&rtpof=true&sd=true) for an example output.

## Path parameters

- `book_uuid` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Txn Limit Exceeded
- `403` — Permission Error
- `404` — Book Not Found Error
- `425` — Analytics Still Processing

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/revisions/3571ef602d13/schema)
