RMoney (XTS)
RMoney (XTS) - (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 OpenAlgo.
Step 1: Create API Applications
Login to https://xts.rmoneyindia.co.in:3000/dashboard#!/login

Once logged in:
Go to
My App>Create New ApplicationCreate two separate apps:
Interactive Order API
Market Data API

Details to Fill:
App Name: OpenAlgo
App Description: OpenAlgo
Redirect URL: (leave it empty)
Company Name: OpenAlgo (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 OpenAlgo folder and prepare your .env as follows:
Replace the values with actual credentials shown on your developer dashboard once approved.
Step 3: Start OpenAlgo
Once all environment variables are set and your apps are Active, you can now start OpenAlgo.
Ensure you have installed dependencies and set up the broker configuration properly. OpenAlgo 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 OpenAlgo.
Integrating OpenAlgo 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.
Last updated