Federal Home Loan Mortgage Corp (FREJN) Interest Expense - Debt (2011 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Interest Expense - Debt came in at $1.6 billion in Q2 2026, down 18.72% year-over-year from $2.0 billion in Q2 2025, and up 196.71% quarter-over-quarter from -$1.7 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Interest Expense - Debt (2011 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Interest Expense - Debt for 16 consecutive years, with $1.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Expense - Debt fell 18.72% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $11.9 billion, a 11.37% decrease from a year earlier, with the FY2025 full-year figure at $8.0 billion, down 11.01% from the prior year.
- Interest Expense - Debt was $1.6 billion for Q2 2026 at Federal Home Loan Mortgage, up from -$1.7 billion in the prior quarter.
- Over five years, Interest Expense - Debt peaked at $16.3 billion in Q4 2023 and troughed at -$2.5 billion in Q3 2023.
- A 5-year average of $1.9 billion and a median of -$1.4 billion in 2022 frame the typical range for Interest Expense - Debt.
- Across the five-year window, Interest Expense - Debt sank 435.14% in 2023 and soared 190.32% in 2025, its largest moves.
- Over 5 years, Interest Expense - Debt stood at $5.9 billion in 2022, then soared by 174.34% to $16.3 billion in 2023, then fell by 3.32% to $15.7 billion in 2024, then dropped by 10.56% to $14.1 billion in 2025, then slumped by 88.29% to $1.6 billion in 2026.
- The last three Interest Expense - Debt figures came in at $1.6 billion (Q2 2026), -$1.7 billion (Q1 2026), and $14.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.65 Bn |
| Mar 31, 2026 | -1.70 Bn |
| Dec 31, 2025 | 14.05 Bn |
| Sep 30, 2025 | -2.07 Bn |
| Jun 30, 2025 | 2.03 Bn |
| Mar 31, 2025 | -2.00 Bn |
| Dec 31, 2024 | 15.71 Bn |
| Sep 30, 2024 | -2.28 Bn |
| Jun 30, 2024 | -2.24 Bn |
| Mar 31, 2024 | -2.25 Bn |
| Dec 31, 2023 | 16.25 Bn |
| Sep 30, 2023 | -2.48 Bn |
| Jun 30, 2023 | -2.38 Bn |
| Mar 31, 2023 | -2.07 Bn |
| Dec 31, 2022 | 5.92 Bn |
| Sep 30, 2022 | -1.09 Bn |
| Jun 30, 2022 | -634.00 Mn |
| Mar 31, 2022 | -387.00 Mn |
| Dec 31, 2021 | 3.09 Bn |
| Sep 30, 2021 | -419.00 Mn |
Federal Home Loan Mortgage Corp Interest Expense - Debt 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=interest-expense-debt&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expense-debt", "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=interest-expense-debt&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();