Barfinex
All exchanges
DEGIRO

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 receives data from the exchange and feeds it to Provider (port 8081). From there — to Detector, Advisor, and Studio.

Technologies

Transport
REST Polling
Authentication
Username + Password
Data Format
JSON

Best 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

# Verify connection
curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \
  https://localhost:8081/api/exchanges/runtime-proof

# Candles (last 7 days)
curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \
  "https://localhost:8081/api/candles/degiro/spot/BTCUSDT/h1?days=7"

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
Connect in Studio(soon)
Exchange Website

Let’s Get in Touch

Have questions or want to explore Barfinex? Send us a message.