10-Year T-Note Asset Manager Net Position was last reported at 2,634,980 Contracts as of September 15, 2026. That is up 2.86% from the prior reading of 2,561,681 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 | 2,634,980 |
| Sep 8, 2026 | 2,561,681 |
| Sep 1, 2026 | 2,604,213 |
| Aug 25, 2026 | 2,592,072 |
| Aug 18, 2026 | 2,585,495 |
| Aug 11, 2026 | 2,554,411 |
| Aug 4, 2026 | 2,594,679 |
| Jul 28, 2026 | 2,611,964 |
| Jul 21, 2026 | 2,537,186 |
| Jul 14, 2026 | 2,512,431 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | 2,425,982 |
| Jun 30, 2026 | 2,378,150 |
| Jun 23, 2026 | 2,394,087 |
| Jun 16, 2026 | 2,485,001 |
| Jun 9, 2026 | 2,412,885 |
| Jun 2, 2026 | 2,354,292 |
| May 26, 2026 | 2,070,343 |
| May 19, 2026 | 2,267,251 |
| May 12, 2026 | 2,120,141 |
| May 5, 2026 | 2,137,785 |
Pull the full history of 10-Year T-Note Asset Manager 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=COTUST10YAM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTUST10YAM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTUST10YAM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();