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"
    }
  ]
}

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