eToro · Schema

HistoricalDailySnapshotData

End-of-day balance snapshot for a specific date.

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
date string The snapshot date (ISO 8601).
totalCurrencyIso string ISO 4217 currency code for the total figures in native currency.
totalCash number Total cash across all accounts in native currency.
totalInvestedAmount number Total invested amount across all accounts in native currency.
totalPnl number Total profit and loss across all accounts in native currency.
totalBalance number Total balance across all accounts in native currency.
displayTotalCash number Total cash converted to the requested display currency.
displayTotalInvestedAmount number Total invested amount converted to the requested display currency.
displayTotalPnl number Total profit and loss converted to the requested display currency.
displayTotalBalance number Total balance converted to the requested display currency.
totalExchangeRate number Exchange rate applied to convert totals to displayCurrency.
accountSnapshots array Individual account breakdowns within this snapshot.
View JSON Schema on GitHub

JSON Schema

HistoricalDailySnapshotData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/HistoricalDailySnapshotData.json",
  "title": "HistoricalDailySnapshotData",
  "type": "object",
  "description": "End-of-day balance snapshot for a specific date.",
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "description": "The snapshot date (ISO 8601)."
    },
    "totalCurrencyIso": {
      "type": "string",
      "nullable": true,
      "description": "ISO 4217 currency code for the total figures in native currency."
    },
    "totalCash": {
      "type": "number",
      "format": "double",
      "description": "Total cash across all accounts in native currency."
    },
    "totalInvestedAmount": {
      "type": "number",
      "format": "double",
      "description": "Total invested amount across all accounts in native currency."
    },
    "totalPnl": {
      "type": "number",
      "format": "double",
      "description": "Total profit and loss across all accounts in native currency."
    },
    "totalBalance": {
      "type": "number",
      "format": "double",
      "description": "Total balance across all accounts in native currency."
    },
    "displayTotalCash": {
      "type": "number",
      "format": "double",
      "description": "Total cash converted to the requested display currency."
    },
    "displayTotalInvestedAmount": {
      "type": "number",
      "format": "double",
      "description": "Total invested amount converted to the requested display currency."
    },
    "displayTotalPnl": {
      "type": "number",
      "format": "double",
      "description": "Total profit and loss converted to the requested display currency."
    },
    "displayTotalBalance": {
      "type": "number",
      "format": "double",
      "description": "Total balance converted to the requested display currency."
    },
    "totalExchangeRate": {
      "type": "number",
      "format": "double",
      "description": "Exchange rate applied to convert totals to displayCurrency."
    },
    "accountSnapshots": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/HistoricalAccountData"
      },
      "nullable": true,
      "description": "Individual account breakdowns within this snapshot."
    }
  },
  "additionalProperties": false
}

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/HistoricalDailySnapshotData"
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.