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

Hard-to-Borrow Lists and Borrow Fees

Why a hard-to-borrow stock costs a fee to short: how the locate works, who lends the shares, what the short owes on dividends, and how recalls force buy-ins.

A hard-to-borrow stock is one your broker cannot readily find shares of to lend you, and selling it short carries a borrow fee that an easy-to-borrow name does not. The chain runs in one direction. You place a short sale, your broker locates shares in a lending pool, and that pool prices itself by how many shares sit idle against how many people want them. No rule sets that price. It is a market rate, and it moves while your position is open.

What a hard-to-borrow list actually is

Every clearing broker rebuilds two lists before the open. The easy-to-borrow list, usually written ETB, names the securities the firm is confident it can deliver, and a locate on those is granted automatically the moment you click sell short. Everything else is hard to borrow, or HTB. For those, the stock loan desk goes and finds the shares one request at a time, the request can come back denied, and the shares arrive with a fee attached.

Two things about those lists surprise people. The first: a list is a snapshot of one firm's inventory at one moment, not a market-wide register, and two brokers can disagree about the same stock on the same morning. The second: daily updates are the mechanism, not a guarantee of availability. A name can drop off the ETB list intraday once the lendable shares run out, and a locate granted at 9:31 a.m. tells you nothing about 2 p.m.

How the locate requirement works

Regulation SHO is the SEC rule set covering short sales. Its locate requirement holds that a broker must have reasonable grounds to believe the security can be borrowed and delivered by settlement before accepting a short sale order, and must document that check. Bona fide market makers get a narrow exception. Ordinary orders do not.

A locate is not a borrow. It is a documented expectation that a borrow will exist at settlement, which is why a granted locate can still end in a failure to deliver. The rule stops there. Regulation SHO governs whether you may sell short. It says nothing about what the borrow costs.

That check runs on every short sale ticket, not once per stock, and short selling is a constant feature of ordinary trading rather than a rare event. The panel below tracks the share of consolidated volume in a single large-cap name that FINRA marked as short, session by session, over a fixed past window.

QueryDaily short volume as a share of total AAPL volume, May to July 2026
The exact SQL behind every number
SELECT
    toString(date)                                        AS session_date,
    formatDateTime(date, '%b %e')                         AS session_label,
    round(100 * max(short_volume) / max(total_volume), 1) AS short_volume_pct
FROM global_markets.stocks_short_volume
WHERE ticker = 'AAPL'
  AND date >= '2026-05-01'
  AND date <  '2026-08-01'
GROUP BY date
HAVING max(total_volume) > 0
ORDER BY date
Run this yourself

The window holds 53 sessions between May 1 and Jul 31. It opens at 45.9% of volume marked short and ends at 52.6%. Every one of those marked sale orders needed a locate first. Short volume and short interest answer different questions: short volume counts sale orders flagged short during a session, much of it market maker hedging that is flat again by the close, while short interest counts the shares still borrowed and unreturned as of a settlement date.

Who supplies the lendable shares

Four pools feed the lending market, roughly in order of depth at a retail firm.

  • Margin accounts. A margin agreement gives the broker the right to lend the customer's shares, and the customer receives nothing for it. This is the deepest pool at most brokers and the reason a popular short can be supplied entirely from retail long positions.
  • Fully paid lending programs. A customer who owns shares outright opts in and splits the lending fee with the broker. Our guide to fully paid securities lending covers what that opt-in changes.
  • Institutional lenders. Index funds, pension plans and insurers lend through agent lender programs run by their custodians. Loans are collateralized with cash or government paper worth slightly more than the shares, marked to market every day.
  • The broker's own inventory, plus borrows from other brokers when its book comes up short.

Every loan transfers title. The borrower receives real shares and the vote travels with them. The original owner keeps the price exposure and gives up the ballot.

What sets the borrow fee

Supply and demand inside the lending market, nothing else. The fee is quoted as an annualized percentage of the loan's market value, accrues daily, and is not locked at the moment you open the trade. An open short can be repriced overnight.

On the easy end the mechanics run the other way around. Cash collateral earns interest, the lender rebates most of that interest to the borrower, and the fee is simply the slice withheld. As a name gets scarce the rebate shrinks toward zero and then turns negative, at which point the borrower is paying instead of receiving. One continuous scale, one market.

The demand side is measurable. Days to cover is the standard yardstick: short interest divided by average daily volume, an estimate of how many sessions of normal trading it would take for every short position to buy back.

QueryDays to cover across six household names, latest settlement date
The exact SQL behind every number
WITH (
    SELECT max(settlement_date)
    FROM global_markets.stocks_short_interest
) AS latest_settlement
SELECT
    ticker,
    round(max(days_to_cover), 2)                   AS days_to_cover,
    formatDateTime(latest_settlement, '%b %e, %Y') AS as_of_label
FROM global_markets.stocks_short_interest
WHERE settlement_date = latest_settlement
  AND ticker IN ('AAPL', 'MSFT', 'NVDA', 'TSLA', 'KO', 'F')
GROUP BY ticker
ORDER BY days_to_cover DESC
Run this yourself

As of Jul 31, 2026, AAPL carried the widest reading of the six at 2.42 days to cover, against 1.43 for F. All six are household names sitting on enormous lending pools. Scarcity lives further out, so the next panel sorts the whole reporting universe into a ladder of days-to-cover buckets, limited to names averaging at least 250,000 shares a day.

QueryHow many liquid stocks sit in each days-to-cover bucket
The exact SQL behind every number
SELECT
    multiIf(dtc < 0.5, 'under 0.5 days',
            dtc < 1,   '0.5 to 1 day',
            dtc < 2,   '1 to 2 days',
            dtc < 3,   '2 to 3 days',
            dtc < 5,   '3 to 5 days',
            dtc < 10,  '5 to 10 days',
                       '10 days or more') AS days_to_cover_bucket,
    count()                               AS stocks_in_bucket
FROM
(
    SELECT
        ticker,
        max(days_to_cover) AS dtc
    FROM global_markets.stocks_short_interest
    WHERE settlement_date = (
            SELECT max(settlement_date)
            FROM global_markets.stocks_short_interest
          )
      AND avg_daily_volume >= 250000
      AND days_to_cover > 0
      AND ticker NOT IN ('SPCX')
    GROUP BY ticker
)
GROUP BY days_to_cover_bucket
ORDER BY min(dtc)
Run this yourself

The ladder climbs from 1 to 2 days, where 2032 names sit, out to 10 days or more, holding 357. Read it as a demand gauge and not as a price. A crowded name with a deep lending pool can stay cheap to borrow, and a thin small cap with modest short interest can be expensive when almost nothing is lendable. Our roundup of the highest days to cover stocks follows the far end of that ladder as it changes.

What the borrower owes beyond the fee

When a borrowed stock goes ex-dividend, the short seller owes the lender a substitute payment equal to the dividend, debited on the ex-date. It is not optional and it is not a function of the trade being profitable. A steady quarterly payer makes the schedule concrete.

QueryEvery KO ex-dividend date a short position would have paid through, 2023 to mid-2026
The exact SQL behind every number
SELECT
    toString(ex_dividend_date)                    AS ex_date,
    formatDateTime(ex_dividend_date, '%b %e, %Y') AS ex_date_label,
    round(toFloat64(max(cash_amount)), 4)         AS dividend_per_share
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
  AND ex_dividend_date >= '2023-01-01'
  AND ex_dividend_date <  '2026-08-01'
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
Run this yourself

The window carries 14 ex-dividend dates, from Mar 16, 2023 at $0.46 per share to Jun 15, 2026 at $0.53. A position held short across all of them pays every one of those amounts, per share, on top of the borrow fee. The cash lands in the lender's account and looks identical to a dividend, with one difference that matters at tax time: for a US taxable account a substitute payment is generally ordinary income rather than a qualified dividend. Treatment varies by account type and jurisdiction. Our page on payments in lieu of dividends works through the detail from the lender's side.

Recalls, buy-ins and the squeeze

A lender can ask for the shares back at any time, for any reason. A fund selling the position is reason enough, and so is wanting to vote its shares at a meeting. The broker then hunts for a replacement borrow. Where it finds one, nothing visible happens to the short seller. Where it does not, the broker issues a buy-in: it closes the short at the market, at whatever price is available, with no discretion left to the account holder.

On a well-supplied name, recalls are quiet plumbing. On a crowded name they cluster, and they cluster during exactly the stretches when the lending pool is thinnest and the price is climbing. Forced buying then arrives alongside everyone else's, from accounts that never chose to close. That sequence is the mechanical spine of the pattern described in what is a short squeeze. Proxy season is the most predictable cluster of all, since lenders want their shares back in time to vote.

Data notes and limits

Short interest is reported to FINRA twice a month, so a days-to-cover figure describes a settlement date already several days past. Short volume is a daily consolidated file and includes exempt volume alongside ordinary short sales. Neither is a borrow fee. No public tape of borrow rates exists at all: rates are quoted bilaterally between lenders and borrowers, which is why no panel on this page prints one.

FAQ

What does hard to borrow mean?

It means your broker has no shares of that stock ready to lend, so a short sale needs a manual locate and carries a borrow fee. The label belongs to one broker on one day, and a stock can move between easy and hard to borrow during a single session.

Who sets the borrow fee on a hard-to-borrow stock?

The securities lending market sets it, through supply and demand between lenders and borrowers. No regulator or exchange publishes a rate. Brokers quote their own, and the same stock can carry different rates at different firms on the same morning.

Do I get paid when my broker lends out my shares?

In a margin account, generally not. The margin agreement already granted the broker that right. Fully paid lending programs are the opt-in route where the customer takes a share of the fee, with the trade-off that shares out on loan sit outside SIPC coverage and are backed by collateral instead.

What happens if the shares I shorted get recalled?

Your broker looks for a replacement borrow first. Failing that, it buys the stock back in your account at the market and closes the position for you. A recall is not a margin call, and one can arrive while the trade is profitable.

Is short volume the same as short interest?

No. Short volume counts shares sold short during a single session, including market maker hedging that is closed out the same day. Short interest counts shares still borrowed and unreturned as of a settlement date, published twice a month.


Every panel above ships with the exact SQL underneath it, so the counts are checkable line by line. To pull the short interest or short volume history on a name you follow, ask for it in plain English on the Strasmore terminal.