Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

Tracking Error and Information Ratio

How far a fund strays from its benchmark, and whether the strays pay off.

Source data: AMFI daily NAV (17,900+ schemes) + Nifty benchmark indices · Last updated: 2026-07-02 · Open the MFPRO tool

What is Tracking Error?

Tracking Error (TE) measures how much a fund's daily returns deviate from its benchmark's daily returns. Low TE means the fund closely follows the index. High TE means the fund's returns are quite different from the benchmark on a day-to-day basis.

How We Compute TE

excess_return = fund_daily_return − benchmark_daily_return

Daily TE = StdDev(excess_return)   [sample std dev]

Annualized TE = Daily TE × √252

We annualize by multiplying by √252 (not 252), because standard deviation scales with the square root of time.

What is Information Ratio?

Information Ratio (IR) = excess return / tracking error. It tells you how much active return you get per unit of active risk. Higher is better. It's essentially the Sharpe Ratio but against the benchmark instead of the risk-free rate.

How We Compute IR

IR = (Mean daily excess × 252) / (Daily TE × √252)

Numerator annualizes the mean daily excess return. Denominator is the annualized TE.

Worked Example

Active fund vs index fund

Active fund: TE = 5.8%, IR = 0.45

Index fund: TE = 0.3%, IR = −0.10

The active fund deviates significantly from the benchmark (5.8% TE) but generates positive excess return per unit of deviation (IR 0.45). The index fund barely deviates but slightly underperforms due to tracking costs.

How to Interpret

Related metrics

More Risk Metrics methodology from the MFPRO analytics tool: