Upvest · Schema

AccountReturn

Investment return calculation for an account.

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Properties

Name Type Description
account_id string The account identifier.
total_return string The total return as a decimal string.
total_return_percentage string The total return as a percentage string.
period_start string The start of the return period.
period_end string The end of the return period.
currency string The return currency.
View JSON Schema on GitHub

JSON Schema

investment-api-account-return-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-schema/investment-api-account-return-schema.json",
  "title": "AccountReturn",
  "description": "Investment return calculation for an account.",
  "type": "object",
  "properties": {
    "account_id": {
      "type": "string",
      "format": "uuid",
      "description": "The account identifier.",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "total_return": {
      "type": "string",
      "description": "The total return as a decimal string.",
      "example": "example-value"
    },
    "total_return_percentage": {
      "type": "string",
      "description": "The total return as a percentage string.",
      "example": "example-value"
    },
    "period_start": {
      "type": "string",
      "format": "date",
      "description": "The start of the return period.",
      "example": "2025-03-15"
    },
    "period_end": {
      "type": "string",
      "format": "date",
      "description": "The end of the return period.",
      "example": "2025-03-15"
    },
    "currency": {
      "type": "string",
      "description": "The return currency.",
      "pattern": "^[A-Z]{3}$",
      "example": "EUR"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/investment-api-account-return"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.