---
title: "listFinancialEventGroups"
method: GET
path: "/finances/v0/financialEventGroups"
tags: ["Finances v0"]
---

# listFinancialEventGroups

`GET /finances/v0/financialEventGroups`

Returns financial event groups for a given date range. Orders from the last 48 hours might not be included in financial events.

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 0.5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).

## Query parameters

- `MaxResultsPerPage` integer
- `FinancialEventGroupStartedBefore` string, date-time
- `FinancialEventGroupStartedAfter` string, date-time
- `NextToken` string

## Response `200`

Success.

- ListFinancialEventGroupsResponse — The response schema for the `listFinancialEventGroups` operation.
  - `payload` ListFinancialEventGroupsPayload — The payload for the `listFinancialEventGroups` operation.
    - `NextToken` string — When present and not empty, pass this string token in the next request to return the next response page.
    - `FinancialEventGroupList` FinancialEventGroup[] — A list of financial event group information.
      - `FinancialEventGroupId` string — A unique identifier for the financial event group.
      - `ProcessingStatus` string — The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * `Open` * `Closed`
      - `FundTransferStatus` string — The status of the fund transfer.
      - `OriginalTotal` Currency — A currency type and amount.
        - `currencyCode` string — The three-digit currency code in ISO 4217 format.
        - `currencyAmount` number — A decimal number, such as an amount or FX rate.
      - `ConvertedTotal` Currency — A currency type and amount.
        - `currencyCode` string — The three-digit currency code in ISO 4217 format.
        - `currencyAmount` number — A decimal number, such as an amount or FX rate.
      - `FundTransferDate` string, date-time — A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
      - `TraceId` string — The trace identifier used by sellers to look up transactions externally.
      - `AccountTail` string — The account tail of the payment instrument.
      - `BeginningBalance` Currency — A currency type and amount.
        - `currencyCode` string — The three-digit currency code in ISO 4217 format.
        - `currencyAmount` number — A decimal number, such as an amount or FX rate.
      - `FinancialEventGroupStart` string, date-time — A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
      - `FinancialEventGroupEnd` string, date-time — A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
  - `errors` Error[] — A list of error responses returned when a request is unsuccessful.
    - `code` string, required — An error code that identifies the type of error that occurred.
    - `message` string, required — A message that describes the error condition.
    - `details` string — Additional details that can help the caller understand or fix the issue.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The resource specified does not exist.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
