Skip to main content

Shoonya

Shoonya, developed by Finvasia, is a trading platform in India that allows users to trade across multiple segments—including equities, commodities, currencies, and derivatives. The platform is accessible via mobile, web, and desktop applications, offering features like advanced charting tools, real-time data, and integration with third-party platforms for algorithmic trading.

Getting API Credentials

To integrate Shoonya with Layr0 IMC, follow these steps to obtain your API key and secret:

1. Log in to Shoonya Prism:

• Visit https://prism.shoonya.com/api.

• Enter your Shoonya login credentials.

2. Generate API Credentials:

• After logging in, navigate to the API Key section in your profile settings.

• Click on Generate API Key.

• Your Vendor Code and API Key will be displayed.

3. Configure Layr0 IMC:

• In your Layr0 IMC .env file, set the following variables:

BROKER_API_KEY = 'Your Vendor Code'
BROKER_API_SECRET = 'Your API Key'
REDIRECT_URL = 'http://127.0.0.1:5000/shoonya/callback'