Upvest · Example Payload

Investment Api Account Return Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Investment Api Account Return Example is an example object payload from Upvest, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

account_idtotal_returntotal_return_percentageperiod_startperiod_endcurrency

Example Payload

Raw ↑
{
  "account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "total_return": "example-string",
  "total_return_percentage": "example-string",
  "period_start": "1990-01-15",
  "period_end": "1990-01-15",
  "currency": "EUR"
}