Federal Home Loan Mortgage Corp (FREJN) Provisions (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Provisions came in at -$880.0 million in Q2 2026, down 212.39% year-over-year from $783.0 million in Q2 2025, and down 175.0% quarter-over-quarter from -$320.0 million in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Provisions (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Provisions for 17 consecutive years, with -$880.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Provisions fell 212.39% year-over-year to -$880.0 million in Q2 2026; TTM through Jun 2026 was -$973.0 million, a 200.93% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, up 171.01% from the prior year.
- Provisions was -$880.0 million for Q2 2026 at Federal Home Loan Mortgage, down from -$320.0 million in the prior quarter.
- Over five years, Provisions peaked at $1.8 billion in Q3 2022 and troughed at -$880.0 million in Q2 2026.
- A 5-year average of $89.6 million and a median of $133.5 million in 2024 frame the typical range for Provisions.
- The widest YoY moves for Provisions: up 570.15% in 2022, down 327.04% in 2022.
- Over 5 years, Provisions stood at $575.0 million in 2022, then tumbled by 143.13% to -$248.0 million in 2023, then surged by 137.1% to $92.0 million in 2024, then sank by 43.48% to $52.0 million in 2025, then sank by 1792.31% to -$880.0 million in 2026.
- The last three Provisions figures came in at -$880.0 million (Q2 2026), -$320.0 million (Q1 2026), and $52.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -880.00 Mn |
| Mar 31, 2026 | -320.00 Mn |
| Dec 31, 2025 | 52.00 Mn |
| Sep 30, 2025 | 175.00 Mn |
| Jun 30, 2025 | 783.00 Mn |
| Mar 31, 2025 | 280.00 Mn |
| Dec 31, 2024 | 92.00 Mn |
| Sep 30, 2024 | -191.00 Mn |
| Jun 30, 2024 | 394.00 Mn |
| Mar 31, 2024 | 181.00 Mn |
| Dec 31, 2023 | -248.00 Mn |
| Sep 30, 2023 | -304.00 Mn |
| Jun 30, 2023 | -638.00 Mn |
| Mar 31, 2023 | 395.00 Mn |
| Dec 31, 2022 | 575.00 Mn |
| Sep 30, 2022 | 1.80 Bn |
| Jun 30, 2022 | 307.00 Mn |
| Mar 31, 2022 | -837.00 Mn |
| Dec 31, 2021 | 138.00 Mn |
| Sep 30, 2021 | 268.00 Mn |
Federal Home Loan Mortgage Corp Provisions 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=provisions&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "provisions", "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=provisions&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();