---
title: "Retrieve EOD Cash Interest Details"
method: GET
path: "/v1/reporting/eod/cash_interest"
tags: ["Reporting", "Cash Interest"]
---

# Retrieve EOD Cash Interest Details

`GET /v1/reporting/eod/cash_interest`

This API retrieves a list of cash interest details for the given date(s) for a single account or all accounts. End-of-day (EOD) details are typically accessible after 8:00pm Eastern Time (ET) and reflect that day's ending state across cash balances, accrued interest, accrued fees, as well as additional ancillary details.

## Query parameters

- `account_id` string, uuid
- `date` string, date
- `after` string, date
- `before` string, date
- `direction` string
- `page_size` integer
- `page_token` string

## Response `200`

Successful response, returns a list of daily interest accruals and an optional next page token.

- EoDCashInterestReportResponse
  - `interest` DailyCashInterest[]
    - `account_accrued_interest` string, decimal
    - `account_id` string, uuid
    - `account_rate_bps` integer
    - `apr_tier_id` string, uuid
    - `apr_tier_name` string
    - `cash_balance` string, decimal
    - `correspondent_fee` string, decimal
    - `correspondent_rate_bps` integer
    - `currency` string
    - `date` string, date
  - `next_page_token` string, nullable

## Other responses

- `400` — A client error occurred. Please check the provided request parameters and try again.
- `401` — Unauthorized. Please check your API key and try again.
- `429` — Too many requests. Please wait a moment and try again.
- `500` — A server error occurred. Please contact Alpaca.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
