RMoney (XTS)
RMoney - (Raghunandan Capital Pvt Ltd) Broker Integration
RMoney is a Gandhinagar(Gujarat)-based deep discount broker that provides API access via the XTS (Symphony Fintech) platform. This guide will help you integrate RMoney with Tradeboard.
Step 1: Create API Applications
Login to https://xts.rmoneyindia.co.in:3000/dashboard#!/login

Once logged in:
- Go to
My App>Create New Application - Create two separate apps:
- Interactive Order API
- Market Data API
.BPIaaiiT.png)
Details to Fill:
- App Name: Tradeboard
- App Description: Tradeboard
- Redirect URL: (leave it empty)
- Company Name: Tradeboard (or your own)
- Choose the correct API Package depending on the app (Order or Market Data).

Step 2: Setup Environment Variables
Refer to the .sample.env file in your Tradeboard folder and prepare your .env as follows:
# Broker Configuration
BROKER_API_KEY = 'YOUR_BROKER_ORDER_API_KEY'
BROKER_API_SECRET = 'YOUR_ORDER_API_SECRET'
BROKER_API_KEY_MARKET = 'YOUR_BROKER_MARKET_API_KEY'
BROKER_API_SECRET_MARKET = 'YOUR_BROKER_MARKET_API_SECRET'
REDIRECT_URL = 'http://127.0.0.1:5000/rmoney/callback'Replace the values with actual credentials shown on your developer dashboard once approved.
Step 3: Start Tradeboard
Once all environment variables are set and your apps are Active, you can now start Tradeboard.
Ensure you have installed dependencies and set up the broker configuration properly. Tradeboard will now be able to place orders and fetch market data through RMoney's XTS API.
This completes the integration process for RMoney broker with Tradeboard.
Integrating Tradeboard with RMoney’s XTS API empowers traders and developers to automate and streamline their trading workflows with precision and speed. Users can build robust trading systems capable of reacting to market conditions in real time. Always ensure secure handling of API credentials, implement proper error handling, and monitor your integration to maintain reliability and compliance.
Supported Exchanges
Tradeboard reads this plugin's exchange list from broker/rmoney/plugin.json and serves it to the app, so symbol search, the Strategy Builder and the tools pages only offer what the plugin actually handles.
- Tradable:
NSE,BSE,NFO,BFO - Index feeds:
NSE_INDEX,BSE_INDEX
