eToro · Schema

StocksIndustriesResponse

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
stocksIndustries array
View JSON Schema on GitHub

JSON Schema

StocksIndustriesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/StocksIndustriesResponse.json",
  "title": "StocksIndustriesResponse",
  "type": "object",
  "properties": {
    "stocksIndustries": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "industryID": {
            "type": "integer"
          },
          "industryName": {
            "type": "string"
          }
        }
      }
    }
  }
}