Federal Home Loan Mortgage Corp (FREJN) EPS (Basic) (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly EPS (Basic) came in at -$0.0 in Q2 2026, up 57.14% year-over-year from -$0.0 in Q2 2025, and down 145.0% quarter-over-quarter from $0.01 in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) EPS (Basic) (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported EPS (Basic) for 17 consecutive years, with -$0.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 57.14% year-over-year to -$0.0 in Q2 2026; TTM through Jun 2026 was -$0.0, a 85.0% increase from a year earlier, with the FY2025 full-year figure at -$0.02, down 1660.0% from the prior year.
- EPS (Basic) was -$0.0 for Q2 2026 at Federal Home Loan Mortgage, down from $0.01 in the prior quarter.
- Over five years, EPS (Basic) peaked at $0.06 in Q3 2022 and troughed at -$0.05 in Q4 2023.
- A 5-year average of $0.0 and a median of -$0.0 in 2025 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) jumped 1710.0% in 2022 and tumbled 520.0% in 2025, its largest moves.
- Over 5 years, EPS (Basic) stood at -$0.01 in 2022, then sank by 488.0% to -$0.05 in 2023, then surged by 125.17% to $0.01 in 2024, then plunged by 118.92% to -$0.0 in 2025, then declined by 28.57% to -$0.0 in 2026.
- The last three EPS (Basic) figures came in at -$0.0 (Q2 2026), $0.01 (Q1 2026), and -$0.0 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.00 |
| Mar 31, 2026 | 0.01 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.00 |
| Jun 30, 2025 | -0.01 |
| Mar 31, 2025 | -0.01 |
| Dec 31, 2024 | 0.01 |
| Sep 30, 2024 | -0.02 |
| Jun 30, 2024 | 0.00 |
| Mar 31, 2024 | 0.01 |
| Dec 31, 2023 | -0.05 |
| Sep 30, 2023 | -0.01 |
| Jun 30, 2023 | 0.02 |
| Mar 31, 2023 | -0.02 |
| Dec 31, 2022 | -0.01 |
| Sep 30, 2022 | 0.06 |
| Jun 30, 2022 | 0.02 |
| Mar 31, 2022 | 0.04 |
| Dec 31, 2021 | 0.01 |
| Sep 30, 2021 | 0.00 |
Federal Home Loan Mortgage Corp EPS (Basic) 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=eps-basic&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();