DEGIRO
Coming SoonEuropean Brokers
connectorType: "degiro"Low-cost European online broker
Connection Architecture
DEGIRO
WebSocket / REST→
Connector
libs/exchange-degiro→
Provider
:8081/api→
Detector
Advisor
Studio
The connector feeds exchange data to Provider. Detector receives market data, Studio receives read views, and Advisor sees only signed candidate evidence.
Technologies
Transport
REST Polling
Authentication
Username + PasswordData Format
JSONBest for
- Cost-conscious European investors seeking minimal transaction fees.
- Passive investors building ETF portfolios across multiple European exchanges.
- Active traders who need broad multi-exchange access under a single account.
Connect via code
1Environment variables (.env)
DEGIRO_USERNAME=your_username_here DEGIRO_PASSWORD=your_password_here
2Connector configuration
// config/config.provider.json
{
"provider": {
"connectors": [
{
"connectorType": "degiro",
"enabled": true,
"markets": [
{ "marketType": "spot", "symbols": [{ "name": "BTCUSDT" }] }
],
"subscriptions": [
{ "type": "PROVIDER_MARKETDATA_CANDLE", "symbols": ["BTCUSDT"], "intervals": ["min1", "h1"], "active": true },
{ "type": "PROVIDER_MARKETDATA_TRADE", "symbols": ["BTCUSDT"], "active": true },
{ "type": "PROVIDER_MARKETDATA_ORDERBOOK", "symbols": ["BTCUSDT"], "active": true }
]
}
]
}
}3Verify and query data
Public verification 1. Configure credentials in the private Provider environment. 2. Verify connector status in the internal Studio/Provider console. 3. Use Barfinex public pages to inspect market data. Operator Provider commands and tokens remain in internal runbooks only.
Available via Barfinex API
/api/candles/degiro/...
/api/trades/degiro/...
/api/orderbook/degiro/...
/api/account/degiro/...
/api/symbols/degiro/...
/api/assets/degiro/...
Studio graphical setup — in development, coming in the next release.
Important
DEGIRO does not publish an official public API; integration relies on the same session-based web API used by the DEGIRO web app.
Credentials must be kept secure and session tokens refreshed on expiry.
Supported Markets
Spot
Websitewww.degiro.com
Connect in Studio(soon)
Exchange Website