STRASMORE/EXPLORE 2,170 QUERIES

AAPL days to cover at each settlement date (last 2 years)

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from Short Interest vs Short Volume: The Difference.

as of series 47×3read in context →
AAPL days to cover at each settlement date (last 2 years) — 47 rows by 3 columns, computed from US exchange, SIP and OPRA data.
settlement_datedays_to_covertwo_year_peak
2024-08-303.383.94
2024-09-132.853.94
2024-09-301.933.94
2024-10-153.583.94
2024-10-313.263.94
2024-11-153.143.94
2024-11-293.553.94
2024-12-133.943.94
2024-12-313.013.94
2025-01-152.993.94
2025-01-311.753.94
2025-02-142.843.94
2025-02-282.993.94
2025-03-142.293.94
2025-03-312.33.94
2025-04-151.113.94
2025-04-302.293.94
2025-05-151.813.94
2025-05-301.743.94
2025-06-131.983.94
2025-06-301.893.94
2025-07-151.943.94
2025-07-312.143.94
2025-08-151.73.94
2025-08-292.973.94
2025-09-152.133.94
2025-09-301.743.94
2025-10-152.633.94
2025-10-312.23.94
2025-11-142.443.94
2025-11-282.943.94
2025-12-152.953.94
2025-12-312.713.94
2026-01-152.593.94
2026-01-3023.94
2026-02-132.253.94
2026-02-273.263.94
2026-03-133.263.94
2026-03-312.963.94
2026-04-153.393.94
2026-04-302.933.94
2026-05-152.743.94
2026-05-293.383.94
2026-06-152.763.94
2026-06-301.733.94
2026-07-153.063.94
2026-07-312.423.94
Rows × columns
47 × 3
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for AAPL days to cover at each settlement date (last 2 years), derived from the stored result.
ColumnTypeRangeNotes
settlement_date date 2024-08-30 to 2026-07-31
days_to_cover number 1.11 to 3.94
two_year_peak number every row is 3.94

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT settlement_date,
       round(days_to_cover, 2) AS days_to_cover,
       round(max(days_to_cover) OVER (), 2) AS two_year_peak
FROM global_markets.stocks_short_interest
WHERE ticker = 'AAPL'
  AND settlement_date >= today() - INTERVAL 2 YEAR
ORDER BY settlement_date

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisShort Interest vs Short Volume: The Difference
AAPL short interest vs. average daily volume, bi-monthly (last 2 years) series 47×3 AAPL daily short volume ratio (last ~60 days) series 33×2 Highest days to cover, latest settlement date (min 1M shares/day traded) ranking 10×3 Data points per dataset: AAPL, last 60 days ranking 2×2 TSLA short interest vs. average daily volume, bi-monthly (last 2 years) series 47×3 GameStop, Nov 2020 – Mar 2021: short interest, days to cover and the closing price at each settlement series 10×4 See all 2,170 queries →