DEGIRO · Schema
DEGIRO Portfolio Position
Represents a single position in a DEGIRO trading account portfolio, including instrument reference, current holding size, and unrealised profit/loss.
TradingBrokerageStocksETFsPortfolioMarket DataFinance
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | DEGIRO product identifier for the instrument |
| positionType | string | Whether the position is a tradable instrument or a cash fund balance |
| size | number | Current holding quantity |
| price | number | Current market price of the instrument |
| value | number | Current market value of the position (size × price) |
| plBase | object | Base currency profit/loss figures keyed by currency code |
| todayPlBase | object | Today's profit/loss in base currency keyed by currency code |
| portfolioValueCorrection | number | Correction factor applied to the portfolio valuation for this position |
| breakEvenPrice | number | Average cost basis price at which the position breaks even |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://trader.degiro.nl/schemas/degiro/portfolio.json",
"title": "DEGIRO Portfolio Position",
"description": "Represents a single position in a DEGIRO trading account portfolio, including instrument reference, current holding size, and unrealised profit/loss.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "DEGIRO product identifier for the instrument"
},
"positionType": {
"type": "string",
"enum": ["PRODUCT", "CASH"],
"description": "Whether the position is a tradable instrument or a cash fund balance"
},
"size": {
"type": "number",
"description": "Current holding quantity"
},
"price": {
"type": "number",
"description": "Current market price of the instrument"
},
"value": {
"type": "number",
"description": "Current market value of the position (size × price)"
},
"plBase": {
"type": "object",
"description": "Base currency profit/loss figures keyed by currency code",
"additionalProperties": {
"type": "number"
}
},
"todayPlBase": {
"type": "object",
"description": "Today's profit/loss in base currency keyed by currency code",
"additionalProperties": {
"type": "number"
}
},
"portfolioValueCorrection": {
"type": "number",
"description": "Correction factor applied to the portfolio valuation for this position"
},
"breakEvenPrice": {
"type": "number",
"description": "Average cost basis price at which the position breaks even"
}
},
"required": ["id", "positionType", "size"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/degiro-portfolio"
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.