eToro · Schema

LiveRatesResponse

Container for real-time market rates data

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
rates array Array of current market rates for requested instruments
View JSON Schema on GitHub

JSON Schema

LiveRatesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/LiveRatesResponse.json",
  "title": "LiveRatesResponse",
  "type": "object",
  "description": "Container for real-time market rates data",
  "properties": {
    "rates": {
      "type": "array",
      "description": "Array of current market rates for requested instruments",
      "items": {
        "type": "object",
        "description": "Individual instrument rate information",
        "properties": {
          "instrumentID": {
            "type": "integer",
            "description": "Unique identifier for the financial instrument"
          },
          "ask": {
            "type": "number",
            "format": "float",
            "description": "Current asking price (offer) for the instrument. This is the price at which you can buy the asset."
          },
          "bid": {
            "type": "number",
            "format": "float",
            "description": "Current bid price for the instrument. This is the price at which you can sell the asset."
          },
          "lastExecution": {
            "type": "number",
            "format": "float",
            "description": "Price of the most recent trade execution for this instrument"
          },
          "conversionRateAsk": {
            "type": "number",
            "format": "float",
            "description": "Current conversion rate (ask) from instrument's currency to USD, used for position value calculations"
          },
          "conversionRateBid": {
            "type": "number",
            "format": "float",
            "description": "Current conversion rate (bid) from instrument's currency to USD, used for position value calculations"
          },
          "date": {
            "type": "string",
            "format": "date-time",
            "description": "The date-time of the price in the system"
          },
          "unitMargin": {
            "type": "number",
            "format": "float",
            "description": "(Obsolete) USD equivalent of the instrument price"
          },
          "unitMarginAsk": {
            "type": "number",
            "format": "float",
            "description": "(Obsolete) USD equivalent of the instrument ask price"
          },
          "unitMarginBid": {
            "type": "number",
            "format": "float",
            "description": "(Obsolete) USD equivalent of the instrument bid price"
          },
          "priceRateID": {
            "type": "integer"
          },
          "bidDiscounted": {
            "type": "number",
            "format": "float",
            "description": "Obsolete"
          },
          "askDiscounted": {
            "type": "number",
            "format": "float",
            "description": "Obsolete"
          },
          "unitMarginBidDiscounted": {
            "type": "number",
            "format": "float",
            "description": "Obsolete"
          },
          "unitMarginAskDiscounted": {
            "type": "number",
            "format": "float",
            "description": "Obsolete"
          }
        }
      }
    }
  }
}

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