If you trade using a broker API — whether through TradingView webhooks, AmiBroker AFL, Python scripts, or any external automation — you may have already received a notice from your broker asking for a static IP address. If you haven't, it's worth understanding why this requirement exists and whether your current setup needs to change.

This article explains what SEBI's April 2026 algo trading guidelines introduced around static IP addresses, who it applies to, what actually changes in practice, and how most retail algo traders can meet the requirement without rebuilding their entire setup.

---

What SEBI's April 2026 Guidelines Say About Static IP

SEBI's April 2026 algo trading guidelines introduced a framework for API-based retail algorithmic trading in India. Among several operational requirements, the guidelines addressed the need for a more traceable and auditable infrastructure for traders placing orders through broker APIs.

One of the practical outcomes — implemented by a number of brokers — is a requirement to whitelist the IP address from which API calls originate. This means your algo trading setup needs to send orders from a consistent, known IP address that your broker has on file.

A dynamic IP address — the kind most home internet connections assign by default — changes periodically. Every time your router reconnects or your ISP reassigns addresses, your IP changes. For a broker that has whitelisted a specific IP, orders arriving from a different address can be rejected or flagged.

A static IP address stays the same every time you connect.

Always confirm the latest broker API requirements directly with your broker before making changes to your setup.

---

Who Needs a Static IP for Algo Trading?

Not every trader is affected equally. The static IP requirement is relevant if you are:

If you trade entirely through your broker's own website or mobile app, this requirement does not typically apply to your setup.

---

What Is a Static IP and Why Does It Matter for Broker APIs?

When your strategy sends an order to your broker via API, that request originates from an IP address — the network identifier of the machine making the call. Brokers use IP whitelisting to verify that requests are coming from known, authorised sources. It is an operational security measure.

With a dynamic IP:

With a static IP:

For retail traders who run their algos from home computers, the dynamic IP problem is not always obvious — it may not cause issues every day. But under a broker requirement for IP whitelisting, a dynamic IP becomes a structural problem.

---

What Happens If You Don't Have a Static IP?

If your broker has enforced IP whitelisting and your setup uses a dynamic IP, you may encounter:

Some brokers have implemented this strictly; others are still in the process. Check with your broker about their current policy and timeline.

---

How to Get a Static IP for Algo Trading in India

There are two common routes:

Option 1: Request a static IP from your ISP

Some internet service providers offer static IP plans for home or business connections, typically at an additional monthly cost. Availability and pricing vary by provider. This keeps your algo running on your local machine but with a consistent IP.

The limitation: your algo still runs on your home computer. If your machine is switched off, loses power, or loses internet connectivity, your strategy stops. You are also dependent on your home internet uptime.

Option 2: Use a cloud VPS with a dedicated static IP

A Virtual Private Server (VPS) hosted in the cloud gives you a dedicated static IP by default, and keeps your algo running around the clock on infrastructure that is independent of your home setup.

This is the route most serious retail algo traders choose, because it solves the static IP problem and the always-on execution problem in one step.

---

Cloud VPS: The Practical Solution for Most Retail Algo Traders

Running your algo on a cloud VPS means:

For traders already using TradingView automation or AmiBroker automation through a platform like AlgoSys, cloud execution may already handle part of this — but traders running their own Python scripts or external setups will need to confirm how their specific workflow handles the static IP requirement.

---

Does AlgoSys Cloud VPS Provide a Static IP?

Yes. The AlgoSys Cloud VPS is a managed cloud environment that includes a dedicated static IP address. It is designed for traders who need:

The VPS is hosted in Mumbai, India, which keeps the execution environment close to Indian exchange infrastructure.

AlgoSys does not claim that its VPS guarantees SEBI compliance or constitutes approval from any broker or exchange. Whether a specific VPS setup meets your broker's requirements depends on your broker's implementation. Traders should confirm the specific requirements with their broker before going live.

If you need custom Python algo development and deployment, AlgoSys can also handle broker API integration and cloud deployment as part of a strategy implementation engagement.

---

Practical Checklist: Static IP Setup for Indian Algo Traders

Before your next trading session, work through this:

1. Check your broker's current policy Ask your broker whether IP whitelisting is enforced for API-based orders and whether they have a deadline for compliance.

2. Find out your current IP situation Visit whatismyip.com and note your current IP. Reconnect your router and check again. If the IP changes, you have a dynamic IP.

3. Decide on your static IP approach If your algo runs locally and you want to keep it that way, contact your ISP about static IP options. If you are open to cloud execution, a VPS with a dedicated static IP addresses both the IP problem and the always-on problem simultaneously.

4. Update your broker's whitelist Once you have a static IP — from your ISP or a VPS — log into your broker portal and add the IP to your whitelist, or contact your broker's API support team to have it added.

5. Test before going live Run your strategy in paper trading or with small quantities to confirm API connectivity is working correctly from the new static IP before routing live orders.

---

FAQs

Do I need a static IP for algo trading in India?

If you place orders through your broker's API using external software — TradingView webhooks, Python scripts, AmiBroker, or similar — your broker may require you to whitelist the IP address from which API calls originate. Under SEBI's April 2026 algo trading guidelines, IP whitelisting has become an operational requirement at several major Indian brokers. A static IP ensures your whitelisted address does not change. Traders should confirm the specific requirement with their broker.

Does a dynamic IP stop my algo from working?

Not always immediately. If your broker has not yet enforced IP whitelisting, a dynamic IP may still work. But if your broker has enforced it, API calls from an unrecognised IP may be rejected. Even without enforcement, a dynamic IP introduces risk: if your IP changes mid-session, your strategy may lose API access without warning.

Can I get a static IP from my home internet provider?

Some Indian ISPs offer static IP plans, typically at a higher monthly cost than standard plans. Availability depends on your provider and location. A static IP from your ISP keeps your algo running locally but does not address the always-on execution problem — your strategy still stops if your machine is off or your internet goes down.

Is a Cloud VPS the same as getting a static IP?

A cloud VPS typically includes a dedicated static IP as part of the plan, so yes — setting up a VPS effectively solves the static IP requirement as well as the always-on execution requirement in one step. This is why most serious retail algo traders choose a VPS route rather than a static ISP plan.

Does AlgoSys Cloud VPS give me a static IP?

Yes. The AlgoSys Cloud VPS includes a dedicated static IP that can be used for broker API whitelisting. Traders should confirm with their broker whether this setup meets their specific whitelisting requirements before going live.

Is algo trading with a static IP fully SEBI compliant?

Static IP is one operational requirement within the broader SEBI April 2026 algo trading framework. Meeting the static IP requirement does not by itself mean your entire setup is compliant with all aspects of the guidelines. Traders should review the full requirements with their broker and, if needed, consult a qualified professional for compliance-specific guidance.

What brokers support IP whitelisting for API algo trading in India?

Most major Indian brokers with API access — including Zerodha, Fyers, Angel One, and others — support or require IP whitelisting for API-based trading. The exact implementation and enforcement timeline varies by broker. Check directly with your broker's API support for current requirements.

---

Final Thoughts

The static IP requirement is a practical, operational change — not a complex technical hurdle. For most retail algo traders, the path is straightforward: confirm your broker's requirements, obtain a static IP either through your ISP or a cloud VPS, whitelist the IP with your broker, and test before going live.

If you are already using cloud-based algo execution, you may already have a static IP — check with your platform or VPS provider to confirm.

If you are running strategies from your home computer and have not yet looked at your IP situation, now is a good time to do so before your broker enforces the requirement.

---

AlgoSys is a technology platform for trading automation. It does not provide investment advice, trading tips, portfolio management, or guaranteed returns. Trading involves market risk.