Federal Home Loan Mortgage Corp (FREJN) Short-Term Debt issuances (2024 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Short-Term Debt issuances came in at -$333.0 million in Q2 2026, up 64.39% year-over-year from -$202.6 million in Q2 2025, and up 97.28% quarter-over-quarter from -$12.3 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Short-Term Debt issuances (2024 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Short-Term Debt issuances for 3 consecutive years, with -$333.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances rose 64.39% year-over-year to -$333.0 million in Q2 2026; TTM through Jun 2026 was -$5.2 billion, a 213.67% decrease from a year earlier, with the FY2025 full-year figure at $14.1 billion, up 569.41% from the prior year.
- Short-Term Debt issuances was -$333.0 million for Q2 2026 at Federal Home Loan Mortgage, up from -$12.3 billion in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $7.6 billion in Q1 2025 and troughed at -$12.3 billion in Q1 2026.
- A 3-year average of $360.5 million and a median of $1.2 billion in 2024 frame the typical range for Short-Term Debt issuances.
- The widest YoY moves for Short-Term Debt issuances: up 161.51% in 2025, down 987.21% in 2025.
- Over 3 years, Short-Term Debt issuances stood at -$7.9 billion in 2024, then surged by 161.51% to $4.8 billion in 2025, then slumped by 106.88% to -$333.0 million in 2026.
- The last three Short-Term Debt issuances figures came in at -$333.0 million (Q2 2026), -$12.3 billion (Q1 2026), and $4.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -333.00 Mn |
| Mar 31, 2026 | -12.26 Bn |
| Dec 31, 2025 | 4.84 Bn |
| Sep 30, 2025 | 2.54 Bn |
| Jun 30, 2025 | -935.00 Mn |
| Mar 31, 2025 | 7.65 Bn |
| Dec 31, 2024 | -7.87 Bn |
| Sep 30, 2024 | 5.74 Bn |
| Jun 30, 2024 | -86.00 Mn |
| Mar 31, 2024 | 4.32 Bn |
Federal Home Loan Mortgage Corp Short-Term Debt issuances API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=short-term-debt-issuances&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "ticker": "FREJN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-debt-issuances&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();