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.

Sharpe Ratio

Excess return earned per unit of total volatility.

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

What is the Sharpe Ratio?

The Sharpe Ratio measures risk-adjusted return: how much return you earn above the risk-free rate per unit of total volatility. Higher is better. It was introduced by William Sharpe in 1966 and is the most widely used risk-adjusted metric.

How We Compute It

Daily excess = fund_daily_return − (6% / 252)

Sharpe = (Mean daily excess × 252) / (StdDev of fund daily returns × √252)

Risk-free rate: 6% annualized (approximate India T-bill rate), which gives ~0.0238% daily. We use sample std dev (DuckDB's STDDEV function, divides by n-1).

Worked Example

Sharpe calculation

Mean daily fund return: 0.055% (~13.9% annualized)

Risk-free daily: 0.024% (6% / 252)

StdDev of daily returns: 0.95%

Sharpe = (0.055 − 0.024) × 252 / (0.95 × √252)
= 7.812 / 15.07 = 0.52

How to Interpret

Edge Cases & Differences

Related metrics

More Risk Metrics methodology from the MFPRO analytics tool: