Upvest · JSON Structure

Investment Api Exchange Structure

A securities exchange where instruments are traded.

Type: object Properties: 3
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Properties

id name mic

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/upvest/refs/heads/main/json-structure/investment-api-exchange-structure.json",
  "name": "Exchange",
  "description": "A securities exchange where instruments are traded.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The exchange identifier.",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "name": {
      "type": "string",
      "description": "The exchange name.",
      "example": "Example Name"
    },
    "mic": {
      "type": "string",
      "description": "The Market Identifier Code (ISO 10383).",
      "example": "example-value"
    }
  }
}