Compliance · Long-form education

SEBI 2025 Algo Trading Circular: A Plain-English Explainer for Indian Retail

~16 minute readLast updated 2026-05-08Educational, not legal advice

In 2025, SEBI issued a structural framework for retail algorithmic trading — the first comprehensive guidance since algos became technically accessible to retail through broker APIs. This piece explains what changed, what's allowed, what requires registration, and how a retail trader thinking about systematic deployment should plan around it.

1. Context: why this circular exists

Algorithmic trading at scale was historically limited to institutional desks with co-located infrastructure and exchange-approved memberships. Through 2020-2024, broker APIs from Zerodha (Kite Connect), Dhan, AngelOne (SmartAPI), and others made algorithmic execution technically accessible to retail traders. No-code platforms — Streak, Tradetron, AlgoTest — extended that access further.

The regulatory question was: does a retail trader running their own algo strategy on their own broker account need formal approval? Until 2025, the answer was ambiguous. The circular formalised the framework, drew clear lines, and laid out the practical compliance pathway for the cases where approval is required.

2. What the circular defines as "algorithmic trading"

The circular defines algorithmic trading broadly: any order placed by software according to pre-defined rules, including (but not limited to):

  • Strategies executed via broker APIs without human intervention on each individual order.
  • No-code platforms (Streak, Tradetron, AlgoTest) that auto-execute pre-set conditions.
  • Custom Python/R/Java code connecting to broker APIs.
  • Smart-order routing systems, even if the underlying strategy is human-decided.
  • Automated trailing-stop or scaling-out execution.

What's explicitly not algorithmic trading under the circular: a human trader using a charting platform's "place order" button, even if the human is acting on a chart-derived signal. The threshold is automated execution of orders by software, not the source of the trading idea.

3. The three retail categories the circular creates

The circular creates three retail-facing categories, each with different requirements:

Category 1: Personal-use algorithms (lightest regime)

You write or use an algorithm to trade your own capital, on your own broker account, without sharing the algorithm or its signals with others. This category requires no formal SEBI registration. It does require:

  • Notification to your broker that you intend to use API-based automated execution.
  • Compliance with the broker's API terms of service (rate limits, order frequency caps).
  • Maintenance of basic audit trails (orders placed, positions, P&L).

This is the category most retail systematic traders fall into. The Stage 4 systematic-translation work in the Bharath Shiksha curriculum is positioned squarely here.

Category 2: Personal-use with managed accounts (medium regime)

You run an algorithm that trades not just your own capital but also the capital of close family members or a small number of managed accounts. This category requires:

  • Formal disclosure to the managed-account holders.
  • Documentation of the strategy and risk controls.
  • Possible SEBI Investment Adviser registration depending on scale and structure (the boundary depends on whether the managed accounts are under formal portfolio-management arrangements).

This is the boundary case. Many retail "managed account" arrangements informally cross into this category without formal compliance. The 2025 circular makes the requirements explicit.

Category 3: Selling algorithms or signals to others (heavy regime)

You sell access to an algorithm or its outputs to subscribers, or you operate a signal service that delivers algorithmic signals to paying customers. This category requires:

  • Exchange approval for the algorithm itself (categorisation depends on the strategy class).
  • SEBI Research Analyst (RA) registration where signals are sold and constitute research-grade analysis.
  • SEBI Investment Adviser (IA) registration where the signals constitute personalised advice.
  • Audited performance records, ongoing compliance reporting, customer-grievance mechanisms.

This is where most of the operator-side regulatory pressure lands. Pre-2025, signal-channel operators frequently positioned themselves as "tools" or "education" to avoid this regime. The 2025 circular removes that ambiguity.

4. Exchange approval pathway

For algorithms requiring exchange approval (predominantly Category 3, plus high-frequency strategies even in Category 1), the pathway runs through the exchange's algo trading desk. The process involves:

  1. Documentation submission: strategy description, risk controls, expected order frequency, maximum exposure limits.
  2. Technical review by exchange technology team, focused on system integrity (not strategy quality).
  3. Sandbox testing if required.
  4. Approval with conditions (rate limits, exposure caps, mandatory reporting cadence).
  5. Periodic re-approval (typically annual) and notification of material changes.

For purely retail-tier traders running personal-use algorithms (Category 1), exchange approval is generally not required — the broker handles the platform-level compliance, and the trader's responsibility is to stay within the broker's API terms.

5. Selling signals to others — the RA boundary

The Research Analyst boundary is the most consequential single distinction in the circular. If you sell access to algorithmic signals — whether through a Telegram channel, a paid app, an API endpoint subscribers query, or a course that delivers live signals as a feature — the activity is research analysis under SEBI's framework and requires RA registration unless the operator has another applicable registration.

RA registration requires:

  • NISM Series XV (Research Analyst certification) for the principal individuals.
  • Net worth and qualification thresholds (graduate degree, minimum financial standards).
  • Continuous compliance audit, customer grievance mechanism, audited performance records on claims made.
  • Initial registration fee plus recurring annual fees and reporting costs.

The cost of RA registration — order of ₹2-5 lakh in initial setup, plus ongoing compliance burden — is the de-facto barrier that prevents most casual signal channels from formalising. The 2025 circular's enforcement effect has been to push channels into one of three outcomes: shut down, formalise into an RA-registered entity, or pivot to genuinely educational positioning without live signals.

6. White-box vs black-box and why it matters

The circular distinguishes between white-box and black-box algorithms, with different compliance requirements:

  • White-box: the algorithm's logic is transparent — the user can see, understand, and modify the rules. No-code platforms running user-configured strategies are generally white-box.
  • Black-box: the algorithm's logic is proprietary and not exposed to the user. The user receives only outputs (signals, executions). Most institutional-grade systematic strategies fit here when sold to subscribers.

Why the distinction matters: black-box algorithms sold to subscribers are scrutinised more heavily because the subscriber can't independently verify the strategy. The circular's RA-registration requirement falls heaviest on black-box providers; white-box platforms (Streak, Tradetron) pass through the bulk of compliance to the user, who is operating a Category 1 personal-use scenario.

7. What broker APIs are now permitted to do

Indian broker APIs (Kite Connect, Dhan, AngelOne SmartAPI, Upstox API, Fyers API) operate under a broker-platform compliance regime. The 2025 circular formalised what these APIs can and cannot do for retail accounts:

  • Permitted: order placement, modification, cancellation; live market data subscription; position and P&L queries; basic post-trade reconciliation.
  • Permitted with rate limits: high-frequency order placement (most brokers cap retail tier at ~10 orders per second, with circuit-breaker logic).
  • Restricted: cross-account order placement (a single API key cannot trade multiple Demat accounts unless the operator has IA/RA/PMS registration); large-volume institutional-tier execution.

The practical effect: a retail trader running personal Category 1 algo strategies through a broker API operates within a well-defined sandbox. Stepping outside that sandbox — by adding subscriber accounts, by running flash-trading-tier order frequencies, by claiming performance to attract subscribers — moves the activity into Category 2 or 3.

8. Operational requirements: audit trail, kill switches, reporting

Even within Category 1, the circular establishes operational expectations:

  • Audit trail. Every order placed by the algorithm should be logged with timestamp, instrument, side, quantity, price, status. Most broker APIs provide this; the trader's responsibility is to retain the logs (typically 7 years).
  • Kill switch. The algorithm must have a manual override that stops all order placement and cancels open orders. This is operational hygiene, not a regulatory technicality — systems without kill switches eventually run away.
  • Position limits. Maximum exposure caps per instrument and aggregate. Self-imposed caps must align with broker's risk parameters.
  • Reporting. For Category 2 and 3, periodic reporting to SEBI/exchange is required. For Category 1, reporting is to the broker only (the broker handles the upstream reporting).

9. Where Bharath Shiksha Stage 5 sits

Bharath Shiksha's Stage 5 (Mastery II — Systems Architect) curriculum covers retail algorithmic deployment within the framework of the 2025 circular. Specifically:

  • Stage 5 students deploy personal-use algorithms (Category 1) on their own broker accounts.
  • The curriculum's compliance walkthrough (Volume 5) covers the exchange-approval pathway, RA-registration boundary, and operational requirements explicitly.
  • The Stage 5 capstone requires the student to deploy live for 4 weeks with proper compliance documentation — audit logs, kill switches, position-limit configuration.
  • Stage 6 covers the regulatory pathway for students who eventually intend to cross into Category 2 or 3 — managed accounts, AIF Cat III, formal RA/IA registration.

The structural point: a retail trader running Stage-4-grade systematic strategies on their own capital, through their own broker account, with proper Category 1 compliance, is in an explicitly-defined regulatory category. This wasn't true before January 2025; the circular made it true. That clarity is why retail systematic trading in India is structurally easier in 2026 than it was in 2024 — even as the regulatory framework around selling signals has tightened.

For the practical reader: if you're considering systematic trading on personal capital, the circular is friendlier than alarmist commentary suggests. The cases that became harder are the cases that were always regulatorily marginal — selling signals, running unregistered managed accounts, claiming performance without registration. The cases that became clearer are personal-use systematic execution, which now has a documented regulatory home.