What Is a Demat Account?
Demat and trading accounts are held by different parties. Where your shares really sit, what a broker can and cannot do, and what happens if one shuts down.
Practical, expert-written guides on algorithmic trading with Python, Demat accounts, F&O strategies, taxation, and everything else Indian traders care about.
Demat and trading accounts are held by different parties. Where your shares really sit, what a broker can and cannot do, and what happens if one shuts down.
Voluntary and compulsory delisting work very differently for a shareholder: how the exit price is set, what happens if you miss it, and why suspension is a trap.
The simplest defined-risk options structures, worked through with figures. What each leg does, how the maximum loss and gain are fixed, and what the cap costs you.
The financial statements have three articles of their own. This one covers the rest of the document - the auditor, the notes, related parties, and a reading order.
The categories are defined by rank rather than by size, which has consequences most people never notice - and the label is really a statement about liquidity.
One index holds fifty companies across every sector, the other a dozen in one. What that does to daily movement, to premiums, and to a small account.
Price bands, what a locked circuit actually means for an exit, and how the surveillance framework changes the rules on a stock without the company doing anything.
What each category of registration permits, how to check a number against the public register, and where advice ends and distribution begins.
Closing the near series and opening the next is two transactions, not one continuation. What it costs, when it is sensible, and what rollover data does not tell you.
How the retail allotment lottery works, why oversubscription cuts both ways, what listing gains compensate for, and the questions the prospectus answers.
Brokerage is the smallest line for most retail investors. Here is the full stack of stock market charges, which ones scale with size, and where the real cost hides.
India VIX is a price, not a forecast. What the number represents, why it rises before events and collapses after them, and what it does and does not tell you.
A nine percent return during seven percent inflation is a two percent return. How to compute what you actually earned, and why tax widens the gap.
How an index is built, why a handful of companies move it, and the price-versus-total-return distinction that changes what you compare against.
An in-the-money stock option left to expire becomes an obligation for the full contract value. What triggers delivery, and the one unconditional rule.
Six months of expenses is a placeholder, not an answer. What genuinely decides the size, where the money should sit, and the two holes most people leave wide open.
Most Indian households already have an allocation - property and gold decided it years ago. Here is how to see the one you have before choosing the one you want.
SPAN and exposure explained, why the peak margin snapshot matters, what a shortfall costs, and the trap hiding inside funding your margin by pledging shares.
The financial ratios worth using, what each one is actually asking, and the specific situations where a good-looking ratio is telling you the wrong thing.
Dividend investing in India: why yield is not return, what the shift to taxation in your own hands changed, and the traps in a high-yield screen.
ETF vs index fund in India: they track the same thing but behave differently. Impact cost, tracking error, iNAV, demat requirement and which suits which investor.
SIP vs lumpsum in India: what the arithmetic says, what the behaviour says, and why the honest answer depends on where the money is coming from.
Index funds vs individual stocks in India: what the evidence says, what picking stocks actually requires, and why most people should hold index funds anyway.
The calendar spread explained for Indian markets: how selling near and buying far works, why it is a volatility position, and what weekly expiry does to it.
The covered call in India explained: how it works with worked numbers, the upside you sell, lot size and settlement realities, and when it is the wrong idea.
Corporate actions explained for Indian investors: what a split, bonus, dividend, rights issue and buyback actually do to your holding, your tax and your backtest.
How to read a cash flow statement: the three sections, why operating cash flow matters most, and the warning signs that a profitable company is not generating cash.
How to read a balance sheet before buying a share: what the three sections mean, the numbers that matter, and the India-specific items most guides leave out.
A trading journal that survives past three weeks: what to record, why the reason field matters most, how to review it, and what your broker already logs for you.
Hedging holdings with index futures in India: how the calculation works, what beta does to it, the real costs, and the cases where hedging is the wrong answer.
Swing trading in India: what the holding period changes, overnight gap risk, the cost advantage over intraday, and what a tested swing system needs.
Intraday trading in India: the cost arithmetic against small moves, why noise dominates short timeframes, and what an intraday system must handle to be viable.
How to structure a retail algo trading system: the five layers, what belongs in each, why the strategy should be the smallest part, and what to build first.
Python vs Pine Script vs AmiBroker for Indian traders: what each is actually built for, where each stops, and which one your situation calls for.
Choosing a VPS for algo trading in India: why the static IP decides it, how little CPU you need, where to host, and what a realistic monthly cost looks like.
How the daily access token works with Kite Connect, why the browser step exists, how TOTP-based brokers differ, and the security trade-off you are accepting.
How to judge an algo trading course in India: the four kinds that exist, the criteria that matter, the red flags, and an upfront note that we sell one of them.
Expiry day trading in India: how premiums and the Greeks behave through the session, the physical settlement trap on stock options, and what automation must handle.
Placing orders with Kite Connect in Python: order types and products, modifying and cancelling, partial fills, rejections, retries and safe restarts.
Is algo trading legal in India? Yes for retail traders automating their own account. Here is what is regulated, what needs registration, and what crosses a line.
The common algo trading mistakes that cost Indian retail traders most - in testing, in risk, in code and in judgement - with the fix for each one.
Futures vs options in India compared: obligation versus right, margin and premium, how each behaves at expiry, taxation, and which suits which view.
Pull historical candles from the Zerodha historical data API in Python: interval limits, chunking long ranges, caching locally, and adjusting for splits.
The iron condor strategy in India explained with worked numbers: the four legs, defined risk, margin benefit, the Greeks, and how weekly expiry changes it.
How to set up paper trading in India - what it catches that a backtest cannot, the platforms available, building your own simulator, and when to go live.
Choosing the best broker for algo trading in India: the criteria that actually matter, how the main API brokers compare, and an upfront note on our own bias.
Stream live market data with the Kite Connect WebSocket in Python - tick modes, the queue pattern, reconnection, stale-data detection and building candles.
Risk management in trading, with the arithmetic: fixed fractional risk, position sizing as a formula, loss limits, correlation, and why drawdowns compound.
How much capital do you need for algo trading? The fixed monthly costs, what each strategy type actually requires, and why small accounts fail on arithmetic.
Straddle vs strangle explained with Indian examples - breakevens, the Greeks behind each, margin requirements, and which structure suits which market condition.
How to read an option chain: strikes, open interest, change in OI, implied volatility, PCR and max pain - what each column tells you and what it cannot.
How F&O taxation in India works: business income, the absolute-profit turnover method, ITR-3, expenses you can claim, and the loss carry-forward deadline trap.
Do you need coding for algo trading in India? What programming is actually required, where no-code platforms stop working, and how long it takes to learn.
Option Greeks explained with Indian examples: delta, gamma, theta, vega and rho, how they behave in expiry week, and how to read them on an option chain.
A practical sequence for starting algo trading in India: market basics, broker API access, Python, strategy rules, backtesting, paper trading and deployment.
Backtest a trading strategy in Python with pandas: historical data from Kite Connect, realistic costs, the biases that inflate results, and walk-forward testing.
How to learn the stock market from scratch - the order that actually works, what to skip early, how long each stage takes, and the mistakes that cost beginners most.
Order types in the stock market explained for Indian traders - market vs limit, SL vs SL-M, bracket, cover, AMO and GTT, and which one to use when.
How to run a trading bot 24x7 - why a laptop fails, choosing a VPS, static IP for broker registration, auto-start on reboot, and monitoring that actually works.
What are outstanding shares, explained with a pizza company example - how they change on an IPO, new issue and buyback, and why market cap depends on them.
Angel One SmartAPI Python tutorial - install, log in with TOTP, fetch market data, place orders and stream live ticks. Free API, with working code.
What SEBI's algo trading framework means for retail traders in India - who it applies to, static IP registration, what counts as an algo, and how to stay compliant.
How to generate a Zerodha Kite Connect access token in Python, why it expires every morning, how to store it safely for your bot, and what the common errors mean.
A practical Kite Connect API Python tutorial - install, authenticate, fetch quotes and historical data, place orders and stream live ticks, with working code.
Zerodha API charges 2026: Kite Connect is Rs 500/month while Angel One and Fyers are free. An honest breakdown after 7 years of personal use.
Open a FREE Demat account online in 5 minutes with Aadhaar OTP. Zero opening fee, paperless process, start investing today.
New to investing? Best Demat account for beginners - zero fees, simple app, free account opening, backed by India largest broker.
Open Demat account in 5 minutes with zero balance requirement. No deposit, no upfront fees - just PAN + Aadhaar and you are ready.
Honest Zerodha Demat account review - India largest broker. Pros, cons, charges, Kite app, Coin for mutual funds. Everything covered.
Intraday trader? You need lowest brokerage + fast execution + reliable app. Best Demat account for intraday in 2026.
Student over 18? Open a free Demat account with just PAN + Aadhaar. No income proof. Start investing pocket money from day one.
Stop paying fat brokerage. Lowest brokerage Demat accounts compared - 0% delivery, Rs.20 flat intraday. Open today.
F&O trader? Best Demat account with low brokerage, margin, and stable app. Warning: 90% F&O traders lose money - read first.
Tired of paying Rs.300-700 yearly AMC? Demat accounts with ZERO AMC - free forever. Compared for 2026.
No salary slip? No ITR? No problem. Open Demat account with just PAN + Aadhaar. Here is what you can and cannot do.
Joint Demat account - open with spouse, parent, or sibling. Complete guide to joint holder rules, tax and opening process.
Minor Demat account lets you invest for your child below 18. Guardian operates, child becomes owner at 18. Full guide.
NRI? Open Demat account in India from abroad. Complete guide to PIS, NRE/NRO, tax, and investment limits.
Pay ZERO brokerage on equity delivery - forever. Top zero-brokerage Demat accounts in India 2026 compared.
Trade stocks from your phone. Best Demat apps for mobile trading in India 2026 - Kite, Upstox, Groww compared.
Want to apply for IPOs? Demat account is mandatory. Complete 2026 guide to IPO application via UPI/ASBA with your Demat.
Retired? Demat account is still for you. Open easily, invest safely, generate income. Complete 2026 guide for senior citizens.
Confused whether Demat is needed for mutual funds? Short answer: NO for MFs, YES for stocks. Full guide with pros/cons.
Housewife chahti hai apna investment portfolio? Open free Demat account without any income proof. Complete 2026 guide.
Retail (individual) investors guide to picking the best Demat account in 2026. Charges, features, and step-by-step opening.
New 2024 tax rules changed mutual fund taxation completely. Complete 2026 guide - LTCG, STCG, ELSS, debt funds.
Large-cap, Mid-cap, or Small-cap - which mutual fund category is right for you? Detailed comparison on returns, risk, allocation.
Planning a 5-year SIP? Top 10 mutual funds for 2026 across categories - picked on rolling returns and risk metrics.
Demat account looks free but has many hidden charges - AMC, DP charges, STT, GST. Complete 2026 breakdown.
KYC is mandatory before first mutual fund investment. Complete 2026 guide with Aadhaar e-KYC and how to check status.
NAV is mutual fund per-unit price - but lower NAV does NOT mean cheaper or better fund. Beginner guide with misconceptions busted.
Direct plans give 0.5-1% higher returns than Regular plans - over 20 years that is Rs.10-20 Lakh extra. Here is why most investors choose wrong.
Confused between Demat and Trading account? They are different but both needed. Simple difference with real examples.
Open a Demat account in under 15 minutes online. Complete 2026 guide with documents, steps, charges, and best broker picks.
Expense ratio is the silent killer of mutual fund returns - even 0.5% extra can cost you lakhs over 20 years. Here is everything you need to know.
Skip the confusion. This 7-point checklist tells you exactly what to look at (and what to ignore) before buying any mutual fund.
The honest answer to "SIP ya Lumpsum?" — with backtested numbers, the psychology angle, and a simple rule for choosing.
A data-backed guide to the top-performing mutual funds of 2026 — small-cap, mid-cap, flexi-cap and more. Know which funds suit your risk appetite.