Veli · JSON Structure

Veli Performance Response Structure

Portfolio performance metrics

Type: object Properties: 7
CryptoDeFiFinanceInvestmentPortfolio-Management

PerformanceResponse is a JSON Structure definition published by Veli, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

portfolioId period totalReturn annualizedReturn sharpeRatio startValue endValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veli/refs/heads/main/json-structure/veli-performance-response-structure.json",
  "name": "PerformanceResponse",
  "description": "Portfolio performance metrics",
  "type": "object",
  "properties": {
    "portfolioId": {
      "type": "string"
    },
    "period": {
      "type": "string",
      "example": "1m"
    },
    "totalReturn": {
      "type": "double",
      "description": "Total return for period (e.g. 0.08 = 8%)",
      "example": 0.08
    },
    "annualizedReturn": {
      "type": "double",
      "description": "Annualized return",
      "example": 0.96
    },
    "sharpeRatio": {
      "type": "double",
      "description": "Sharpe ratio",
      "example": 1.8
    },
    "startValue": {
      "type": "double",
      "description": "Portfolio value at start of period",
      "example": 4861.81
    },
    "endValue": {
      "type": "double",
      "description": "Portfolio value at end of period",
      "example": 5250.75
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/veli-performance-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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