DEGIRO · Schema

DEGIRO Product

Represents a tradable financial instrument discoverable via the DEGIRO product search API, including stocks, ETFs, bonds, options, futures, warrants, leveraged products, and investment funds.

TradingBrokerageStocksETFsPortfolioMarket DataFinance

Properties

Name Type Description
id string DEGIRO internal product identifier
name string Full name of the financial instrument
isin string International Securities Identification Number
symbol string Ticker symbol used on the primary listing exchange
contractSize number Number of underlying units per contract (for derivatives)
productType string Asset class category (e.g. STOCK, ETF, BOND, OPTION, FUTURE, WARRANT, FUND)
productTypeId integer Numeric code corresponding to the product type
currency string ISO 4217 currency code in which the product is denominated
exchangeId string DEGIRO exchange identifier for the primary listing venue
tradable boolean Whether this product can be traded in the current DEGIRO account
closePrice number Previous session closing price
closePriceDate string Date of the closing price in YYYY-MM-DD format
View JSON Schema on GitHub

JSON Schema

degiro-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://trader.degiro.nl/schemas/degiro/product.json",
  "title": "DEGIRO Product",
  "description": "Represents a tradable financial instrument discoverable via the DEGIRO product search API, including stocks, ETFs, bonds, options, futures, warrants, leveraged products, and investment funds.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "DEGIRO internal product identifier"
    },
    "name": {
      "type": "string",
      "description": "Full name of the financial instrument"
    },
    "isin": {
      "type": "string",
      "pattern": "^[A-Z]{2}[A-Z0-9]{9}[0-9]$",
      "description": "International Securities Identification Number"
    },
    "symbol": {
      "type": "string",
      "description": "Ticker symbol used on the primary listing exchange"
    },
    "contractSize": {
      "type": "number",
      "description": "Number of underlying units per contract (for derivatives)"
    },
    "productType": {
      "type": "string",
      "description": "Asset class category (e.g. STOCK, ETF, BOND, OPTION, FUTURE, WARRANT, FUND)"
    },
    "productTypeId": {
      "type": "integer",
      "description": "Numeric code corresponding to the product type"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code in which the product is denominated"
    },
    "exchangeId": {
      "type": "string",
      "description": "DEGIRO exchange identifier for the primary listing venue"
    },
    "tradable": {
      "type": "boolean",
      "description": "Whether this product can be traded in the current DEGIRO account"
    },
    "closePrice": {
      "type": "number",
      "description": "Previous session closing price"
    },
    "closePriceDate": {
      "type": "string",
      "format": "date",
      "description": "Date of the closing price in YYYY-MM-DD format"
    }
  },
  "required": ["id", "name", "productType", "currency"]
}

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/degiro-product"
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.