DEGIRO
DEGIRO is a European discount brokerage platform providing low-cost trading across stocks, ETFs, bonds, options, futures, warrants, and investment funds. While DEGIRO does not publish an official public API, their trading platform exposes REST-style HTTP endpoints used by the web and mobile trading applications. These unofficial endpoints support session-based authentication, portfolio management, order execution, real-time and historical market data, product search, account reporting, and company intelligence. The platform serves retail investors across Europe with among the lowest trading commissions on the continent.
5 APIs
0 Features
TradingBrokerageStocksETFsPortfolioMarket DataFinance
Session-authenticated REST API powering the DEGIRO web trading platform. Supports full account lifecycle including login with optional two-factor authentication, portfolio posit...
Endpoint suite for discovering tradable financial instruments on the DEGIRO platform. Supports full-text search across stocks, ETFs, bonds, options, futures, warrants, leveraged...
Real-time market data streaming service providing live ticker subscriptions for price, volume, bid/ask, and OHLC metrics across tradable instruments. Supports chart data retriev...
Account reporting endpoint providing downloadable financial statements and transaction records in multiple formats including CSV, HTML, PDF, and XLS. Supports account reports, t...
Company intelligence endpoints providing news feeds, company profiles, financial ratios, income statements, balance sheets, analyst estimates, and corporate event agendas (earni...
name: DEGIRO
description: >
DEGIRO is a European discount brokerage platform providing low-cost trading
across stocks, ETFs, bonds, options, futures, warrants, and investment funds.
While DEGIRO does not publish an official public API, their trading platform
exposes REST-style HTTP endpoints used by the web and mobile trading
applications. These unofficial endpoints support session-based authentication,
portfolio management, order execution, real-time and historical market data,
product search, account reporting, and company intelligence. The platform
serves retail investors across Europe with among the lowest trading commissions
on the continent.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/apis.yml
version: "0.19"
created: "2026-06-13"
modified: "2026-06-13"
tags:
- Trading
- Brokerage
- Stocks
- ETFs
- Portfolio
- Market Data
- Finance
apis:
- name: DEGIRO Trading API
description: >
Session-authenticated REST API powering the DEGIRO web trading platform.
Supports full account lifecycle including login with optional two-factor
authentication, portfolio position retrieval, order creation and
management (LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT), transaction
history, cash fund queries, and account configuration. Base URL is
dynamically retrieved from the platform configuration endpoint at login.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.degiro.eu
baseURL: https://trader.degiro.nl
tags:
- Trading
- Orders
- Portfolio
- Account
properties:
- type: Documentation
url: https://github.com/Chavithra/degiro-connector
- type: OpenAPI
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/openapi.yml
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/rate-limits/rate-limits.yml
- type: FinOps
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/finops/finops.yml
contact:
- FN: DEGIRO Support
url: https://www.degiro.eu/contact
email: [email protected]
- name: DEGIRO Product Search API
description: >
Endpoint suite for discovering tradable financial instruments on the DEGIRO
platform. Supports full-text search across stocks, ETFs, bonds, options,
futures, warrants, leveraged products, and investment funds. Allows
filtering by exchange, index, and product type, and retrieval of product
details including ISIN, currency, exchange listing, and pricing metadata.
Product search URL is resolved from the trading configuration object
returned at session creation.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.degiro.eu
baseURL: https://trader.degiro.nl
tags:
- Products
- Search
- Stocks
- ETFs
- Bonds
- Options
properties:
- type: Documentation
url: https://github.com/Chavithra/degiro-connector
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: DEGIRO Support
url: https://www.degiro.eu/contact
email: [email protected]
- name: DEGIRO Quotecast API
description: >
Real-time market data streaming service providing live ticker subscriptions
for price, volume, bid/ask, and OHLC metrics across tradable instruments.
Supports chart data retrieval with multiple time resolutions and historical
periods. Instruments are referenced by vwd_id or issueid. The Quotecast
service URL is resolved from the trading configuration and connections
reset approximately every 15 seconds, requiring periodic re-subscription.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.degiro.eu
baseURL: https://charting.vwdservices.com
tags:
- Market Data
- Real-time
- Charts
- Quotes
- Price Data
properties:
- type: Documentation
url: https://github.com/Chavithra/degiro-connector
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: DEGIRO Support
url: https://www.degiro.eu/contact
email: [email protected]
- name: DEGIRO Reporting API
description: >
Account reporting endpoint providing downloadable financial statements and
transaction records in multiple formats including CSV, HTML, PDF, and XLS.
Supports account reports, transaction history exports, order history,
portfolio snapshots, and upcoming payment schedules. Access requires an
authenticated session with a valid int_account identifier.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.degiro.eu
baseURL: https://trader.degiro.nl
tags:
- Reporting
- Statements
- Transactions
- CSV
- PDF
properties:
- type: Documentation
url: https://github.com/Chavithra/degiro-connector
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: DEGIRO Support
url: https://www.degiro.eu/contact
email: [email protected]
- name: DEGIRO News and Company Intelligence API
description: >
Company intelligence endpoints providing news feeds, company profiles,
financial ratios, income statements, balance sheets, analyst estimates,
and corporate event agendas (earnings, dividends, IPOs, stock splits).
Data is sourced via Refinitiv and vwd data partnerships integrated into
the DEGIRO platform. Access requires a valid DEGIRO trading session.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.degiro.eu
baseURL: https://trader.degiro.nl
tags:
- News
- Company Data
- Financials
- Analyst Estimates
- Refinitiv
properties:
- type: Documentation
url: https://github.com/Chavithra/degiro-connector
- type: Plans
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/plans/plans.yml
- type: RateLimits
url: https://raw.githubusercontent.com/api-evangelist/degiro/refs/heads/main/rate-limits/rate-limits.yml
contact:
- FN: DEGIRO Support
url: https://www.degiro.eu/contact
email: [email protected]
common:
- type: GitHubOrganization
url: https://github.com/degiro
- type: Website
url: https://www.degiro.eu
- type: Support
url: https://www.degiro.eu/contact
- type: TermsOfService
url: https://www.degiro.eu/terms-conditions
- type: PrivacyPolicy
url: https://www.degiro.eu/privacy-policy
- type: Login
url: https://trader.degiro.nl/login
- type: Blog
url: https://www.degiro.eu/investor-updates
- type: Status
url: https://www.degiro.eu/service-status
- type: FAQ
url: https://www.degiro.eu/helpdesk
maintainers:
- FN: API Evangelist
url: https://apievangelist.com
email: [email protected]