S&P 500 E-mini Leveraged Funds Net Position was last reported at -293,143 Contracts as of September 15, 2026. That is down 14.06% from the prior reading of -341,104 Contracts. This indicator is reported Weekly and not seasonally adjusted, and is tracked under the Positioning category. The next scheduled release is September 25, 2026.
| Date | Value (Contracts) |
|---|---|
| Sep 15, 2026 | -293,143 |
| Sep 8, 2026 | -341,104 |
| Sep 1, 2026 | -317,564 |
| Aug 25, 2026 | -315,204 |
| Aug 18, 2026 | -281,402 |
| Aug 11, 2026 | -280,446 |
| Aug 4, 2026 | -329,999 |
| Jul 28, 2026 | -297,476 |
| Jul 21, 2026 | -322,865 |
| Jul 14, 2026 | -365,002 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -361,875 |
| Jun 30, 2026 | -360,469 |
| Jun 23, 2026 | -373,468 |
| Jun 16, 2026 | -515,520 |
| Jun 9, 2026 | -451,586 |
| Jun 2, 2026 | -500,732 |
| May 26, 2026 | -457,780 |
| May 19, 2026 | -401,554 |
| May 12, 2026 | -432,438 |
| May 5, 2026 | -405,875 |
Pull the full history of S&P 500 E-mini Leveraged Funds Net Position into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=COTSPXLEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTSPXLEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTSPXLEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();