Primary Dealer Net Treasury Positions was last reported at 460,449 USD Million as of September 9, 2026. That is up 1.16% from the prior reading of 455,185 USD Million. This indicator is reported Weekly, and is tracked under the Positioning category. The next scheduled release is October 1, 2026.
| Date | Value (USD Million) |
|---|---|
| Sep 9, 2026 | 460,449 |
| Sep 2, 2026 | 455,185 |
| Aug 26, 2026 | 477,607 |
| Aug 19, 2026 | 436,406 |
| Aug 12, 2026 | 444,670 |
| Aug 5, 2026 | 460,282 |
| Jul 29, 2026 | 473,171 |
| Jul 22, 2026 | 461,590 |
| Jul 15, 2026 | 467,223 |
| Jul 8, 2026 | 482,980 |
| Date | Value (USD Million) |
|---|---|
| Jul 1, 2026 | 464,081 |
| Jun 24, 2026 | 515,551 |
| Jun 17, 2026 | 492,413 |
| Jun 10, 2026 | 498,615 |
| Jun 3, 2026 | 477,881 |
| May 27, 2026 | 516,656 |
| May 20, 2026 | 451,696 |
| May 13, 2026 | 487,431 |
| May 6, 2026 | 500,420 |
| Apr 29, 2026 | 507,728 |
Pull the full history of Primary Dealer Net Treasury Positions 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=USPDNETUST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPDNETUST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPDNETUST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();