Built and run by one person.

TXIC Code

A short, deterministic, human-readable identifier for every scheme.

Source data: AMFI official NAV files - 37 million and growing daily, 38,000+ (about 8,600 active, the rest matured or merged), 2006-04-01 to present · Last updated: 2026-07-19
Live tool

Analyze any Indian mutual fund or portfolio across 30+ return, risk and benchmark metrics in the live MFPRO tool.

What is a TXIC Code?

Every mutual fund scheme in our database has a unique TXIC code, a short human-readable identifier that tells you the AMC, fund type, category, plan, and option at a glance. Unlike the numeric AMFI scheme code (e.g., 120505), a TXIC code like AX.O.MC.D.G immediately tells you it is an Axis Mid Cap Direct Growth fund.

TXIC codes are generated automatically during our daily sync from AMFI data. They are stored without dots (AXOMCDG) and displayed with dots (AX.O.MC.D.G) for readability.

How the Code is Built

Each TXIC code is made of up to 6 segments, read left to right:

SegmentLengthWhat It MeansExample
AMC2 charsAsset Management Company. 71 AMCs including defunct houses (ABN AMRO, Fortis, Standard Chartered) from the historical backfill, each with a unique 2-letter code.AX = Axis
Type1 charScheme type. O = Open Ended, C = Close Ended, I = Interval Fund.O
Sub-Category2-3 charsSEBI sub-category. 44 categories mapped (e.g., MC = Mid Cap, FX = Flexi Cap, EL = ELSS).MC
Keyword0-5 charsOnly for Sectoral/Thematic, Index Funds, and ETFs. Identifies the theme or index (e.g., BK = Banking, N50 = Nifty 50, SNX = BSE Sensex). Regular funds don't need this.BK
Plan1 charD = Direct, R = Regular, U = Unknown (older schemes without plan info).D
Option1-2 charsG = Growth, B = Bonus, I = IDCW (generic), ID = Daily IDCW, IW = Weekly, IM = Monthly, IQ = Quarterly, IH = Half-Yearly, IA = Annual, IP = Payout, IR = Reinvest, U = Unknown.G

Examples

TXIC CodeBreakdownFund Name
AX.O.MC.D.GAxis + Open + Mid Cap + Direct + GrowthAxis Midcap Fund - Direct Plan - Growth
HD.O.FX.D.GHDFC + Open + Flexi Cap + Direct + GrowthHDFC Flexi Cap Fund - Growth Option - Direct Plan
IC.O.ST.BK.D.GICICI + Open + Sectoral + Banking + Direct + GrowthICICI Prudential Banking & Financial Services Fund - Direct - Growth
SB.O.IX.N50.D.GSBI + Open + Index + Nifty 50 + Direct + GrowthSBI Nifty Index Fund - Direct Plan - Growth
NI.O.OE.N50.U.UNippon + Open + ETF + Nifty 50 + Unknown + UnknownNippon India ETF Nifty 50 BeES
QT.O.SC.D.Gquant + Open + Small Cap + Direct + Growthquant Small Cap Fund - Growth Option - Direct Plan

When a Sequence Number is Added

Every TXIC code must be unique, no two schemes can share the same code. In rare cases, two schemes from the same AMC have the same type, category, plan, and option (for example, two different ELSS funds from the same AMC). When this happens, a sequence number is appended to make each code unique.

TXIC CodeFund NameWhy Sequence?
AB.O.EL.D.G.1Aditya Birla Sun Life ELSS Tax Saver FundSame AMC has multiple ELSS Direct Growth funds (legacy naming)
AB.O.EL.D.G.2Aditya Birla Sun Life Tax Plan - Direct - Growth

Most schemes get a clean code with no sequence suffix. A suffix is added only when two schemes produce the same base code, mostly IDCW frequency variants (Daily, Weekly, Monthly IDCW of the same fund), legacy naming, and the many near-identical FMP series from the historical backfill. Among our 104 tracked funds, only 3 need a sequence number.

Common AMC Codes

CodeLabel
ABAditya Birla
AXAxis
BABandhan
CRCanara Robeco
DSDSP
EWEdelweiss
FTFranklin
HDHDFC
HSHSBC
ICICICI Pru
IVInvesco
KMKotak
MAMirae Asset
MOMotilal Oswal
NINippon India
PPPPFAS
QTquant
SBSBI
SUSundaram
TATata
UTUTI
WOWhiteOak

77 AMCs mapped in total, including defunct houses from the 2006-2012 era (AA = ABN AMRO, FR = Fortis, SC = Standard Chartered, BM = Benchmark). Above are the most commonly used.

Common Sub-Category Codes

CodeLabel
LCLarge Cap
MCMid Cap
SCSmall Cap
LMLarge & Mid Cap
FXFlexi Cap
MUMulti Cap
FOFocused
VLValue
CTContra
ELELSS
STSectoral
IXIndex Funds
LQLiquid
SDShort Duration
GIGilt
AHAggr. Hybrid
BABal. Advantage
ARArbitrage
OEOther ETFs
GEGold ETF

44 SEBI sub-categories mapped in total.

Storage vs Display Format

TXIC codes are stored in the database without dots for compact storage and efficient queries. When shown in the UI (in charts, tables, tooltips) they are displayed with dots for readability.

FormatExampleUsed Where
StorageICOSTBKDGDatabase column (scheme_meta.txic_code), API responses, CSV exports
DisplayIC.O.ST.BK.D.GScatter chart labels, table columns, tooltips, documentation

How It Works in the Pipeline

TXIC codes are generated automatically during the daily AMFI sync. When a new scheme appears in AMFI's data, the pipeline extracts the AMC, type, sub-category, theme keyword (for sectoral/index/ETF funds), plan, and option from the scheme name, and builds the code. If the code is unique, it is assigned. If it collides with an existing scheme, a sequence number is appended and the collision is logged for review. Existing schemes' codes never change, once assigned, a TXIC code is stable.