Fermi (FRMI) Treasury Shares (2025)
Fermi's (FRMI) quarterly Treasury Shares came in at $562500.0 in Q4 2025, little changed quarter-over-quarter from $562500.0 in Q3 2025.
Fermi (FRMI) Treasury Shares (2025) Analysis & Trends
Fermi has disclosed Treasury Shares across 1 years of filings, most recently posting $562500.0 for Q4 2025.
- In Q4 2025, Treasury Shares changed N/A year-over-year to $562500.0; the TTM figure through Dec 2025 stood at $562500.0 (changed N/A YoY), while the FY2025 annual figure was $562500.0, changed N/A from the prior year.
- Treasury Shares came in at $562500.0 for Q4 2025 at Fermi, roughly flat from $562500.0 in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $4.1 million in Q2 2025 to a low of $562500.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 68.96 Bn | 68.66 Bn | - | - |
| 2 | Fermi | 3.23 Bn | 3.17 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 562,500.00 |
| Dec 31, 2025 | 562,500.00 |
| Sep 30, 2025 | 562,500.00 |
| Sep 30, 2025 | 562,500.00 |
| Jun 30, 2025 | 4.08 Mn |
| Jun 30, 2025 | 4.08 Mn |
Fermi Treasury Shares 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=treasury-shares&ticker=FRMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=FRMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();