Fermi Inc. (FRMI) is the 13th largest of 18 Infrastructure REITs companies by market capitalisation, at 3.23 Bn, behind Copt Defense Properties at 3.92 Bn. The table below compares all 18 on 7 financial metrics, including companies with a secondary business in the group.
| # | Symbol | Company | Industry | Mkt Cap | Price | Chg % | 1Y | P/E | P/S | Enterprise Value |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | PLD 2nd | Prologis | Data Center REITs | 126.70 Bn | 135.80 | +0.75% | +19.20% | 33.42 | 13.96 | 131.10 Bn |
| 2 | AMT | American Tower | Tower REITs | 81.32 Bn | 174.53 | +0.31% | -9.67% | 23.91 | 7.43 | 86.09 Bn |
| 3 | DLR | Digital Realty Trust | Data Center REITs | 68.96 Bn | 186.37 | +2.36% | +6.69% | 361.06 | 10.18 | 68.66 Bn |
| 4 | CCI | Crown Castle | Tower REITs | 31.19 Bn | 73.21 | +0.23% | -22.35% | 72.37 | 7.50 | 30.15 Bn |
| 5 | SBAC | Sba Communications | Tower REITs | 18.70 Bn | 176.28 | -1.29% | -10.97% | 20.35 | 6.51 | 18.79 Bn |
| 6 | TLK 2nd | Perusahaan Perseroan Persero Pt Telekomunikasi Indonesia Tbk | Tower REITs | 13.74 Bn | 13.87 | -2.19% | -28.58% | — | — | -40.06 Tn |
| 7 | LAMR | Lamar Advertising | Billboard REITs | 12.73 Bn | 146.08 | -0.50% | +17.59% | 26.68 | 5.47 | 12.67 Bn |
| 8 | WULF 2nd | Terawulf | Data Center REITs | 8.71 Bn | 17.45 | +2.59% | +51.87% | -4.41 | 52.70 | 5.94 Bn |
| 9 | GDS 2nd | GDS Holdings | Data Center REITs | 7.07 Bn | 34.25 | +4.45% | -13.86% | 12.00 | 4.00 | 5.01 Bn |
| 10 | OUT | OUTFRONT Media | Billboard REITs | 4.97 Bn | 28.23 | +0.89% | +50.16% | 20.32 | 2.57 | 4.97 Bn |
| 11 | TDS 2nd | Telephone & Data Systems | Tower REITs | 4.23 Bn | 36.73 | +2.28% | -2.16% | 12.07 | 3.36 | 2.27 Bn |
| 12 | CDP 2nd | Copt Defense Properties | Data Center REITs | 3.92 Bn | 34.58 | +0.64% | +14.16% | 23.77 | 5.00 | 3.97 Bn |
| 13 | FRMI | Fermi | Data Center REITs | 3.23 Bn | 5.06 | +1.61% | -84.45% | -4.54 | — | 3.17 Bn |
| 14 | AD | Array Digital Infrastructure | Tower REITs | 3.07 Bn | 35.55 | -0.31% | -26.53% | 5.68 | 14.40 | 2.66 Bn |
| 15 | IHS | IHS Holding | Tower REITs | 2.83 Bn | 8.44 | +0.12% | +21.44% | 149.62 | 1.67 | 1.76 Bn |
| 16 | CCO | Clear Channel Outdoor Holdings | Billboard REITs | 1.21 Bn | 2.38 | +0.00% | +57.62% | -11.87 | 0.72 | 1.03 Bn |
| 17 | BOC | Boston Omaha | Billboard REITs | 409.80 Mn | 13.47 | -0.30% | +1.89% | -28.74 | 4.00 | 391.68 Mn |
| 18 | EDGM 2nd | Edgemode | Data Center REITs | 0.00 | 0.00 | — | -100.00% | — | — | — |
Fermi Inc. (FRMI) is compared with 18 US-listed companies in the Infrastructure REITs industry group, of which 11 have it as their primary business and 7 run a substantial Infrastructure REITs business alongside something else.
Peers are every company that BQ-MICS, our own multi-industry classification system, places in the same industry group as Fermi Inc.. Unlike a single-label scheme, BQ-MICS assigns each company a primary industry and any secondary industries it genuinely operates in, and records the reasoning behind every assignment. Tap the info icon beside any ticker to read it.
It marks a secondary match: the company operates a real business in this industry group, but it is not its largest. Tick "Primary business only" above the table to compare against pure plays alone.
Prices, market caps and valuation figures refresh with each session's close. The classification itself is reviewed whenever a company's filings change what it does, such as a new segment, a disposal or an acquisition.
Yes. Use Edit Columns above the table to add any of 1,000+ financial metrics and ratios to the comparison, and Download Data to export it.
Pull Fermi Inc.'s industry peers, with any metrics you choose plus the industry median and average, in one call with the Business Quant Peers API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/peers?ticker=FRMI&cols=Revenue%20(Quarter),Net%20Income%20(Quarter)&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/peers"
params = {"ticker": "FRMI", "cols": "Revenue (Quarter),Net Income (Quarter)", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/peers?ticker=FRMI&cols=Revenue%20(Quarter),Net%20Income%20(Quarter)&api_key=YOUR_API_KEY");
const data = await res.json();