Strasmore Research
Learn am Matt ConnorBy Matt Connor · data as of August 15, 2026 · refreshed weekly

Monthly Dividend ETFs: Who Really Dey Pay

Monthly dividend ETFs dey pay twelve times yearly. See which fund families really dey do am, why headline yield no compare, and when the cash go land.

Monthly dividend ETFs dey pay cash distribution twelve times for one year instead of the usual four. Almost all of dem fall inside one of three structural families, and each family dey generate that monthly cash in different way. The schedule only tell you when the money go enter. E no tell you how big the payment go be or wetin dey inside the payment.

Wetin make ETF be monthly dividend ETF?

ETF, wey mean exchange traded fund, na basket of securities wey dey trade like one stock. Any income wey the basket collect — coupons from bonds, dividends from shares, or premium from options wey the fund don sell — dey go shareholders as distribution. Fund sponsor dey choose the calendar: monthly, quarterly, semiannual, or annual. Na administrative choice be that, and e no change wetin the portfolio dey earn.

This difference matter for anybody wey dey look for monthly income. Quarterly fund wey hold the same bonds as monthly fund go collect the same coupons and simply group the payout together. Our monthly dividend stocks guide make the same point for individual companies, where monthly payers rare and dey gather for a few industries. For fund form, monthly calendar common well-well, and counting the distributions na the only reliable way to confirm one: fund marketing page fit change, but payment record no fit.

QueryDistributions per year: monthly funds beside quarterly benchmarks
The exact SQL behind every number
SELECT
    ticker,
    multiIf(
        ticker IN ('AGG', 'HYG', 'BKLN'),   'Bond and loan',
        ticker IN ('QYLD', 'JEPI', 'JEPQ'), 'Derivative income',
        ticker IN ('PFF', 'SRET', 'SDIV'),  'REIT, BDC and preferred',
                                            'Quarterly benchmark'
    )                                             AS fund_family,
    round(countDistinct(ex_dividend_date) / 3, 1) AS payments_per_year
FROM global_markets.stocks_dividends
WHERE ticker IN ('AGG', 'HYG', 'BKLN', 'QYLD', 'JEPI', 'JEPQ',
                 'PFF', 'SRET', 'SDIV', 'SPY', 'SCHD', 'VNQ')
  AND ex_dividend_date >= today() - 1095
  AND ex_dividend_date <  today()
GROUP BY ticker
ORDER BY payments_per_year DESC, ticker
Run this yourself

Across the 12 funds for the panel, the fund wey dey top pay 12 distributions per year for the last three years, while the one for bottom pay 4. Very few dey between dem. Fund dey operate on monthly calendar or quarterly calendar, and e dey remain on that calendar for years. The family column beside each ticker na the part wey worth remembering, because e describe where the cash dey come from.

Which ETFs dey pay dividends monthly?

Three fund structures account for nearly all of dem.

  • Bond and loan funds. Corporate, municipal and government bonds dey pay coupons on different dates. Fund wey hold hundreds of dem dey receive cash almost continuously, and monthly payout reduce the cash wey remain idle between payments. Bank loan funds do the same with floating rate loans, wey their coupons reset together with short term interest rates.
  • Covered call and derivative income funds. These funds hold equity portfolio and sell call options against am, collecting option premium upfront. Dem normally write new options every month or every week, and the premium dey arrive in a pattern wey support monthly distribution. Our covered call ETF guide explain wetin that premium cost the holder: the fund give up the portfolio gains above the strike price of the calls wey e sell.
  • REIT, BDC and preferred share funds. Real estate investment trusts and business development companies must distribute most of their taxable income to keep their tax treatment. Preferred shares dey pay fixed dividends on scheduled dates. Fund wey build from these holdings get contractual cash wey dey enter throughout the year.

Monthly dividend ETFs dey pay pass quarterly ones?

No be rule. Payment frequency and payment size dey set separately, and no fund dey earn extra income because e write twelve cheques instead of four. The one mechanical difference concern reinvestment: cash wey dem reinvest monthly start compounding earlier than cash wey wait three months. For one full year, that gap dey measured in basis points, hundredths of a percentage point, not whole percentage points.

Wetin dey move the headline number na wetin the fund hold. The panel below use the same funds, add the cash distributions for the last twelve months, then divide am by the current share price. That figure na trailing distribution rate, the number wey most screeners print beside fund name.

QueryTrailing 12 month distribution rate, by fund family
The exact SQL behind every number
WITH
    ttm AS
    (
        SELECT
            ticker,
            sum(amount) AS ttm_cash
        FROM
        (
            SELECT
                ticker,
                ex_dividend_date,
                max(toFloat64(cash_amount)) AS amount
            FROM global_markets.stocks_dividends
            WHERE ticker IN ('AGG', 'HYG', 'BKLN', 'QYLD', 'JEPI', 'JEPQ',
                             'PFF', 'SRET', 'SDIV', 'SPY', 'SCHD', 'VNQ')
              AND ex_dividend_date >= today() - 365
              AND ex_dividend_date <  today()
            GROUP BY ticker, ex_dividend_date
        )
        GROUP BY ticker
    ),
    px AS
    (
        SELECT
            ticker,
            argMax(toFloat64(close), date) AS last_close
        FROM global_markets.stocks_daily_aggs
        WHERE ticker IN ('AGG', 'HYG', 'BKLN', 'QYLD', 'JEPI', 'JEPQ',
                         'PFF', 'SRET', 'SDIV', 'SPY', 'SCHD', 'VNQ')
          AND date >= today() - 45
        GROUP BY ticker
    )
SELECT
    px.ticker AS ticker,
    multiIf(
        px.ticker IN ('AGG', 'HYG', 'BKLN'),   'Bond and loan',
        px.ticker IN ('QYLD', 'JEPI', 'JEPQ'), 'Derivative income',
        px.ticker IN ('PFF', 'SRET', 'SDIV'),  'REIT, BDC and preferred',
                                               'Quarterly benchmark'
    )                                              AS fund_family,
    round(100 * ttm.ttm_cash / px.last_close, 2)   AS trailing_rate_pct
FROM px
INNER JOIN ttm ON px.ticker = ttm.ticker
ORDER BY trailing_rate_pct DESC
Run this yourself

From the highest rate to the lowest, the panel start with 11.58% for top and end with 0.97% for bottom. Read the family column together with am. The order follow wetin each fund own and how e record income, and monthly payers dey across most of that range instead of gathering for one end.

Why two monthly ETFs wey get the same yield no be comparable

Distribution rate dey look backward at cash wey dem don already pay, and one unusually large payment inside the period fit push am up. SEC 30 day yield na different measurement: standardised calculation of the income wey portfolio earn over the trailing month, after expenses, using formula wey every US fund must use. The two figures fit differ sharply for the same fund on the same day. SEC 30 day yield versus distribution yield explain the arithmetic.

The second difference na wetin make up the cash. Part of distribution fit be return of capital, meaning money wey the fund pay out but e no earn as income. E reduce your cost basis instead of counting as income for the year wey you receive am, and e fit keep headline rate steady while part of each payment na your principal coming back. Return of capital in ETF distributions explain where funds disclose am: the Section 19 notice wey accompany payment, and the annual 1099-DIV. If you compare two monthly funds only by headline rate, you dey put bond fund coupon income beside option seller premium and treat both as the same number.

How steady monthly ETF distribution dey?

Monthly no mean fixed. The per share amount dey reset for every payment, and funds from different families dey move for different reasons. The panel track the last 24 complete months for Nasdaq 100 covered call fund and core investment grade bond fund.

QueryMonthly cash per share: an option income fund and a bond fund
The exact SQL behind every number
WITH paid AS
(
    SELECT
        ticker,
        ex_dividend_date,
        max(toFloat64(cash_amount)) AS amount
    FROM global_markets.stocks_dividends
    WHERE ticker IN ('QYLD', 'AGG')
      AND ex_dividend_date >= subtractMonths(toStartOfMonth(today()), 24)
      AND ex_dividend_date <  toStartOfMonth(today())
    GROUP BY ticker, ex_dividend_date
)
SELECT
    toString(toStartOfMonth(ex_dividend_date)) AS month,
    round(sumIf(amount, ticker = 'QYLD'), 4)   AS option_income_per_share,
    round(sumIf(amount, ticker = 'AGG'), 4)    AS bond_fund_per_share
FROM paid
GROUP BY month
ORDER BY month
Run this yourself

Neither series be flat line. Bond fund payment dey move gradually with the coupon rates on bonds wey e buy as older holdings mature. Option income fund payment dey move with the premium available when e write each month’s calls, and that premium dey rise and fall with option volatility. For the latest complete month shown, covered call fund pay $0.1775 per share and bond fund pay $0.3307. Neither figure be promise for next month. Fund fit increase or reduce distribution size anytime, and payment history na record of wetin e don do, not schedule of wetin go happen next.

When the cash dey actually enter?

Three dates dey control every distribution. Ex-dividend date na the first day the fund dey trade without the upcoming payment attached, and na owning the shares before that date dey give you right to the cash. Record date confirm the ownership. Pay date na when the money reach the account. The ex-dividend date explained explain the settlement mechanics behind these three dates.

QueryDays from ex dividend date to cash, monthly paying funds
The exact SQL behind every number
SELECT
    ticker,
    round(avg(dateDiff('day', ex_dividend_date, pay_date_actual)), 1) AS avg_days_ex_to_pay
FROM
(
    SELECT
        ticker,
        ex_dividend_date,
        max(pay_date) AS pay_date_actual
    FROM global_markets.stocks_dividends
    WHERE ticker IN ('AGG', 'HYG', 'BKLN', 'QYLD', 'JEPI', 'JEPQ',
                     'PFF', 'SRET', 'SDIV')
      AND ex_dividend_date >= today() - 730
      AND ex_dividend_date <  today()
      AND pay_date >= ex_dividend_date
    GROUP BY ticker, ex_dividend_date
)
GROUP BY ticker
ORDER BY avg_days_ex_to_pay DESC
Run this yourself

When dem average the last two years of payments, the wait from ex-date to cash range from 2.8 days for the shortest end of this group to 7.2 days for the longest end. Monthly schedule mean twelve of these cycles per year instead of four. Na this be the real practical benefit: you fit align the payment calendar with monthly budget. Building $1,000 a month in dividends show the capital arithmetic behind target monthly figure.

FAQ

Which ETFs dey pay dividends every month?

Monthly payers dey cluster for bond and bank loan funds, covered call or derivative income funds, plus funds wey hold REITs, BDCs or preferred shares. Instead of trusting published list wey fit become outdated quickly, count the fund distributions for the last three years like the first panel above.

Monthly dividend ETFs yield pass quarterly ones?

Payment frequency no determine payment size. Monthly fund and quarterly fund wey hold similar assets fit distribute similar amount over one year. The only structural difference na say monthly cash fit reinvest earlier, and for ordinary rates that fit be worth few basis points per year.

Monthly ETF distributions dey taxed differently from quarterly ones?

No. Tax depend on wetin distribution contain, not how often e arrive. One fund fit pay ordinary income, qualified dividends, capital gains and return of capital during the same year, and dem go show each one separately for the annual 1099-DIV.

Wetin be the difference between distribution rate and SEC 30 day yield?

Distribution rate annualise the cash wey fund don already pay, divided by share price. SEC 30 day yield na standardised formula based on portfolio income wey e earn over the past month, after fees. If the two figures get wide gap, na signal say you need check wetin the distribution contain.

Monthly ETF fit cut its distribution?

Yes. Monthly funds reset the per share amount for every payment, and that amount fit rise or fall from one month to the next. Payment history na record of wetin fund don pay, and e no be obligation for future payments.


Every panel for this page carry the SQL wey produce am. Expand one to see exactly which distributions dem count and the dates wey dem use. To check any fund payment record by yourself, ask the question in plain English on the Strasmore terminal.