# Ripple Custody 1.37 (July 10, 2026)

Version 1.37 is a short-term support (STS) SaaS release that introduces the Portfolio Data Export Service.

## Portfolio Data Export Service

Ripple Custody version 1.37 introduces the *Portfolio Data Export Service*, which generates reconciliation-grade financial reports from Ripple Custody as downloadable CSV or JSON files.

The service provides two report types, each exposed as a REST endpoint that returns a single file per request:

- **Position Reports** — a point-in-time balance snapshot, where each row is one account-and-asset balance as of a timestamp you choose.
- **Movement Reports** — a transaction history for a date range, where each row is one transfer, including amounts, fees, on-chain details, and counterparties.


Every export carries a metadata header with the request author, filters, record count, and financial control totals, so downstream systems can prove a file is complete and untampered. Column order, names, and types are a fixed contract, and the service exports all financial values as decimal strings in the asset's native unit to preserve full precision.

The service enforces access per domain: you receive data only for domains where you hold a role with read access, and it checks access against the target domain only, with no inheritance from parent domains. The service delivers REST APIs only in this release.

For more information, see:

- [Data export overview](/products/custody/data-export/overview)
- [Position Report](/products/custody/data-export/position-report)
- [Movement Report](/products/custody/data-export/movement-report)
- [Export reference](/products/custody/data-export/reference)


## Distribution and deployment

Ripple progressively deploys Version 1.37 across SaaS environments starting July 10, 2026.

## Activation and support

Ripple takes great care in testing its applications and ensuring that there are no regressions or breaking changes. Should you experience unexpected behavior, reach out to the Support team by creating a ticket on our [Support Portal](https://metaco.atlassian.net/servicedesk/customer/portal/1) or contact your Customer Partner Engineer (CPE).