Primary Dealer Net Agency MBS Positions was last reported at 127,221 USD Million as of September 9, 2026. That is up 2.14% from the prior reading of 124,551 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 | 127,221 |
| Sep 2, 2026 | 124,551 |
| Aug 26, 2026 | 126,895 |
| Aug 19, 2026 | 131,171 |
| Aug 12, 2026 | 132,122 |
| Aug 5, 2026 | 137,867 |
| Jul 29, 2026 | 135,157 |
| Jul 22, 2026 | 130,259 |
| Jul 15, 2026 | 127,613 |
| Jul 8, 2026 | 126,810 |
| Date | Value (USD Million) |
|---|---|
| Jul 1, 2026 | 129,768 |
| Jun 24, 2026 | 121,873 |
| Jun 17, 2026 | 127,948 |
| Jun 10, 2026 | 119,177 |
| Jun 3, 2026 | 130,145 |
| May 27, 2026 | 132,787 |
| May 20, 2026 | 132,082 |
| May 13, 2026 | 120,312 |
| May 6, 2026 | 123,557 |
| Apr 29, 2026 | 127,862 |
Pull the full history of Primary Dealer Net Agency MBS 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=USPDNETMBS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPDNETMBS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPDNETMBS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();