Supported Broker Integrations
Deltalytix offers multiple methods to import and synchronize your trading data automatically. Choose the integration that works best with your trading platform.Available Integrations
Tradovate
OAuth-based API integration with automatic trade synchronization for futures trading
Rithmic
Real-time synchronization with Rithmic trading platform
Interactive Brokers
Import trades from IBKR PDF statements with AI-powered extraction
CSV Import
Universal CSV import with AI-powered field mapping for any broker
How Broker Integrations Work
Authentication
Each integration uses secure authentication methods:- Tradovate: OAuth 2.0 flow with access token renewal
- Rithmic: Account credentials stored securely in the Synchronization table
- Interactive Brokers: File-based import (no credentials needed)
- CSV Import: File-based import (no credentials needed)
Data Synchronization
All integrations store synchronization state in theSynchronization database table:
Trade Processing
All imported trades are converted to the standard Deltalytix trade format:API Endpoints
All broker integrations expose standardized REST API endpoints:Synchronization Management
Data Synchronization
POST Sync Trades
Error Handling
All integration APIs return consistent error responses:- Authentication Failed: Invalid or expired credentials/tokens
- Token Expired: OAuth token needs renewal (Tradovate)
- No Data Found: No trades available to sync
- API Rate Limit: Too many requests to broker API
- User Not Authenticated: User session expired
Security Considerations
Token Management
- OAuth tokens are automatically renewed before expiration
- Tokens are stored with user-specific encryption
- Token removal permanently deletes all associated data
Data Privacy
- Trade data is isolated per user (
userIdfield) - Account identifiers are obfuscated in logs
- API credentials never appear in response bodies
Next Steps
Set Up Tradovate
Connect your Tradovate account with OAuth
Configure Rithmic
Set up Rithmic synchronization
Import IBKR Statements
Upload Interactive Brokers PDF statements
Import CSV Files
Import trades from any broker via CSV