Federal Home Loan Mortgage Corp (FREJN) Short-term Investments (2010 - 2024)
Federal Home Loan Mortgage's (FREJN) quarterly Short-term Investments came in at $5.9 billion in Q4 2024, down 3.69% year-over-year from $6.1 billion in Q1 2024, and down 3.69% quarter-over-quarter from $6.1 billion in Q4 2023.
Federal Home Loan Mortgage Corp (FREJN) Short-term Investments (2010 - 2024) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Short-term Investments for 10 consecutive years, with $5.9 billion the latest figure, recorded in Q4 2024.
- On a quarterly basis, Short-term Investments fell 3.69% year-over-year to $5.9 billion in Q4 2024; TTM through Dec 2024 was $5.9 billion, a 3.69% decrease from a year earlier, with the FY2024 full-year figure at $5.9 billion, down 3.69% from the prior year.
- Short-term Investments was $5.9 billion for Q4 2024 at Federal Home Loan Mortgage, down from $6.1 billion in the prior quarter.
- Over five years, Short-term Investments peaked at $6.1 billion in Q4 2023 and troughed at $5.9 billion in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 5.87 Bn |
| Dec 31, 2023 | 6.10 Bn |
| Mar 31, 2017 | 2.61 Bn |
| Dec 31, 2016 | 28.31 Bn |
| Sep 30, 2015 | 35.81 Bn |
| Jun 30, 2015 | 32.09 Bn |
| Mar 31, 2015 | 2.16 Bn |
| Dec 31, 2014 | 30.44 Bn |
| Sep 30, 2014 | 22.08 Bn |
| Jun 30, 2014 | 34.30 Bn |
| Mar 31, 2014 | 4.15 Bn |
| Dec 31, 2013 | 9.68 Bn |
| Sep 30, 2013 | 6.36 Bn |
| Jun 30, 2013 | 1.56 Bn |
| Mar 31, 2013 | 206.00 Mn |
| Dec 31, 2012 | 3.25 Bn |
| Sep 30, 2012 | 2.82 Bn |
| Jun 30, 2012 | 202.26 Bn |
| Mar 31, 2012 | 210.22 Bn |
| Dec 31, 2011 | 12.17 Bn |
Federal Home Loan Mortgage Corp Short-term Investments 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=short-term-investments&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();