Freedom Finance
Coming SoonKazakhstan Brokers
connectorType: "freedom_finance"International broker with KZ roots
Connection Architecture
Freedom Finance
WebSocket / REST→
Connector
libs/exchange-freedom-finance→
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
WebSocketREST
Authentication
API Key + SecretData Format
JSONBest for
- Central Asian investors wanting simultaneous access to US markets and KASE from a single broker.
- IPO-focused traders seeking early allocation through Freedom24's dedicated IPO pipeline.
- Kazakhstan-based retail and institutional clients requiring multi-currency and multi-market exposure.
Connect via code
1Environment variables (.env)
FREEDOM_API_KEY=your_key_here FREEDOM_API_SECRET=your_secret_here
2Connector configuration
// config/config.provider.json
{
"provider": {
"connectors": [
{
"connectorType": "freedom_finance",
"enabled": true,
"key": "${FREEDOM_API_KEY}",
"secret": "${FREEDOM_API_SECRET}",
"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/freedom_finance/spot/BTCUSDT/h1?days=7"
Available via Barfinex API
/api/candles/freedom_finance/...
/api/trades/freedom_finance/...
/api/orderbook/freedom_finance/...
/api/account/freedom_finance/...
/api/symbols/freedom_finance/...
/api/assets/freedom_finance/...
Studio graphical setup — in development, coming in the next release.
Important
Freedom Finance operates under both EU (CySEC) and Kazakhstan (AFSA) regulations — confirm which entity your account is held with, as API endpoints and available instruments may differ.
IPO allocations are time-sensitive and subject to availability.
Supported Markets
Spot
Websitefreedom24.com
Connect in Studio(soon)
Exchange Website