Seek Returns logo

Command Palette

Search for a command to run...

How to Calculate the 7-Day Yield in Excel

If you hold a money market fund, the 7-day SEC yield is one of the most useful numbers for estimating what the fund is earning right now. Unlike a 30-day or 12-month yield, it reflects the very recent rate environment, which matters when short-term rates are moving. Fund companies publish an official version, but if you have the underlying daily data - for a fund you manage, a cash vehicle you want to monitor, or a back-of-the-envelope check on a published number - you can build a close estimate in Excel in a few minutes.

This guide explains what the 7-day yield is designed to measure, walks through both the simple and the compounded annualization formulas in Excel, and points out the places where a homemade calculation will differ from the official published SEC figure.

What the 7-Day Yield Actually Measures

In practical terms, the 7-day yield is an annualized measure of the income a fund generated over its most recent seven days relative to the assets that produced that income. For money market funds, the official SEC version is more specific: it is based on a regulated seven-day base period return, net of expenses, and then annualized. That is why a homemade estimate can be very close to the published number without always matching it exactly.

Two things to keep in mind before doing any math:

  1. It is a backward-looking snapshot, not a forecast. A fund earning 5.20% over the last seven days is not promising 5.20% next week, next month, or next year. If short-term rates fall, the next reading will fall with them.
  2. The SEC yield is a specific, regulated version used for money market funds. When a fund reports its “7-day SEC yield,” it follows a prescribed net-of-expense calculation and annualization method. A yield you compute yourself from gross income figures will usually run higher than the official published number, because the SEC version deducts accrued expenses during the measurement period. We will reproduce both the simple and the compounded annualization here, but only a net-of-expense calculation built on the SEC-style base period framework should be expected to match the published figure closely.

The Two Annualization Formulas

For a simplified Excel estimate, suppose a fund earns total net income II over a seven-day period on an average net asset base of AA. An approximate seven-day period return is:

r7=IAr_{7} = \frac{I}{A}

There are two standard ways to scale that up to an annual rate.

Simple (linear) annualization treats each day as identical and multiplies by 365/7365 / 7:

Simple 7-day yield=IA×3657\text{Simple 7-day yield} = \frac{I}{A} \times \frac{365}{7}

Compounded annualization (effective yield) assumes daily income is reinvested and earns its own return - the same convention used in SEC-style money market yield disclosures:

Effective 7-day yield=(1+IA)365/71\text{Effective 7-day yield} = \left(1 + \frac{I}{A}\right)^{365/7} - 1

For typical positive money market yields, the two numbers are very close - usually within a few basis points. The compounded version is slightly higher, and the gap widens as the underlying yield rises.

Calculating It in Excel

The Data You Need

For each of the seven days in your window, you need two figures:

If you are working from a personal savings account or a single bond holding with a stable principal, the same worksheet can still give you a practical annualized income estimate. Just keep in mind that in that case you are using the 7-day framework as an approximation, rather than reproducing an official fund-reported SEC yield.

Step-by-Step

Lay out your data with one row per day:

CellColumn
A1:C1Headers: Date, Daily Income, Daily Net Assets
A2:A8The seven dates
B2:B8Daily income for each day
C2:C8Daily net assets for each day

Then add the calculation cells:

  1. Total 7-day income in E2:
    =SUM(B2:B8)
    
  2. Average daily net assets in F2:
    =AVERAGE(C2:C8)
    
  3. Simple annualized 7-day yield in G2:
    =(E2/F2)*(365/7)
    
    This is the linear version: take the seven-day period return E2/F2 and scale it by 365/7.
  4. Effective 7-day yield in H2:
    =(1+E2/F2)^(365/7)-1
    
    This is the effective-yield version and the closer match to published SEC-style money market yield disclosures. It assumes reinvestment of daily income.
  5. Format G2 and H2 as percentages with two decimal places (e.g., 5.21%). Excel’s default percentage format is fine.
Excel worksheet with daily income and net assets in columns A-C, total income in E2, average net assets in F2, simple 7-day yield in G2, and effective 7-day yield in H2 with the formula bar showing =(1+E2/F2)^(365/7)-1
Excel worksheet computing the simple and effective 7-day annualized yield from seven days of daily income and net assets

A Worked Example

Suppose a fund earns the following over seven days, on a stable $10,000,000 net asset base:

DayDaily income ($)Daily net assets ($)
11,42510,000,000
21,43010,000,000
31,42810,000,000
41,43210,000,000
51,42710,000,000
61,43110,000,000
71,42910,000,000

Plugging in:

The 13-basis-point gap between the two is the compounding effect. At very low yield levels (sub-1%) the gap shrinks toward zero; at higher yields it grows.

Where Your Number Will Differ From the Official SEC Yield

Even if your formula matches the SEC’s compounding convention exactly, your number may not match the published figure. The most common reasons:

If you are inside the fund and have access to the daily accounting data, you can match the official number to the basis point. From the outside, treat your calculation as an illustrative cross-check, not a substitute.

When the 7-Day Yield Is the Right Metric - and When It Is Not

Use it for: money market funds first and foremost, plus as a rough current-income check for other very short-duration vehicles whose returns come mostly from interest income rather than price movement. In those cases, the 7-day framework helps answer a practical question: what is this vehicle earning right now under current rate conditions?

Do not use it for: equity funds, longer-duration bond funds, or any vehicle whose return is driven heavily by price changes, spread moves, capital gains, or return of capital. For those, metrics like SEC 30-day yield, yield-to-maturity, duration, or total return are usually more informative.

Frequently Asked Questions

What is the difference between the 7-day yield and the SEC yield?

They are the same metric in concept. “SEC yield” specifically refers to the version standardized by the U.S. Securities and Exchange Commission, which mandates net-of-expense income, a particular compounding convention, and a specific reporting window. A “7-day yield” you compute yourself from raw data is conceptually the same thing but may differ from the official SEC figure depending on your inputs.

Why annualize at all if it is only based on seven days?

Annualizing makes the figure comparable to other yields (Treasury bill rates, savings account APYs, bond yields-to-maturity), all of which are quoted on an annual basis. Without annualization, a “0.10% return over 7 days” is hard to compare to anything.

Should I use the simple or the compounded formula?

If you are trying to match a published SEC yield, use the compounded formula - that is the closer match to the official effective-yield convention used in money market disclosures. If you are doing a quick internal calculation and the underlying yield is small, the simple formula is easier and will usually be close. But when precision matters, the effective-yield version is the better choice.

My calculated yield is higher than the fund’s published SEC yield. Why?

The most likely reason is that you used gross income instead of income net of operating expenses. Other common causes are a different seven-day window, missing amortization adjustments, or using the simple formula instead of the effective-yield version.

Is the 7-day yield a good predictor of next year’s return?

No. It is a snapshot of current conditions. If short-term interest rates change - and for money market funds they often do - your realized return over the next year will differ, sometimes substantially. Treat the 7-day yield as a “what is this fund earning today” indicator, not as a forecast.

Where can I find the official 7-day SEC yield for a fund?

It is required disclosure for money market funds and is usually available on the fund sponsor’s website, in the prospectus or shareholder report, and on established fund-research platforms such as Morningstar or Bloomberg. For fund-to-fund comparisons, rely on the official published figure rather than a homemade estimate.