2-Year T-Note Leveraged Funds Net Position was last reported at -1,294,575 Contracts as of September 15, 2026. That is up 0.32% from the prior reading of -1,290,479 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,294,575 |
| Sep 8, 2026 | -1,290,479 |
| Sep 1, 2026 | -1,268,034 |
| Aug 25, 2026 | -1,232,753 |
| Aug 18, 2026 | -1,243,004 |
| Aug 11, 2026 | -1,359,521 |
| Aug 4, 2026 | -1,334,181 |
| Jul 28, 2026 | -1,564,294 |
| Jul 21, 2026 | -1,595,128 |
| Jul 14, 2026 | -1,671,766 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -1,756,528 |
| Jun 30, 2026 | -1,748,875 |
| Jun 23, 2026 | -1,787,552 |
| Jun 16, 2026 | -1,704,817 |
| Jun 9, 2026 | -1,680,942 |
| Jun 2, 2026 | -1,813,011 |
| May 26, 2026 | -1,772,557 |
| May 19, 2026 | -1,878,632 |
| May 12, 2026 | -1,947,829 |
| May 5, 2026 | -2,034,475 |
Pull the full history of 2-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=COTUST2YLEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTUST2YLEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTUST2YLEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();