Yes. Samco provides official SDKs for Python, Java, JavaScript, and Node.js. These pre-built libraries handle the technical groundwork of connecting to the API authentication, request handling, and response parsing so you do not have to build that from scratch. Each SDK includes sample code for common tasks: Logging in and […]
Where can I find the official documentation for Samco Trade API?
The full documentation is at docs-tradeapi.samco.in. It covers everything you need to connect and start trading programmatically: Authentication and session management All available endpoints with request and response formats Supported order types and their parameters Error codes and how to handle them Working code samples in Python, Java, JavaScript, and […]
Can I automate my trading strategies using Samco Trade API?
Yes, automating trading strategies is the core use case the Trade API is designed for. You write a program that monitors live market data, applies your entry and exit rules, and places orders automatically. Once the system is running, it operates on its own based on the conditions you have […]
Does the API support trading across equity, F&O, commodities, and currency segments?
Yes. The Samco Trade API covers all major segments available on Samco’s platform. It is connected to NSE, BSE, and MSEI, giving you access to a wide range of instruments from a single integration. This is especially useful for traders running strategies across different asset classes. You can manage equity […]
Can I place, modify, and cancel orders using the Samco Trade API?
Yes. The Trade API supports the complete order lifecycle — placing new orders, modifying open ones, and cancelling them. This gives you full programmatic control over your positions without any manual steps in between. The supported order types match what is available on Samco’s web and mobile platforms: Intraday — […]
What kind of data can I access through the Samco Trade API?
The Trade API gives you access to three categories of market data: Live market data Current quotes, last traded prices, bid/ask spreads, and order book depth across all supported segments and exchanges. This is the data your strategy uses to make real-time decisions. Historical data Up to 30 years of […]
Is there a subscription cost for accessing the Samco Trade API?
No. The Samco Trade API is entirely free. This covers API access, live data streaming, and historical data all at zero cost. There is no monthly plan, no usage-based billing, and no locked features behind a paid tier. This is one of the more practical aspects of the Trade API […]
How do I generate API keys and authentication tokens?
Once the Trade API is activated from your Samco Star back office, your API credentials become available through the same portal. The authentication flow works as follows: Use your Samco login credentials to request a session token via the login endpoint The API returns a session token on successful authentication […]
Do I need a Samco trading account to use the API?
Yes. The Samco Trade API works on top of your Samco trading account. Your account is what links your API session to your funds, holdings, margin, and order history. Without an account, you can still access the documentation and review the API structure, but you cannot authenticate or place real […]
How do I register for the Samco Trade API?
The process is straightforward and fully online. If you already have a Samco account: Log in to Samco Star – visit star.samco.in and log in with your credentials Go to the Trade API section – navigate to the subscription or API settings within the back office Activate the Trade API […]
Easy & quick