eToro · Schema

RankingPeriod

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs
View JSON Schema on GitHub

JSON Schema

RankingPeriod.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/RankingPeriod.json",
  "title": "RankingPeriod",
  "type": "string",
  "enum": [
    "CurrMonth",
    "OneMonthAgo",
    "TwoMonthsAgo",
    "CurrQuarter",
    "ThreeMonthsAgo",
    "SixMonthsAgo",
    "CurrYear",
    "OneYearAgo",
    "LastYear",
    "LastTwoYears"
  ]
}