Fermi (FRMI) Selling, General & Administrative (2025 - 2026)
Analysis
Fermi (FRMI) Selling, General & Administrative (2025 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 157.70 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 26.76 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 26.76 Mn |
| Mar 31, 2026 | 166.24 Mn |
| Dec 31, 2025 | 134.32 Mn |
| Sep 30, 2025 | 37.78 Mn |
| Jun 30, 2025 | 5.61 Mn |
| Mar 31, 2025 | 78,000.00 |
API Access
Fermi 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=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "FRMI", "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=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();