Federal Home Loan Mortgage Corp (FREJN) Cash from Financing Activities (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Cash from Financing Activities came in at -$21.6 billion in Q2 2026, down 600.13% year-over-year from $4.3 billion in Q2 2025, and up 17.3% quarter-over-quarter from -$26.2 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Cash from Financing Activities for 17 consecutive years, with -$21.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 600.13% year-over-year to -$21.6 billion in Q2 2026; TTM through Jun 2026 was -$58.2 billion, a 1356.99% decrease from a year earlier, with the FY2025 full-year figure at -$24.3 billion, down 45.34% from the prior year.
- Cash from Financing Activities was -$21.6 billion for Q2 2026 at Federal Home Loan Mortgage, up from -$26.2 billion in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $15.2 billion in Q4 2024 and troughed at -$26.2 billion in Q1 2026.
- A 5-year average of -$9.3 billion and a median of -$8.7 billion in 2025 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities tumbled 1076.87% in 2023 and surged 185.08% in 2024, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$11.9 billion in 2022, then plunged by 49.28% to -$17.8 billion in 2023, then surged by 185.08% to $15.2 billion in 2024, then tumbled by 143.46% to -$6.6 billion in 2025, then slumped by 228.59% to -$21.6 billion in 2026.
- The last three Cash from Financing Activities figures came in at -$21.6 billion (Q2 2026), -$26.2 billion (Q1 2026), and -$6.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.64 Bn |
| Mar 31, 2026 | -26.17 Bn |
| Dec 31, 2025 | -6.59 Bn |
| Sep 30, 2025 | -3.84 Bn |
| Jun 30, 2025 | -3.09 Bn |
| Mar 31, 2025 | -10.81 Bn |
| Dec 31, 2024 | 15.16 Bn |
| Sep 30, 2024 | -5.26 Bn |
| Jun 30, 2024 | -12.33 Bn |
| Mar 31, 2024 | -14.31 Bn |
| Dec 31, 2023 | -17.81 Bn |
| Sep 30, 2023 | -23.30 Bn |
| Jun 30, 2023 | -4.86 Bn |
| Mar 31, 2023 | -6.24 Bn |
| Dec 31, 2022 | -11.93 Bn |
| Sep 30, 2022 | -1.98 Bn |
| Jun 30, 2022 | -11.30 Bn |
| Mar 31, 2022 | -1.90 Bn |
| Dec 31, 2021 | -29.42 Bn |
| Sep 30, 2021 | -46.17 Bn |
Federal Home Loan Mortgage Corp Cash from Financing Activities 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=cash-from-financing-activities&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();