Skip to main content
GET
/
v1
/
nostro-accounts
/
statements
/
dates
Get active statement dates
curl --request GET \
  --url https://api.pgw-sandbox.finventi.com/v1/nostro-accounts/statements/dates
{
  "statementData": [
    {
      "dates": [
        "2026-03-01",
        "2026-03-02"
      ],
      "iban": "LT123456789012345678",
      "type": "CAMT_052"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.finventi.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Retrieves available statement dates for all nostro accounts, grouped by account and statement type, within the specified date range.

Query Parameters

dateFrom
string<date>
required
dateTo
string<date>
required

Response

Returned active statement dates list

Collection of statement dates grouped by nostro account and statement type

statementData
object[]
required

List of statement date entries per account and type

Last modified on March 20, 2026