Federal Home Loan Mortgage Corp (FREJN) Interest Expense - Fed Funds (2025 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Interest Expense - Fed Funds came in at $56.0 million in Q2 2026, up 1.82% year-over-year from $55.0 million in Q2 2025, and up 205.66% quarter-over-quarter from -$53.0 million in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Interest Expense - Fed Funds (2025 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Interest Expense - Fed Funds for 2 consecutive years, with $56.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Expense - Fed Funds rose 1.82% year-over-year to $56.0 million in Q2 2026; TTM through Jun 2026 was $15.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$257.0 million, up 33.76% from the prior year.
- Interest Expense - Fed Funds was $56.0 million for Q2 2026 at Federal Home Loan Mortgage, up from -$53.0 million in the prior quarter.
- Over five years, Interest Expense - Fed Funds peaked at $56.0 million in Q2 2026 and troughed at -$53.0 million in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 56.00 Mn |
| Mar 31, 2026 | -53.00 Mn |
| Jun 30, 2025 | 55.00 Mn |
| Mar 31, 2025 | -43.00 Mn |
Federal Home Loan Mortgage Corp Interest Expense - Fed Funds 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-fed-funds&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expense-fed-funds", "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-fed-funds&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();