Federal Home Loan Mortgage Corp (FREJN) Selling, General & Administrative (2010 - 2021)
Analysis
Federal Home Loan Mortgage Corp (FREJN) Selling, General & Administrative (2010 - 2021) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 734.00 Mn |
| Sep 30, 2021 | 627.00 Mn |
| Jun 30, 2021 | 651.00 Mn |
| Mar 31, 2021 | 639.00 Mn |
| Dec 31, 2020 | 706.00 Mn |
| Sep 30, 2020 | 641.00 Mn |
| Jun 30, 2020 | 601.00 Mn |
| Mar 31, 2020 | 587.00 Mn |
| Dec 31, 2019 | 747.00 Mn |
| Sep 30, 2019 | 620.00 Mn |
| Jun 30, 2019 | 619.00 Mn |
| Mar 31, 2019 | 578.00 Mn |
| Dec 31, 2018 | 646.00 Mn |
| Sep 30, 2018 | 569.00 Mn |
| Jun 30, 2018 | 558.00 Mn |
| Mar 31, 2018 | 520.00 Mn |
| Dec 31, 2017 | 558.00 Mn |
| Sep 30, 2017 | 524.00 Mn |
| Jun 30, 2017 | 513.00 Mn |
| Mar 31, 2017 | 511.00 Mn |
API Access
Federal Home Loan Mortgage Corp Selling, General & Administrative 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=selling-general-and-administrative&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();