Federal Home Loan Mortgage Corp (FREJN) Operating Expenses (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Operating Expenses came in at $2.1 billion in Q2 2026, down 2.83% year-over-year from $2.2 billion in Q2 2025, and up 3.71% quarter-over-quarter from $2.0 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Operating Expenses (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Operating Expenses for 17 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Expenses fell 2.83% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $8.5 billion, a 1.79% decrease from a year earlier, with the FY2025 full-year figure at $8.6 billion, changed 0.44% from the prior year.
- Operating Expenses was $2.1 billion for Q2 2026 at Federal Home Loan Mortgage, up from $2.0 billion in the prior quarter.
- Over five years, Operating Expenses peaked at $2.6 billion in Q3 2023 and troughed at $1.8 billion in Q3 2022.
- A 5-year average of $2.1 billion and a median of $2.1 billion in 2024 frame the typical range for Operating Expenses.
- Across the five-year window, Operating Expenses jumped 41.15% in 2023 and retreated 15.26% in 2024, its largest moves.
- Over 5 years, Operating Expenses stood at $2.0 billion in 2022, then increased by 7.25% to $2.2 billion in 2023, then grew by 1.32% to $2.2 billion in 2024, then rose by 1.76% to $2.3 billion in 2025, then decreased by 7.13% to $2.1 billion in 2026.
- The last three Operating Expenses figures came in at $2.1 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.10 Bn |
| Mar 31, 2026 | 2.02 Bn |
| Dec 31, 2025 | 2.26 Bn |
| Sep 30, 2025 | 2.12 Bn |
| Jun 30, 2025 | 2.16 Bn |
| Mar 31, 2025 | 2.09 Bn |
| Dec 31, 2024 | 2.22 Bn |
| Sep 30, 2024 | 2.18 Bn |
| Jun 30, 2024 | 2.13 Bn |
| Mar 31, 2024 | 2.12 Bn |
| Dec 31, 2023 | 2.19 Bn |
| Sep 30, 2023 | 2.58 Bn |
| Jun 30, 2023 | 2.20 Bn |
| Mar 31, 2023 | 1.93 Bn |
| Dec 31, 2022 | 2.04 Bn |
| Sep 30, 2022 | 1.83 Bn |
| Jun 30, 2022 | 2.02 Bn |
| Mar 31, 2022 | 1.93 Bn |
| Dec 31, 2021 | 1.99 Bn |
| Sep 30, 2021 | 1.84 Bn |
Federal Home Loan Mortgage Corp Operating Expenses 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=operating-expenses&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();