10-Year T-Note Leveraged Funds Net Position was last reported at -1,868,126 Contracts as of September 15, 2026. That is down 3.64% from the prior reading of -1,938,754 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 | -1,868,126 |
| Sep 8, 2026 | -1,938,754 |
| Sep 1, 2026 | -2,062,502 |
| Aug 25, 2026 | -2,134,339 |
| Aug 18, 2026 | -2,229,013 |
| Aug 11, 2026 | -2,163,714 |
| Aug 4, 2026 | -2,231,670 |
| Jul 28, 2026 | -2,155,739 |
| Jul 21, 2026 | -2,064,805 |
| Jul 14, 2026 | -2,079,653 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -2,004,023 |
| Jun 30, 2026 | -1,969,851 |
| Jun 23, 2026 | -1,938,747 |
| Jun 16, 2026 | -2,082,236 |
| Jun 9, 2026 | -1,979,511 |
| Jun 2, 2026 | -1,963,094 |
| May 26, 2026 | -2,005,980 |
| May 19, 2026 | -1,952,737 |
| May 12, 2026 | -1,956,942 |
| May 5, 2026 | -2,003,848 |
Pull the full history of 10-Year T-Note 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=COTUST10YLEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTUST10YLEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTUST10YLEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();