Analysts expect Guardian Metal Resources PLC to report revenue of 0.00 for 2026, against a range of 0.00 to 0.00. The most recent reported year, 2025, came in at 0.00.
| Metric | 2025 | 2026 | 2027 | 2028 | 2029 |
|---|---|---|---|---|---|
| Reported (Actual) | 0.00 | - | - | ||
| High Estimate | 0.00 | 0.00 | 0.00 | ||
| Low Estimate | 0.00 | 0.00 | 0.00 | ||
| Consensus Estimate | 0.00 | 0.00 | 0.00 |
Analysts expect Guardian Metal Resources PLC to report earnings per share of -0.25 for 2026, against a range of -0.26 to -0.24. The most recent reported year, 2025, came in at -0.10 , in line with the -0.10 consensus.
| Metric | 2025 | 2026 | 2027 | 2028 | 2029 |
|---|---|---|---|---|---|
| Reported (Actual) | -0.10 | - | - | ||
| High Estimate | -0.09 | -0.24 | -0.24 | ||
| Low Estimate | -0.11 | -0.26 | -0.26 | ||
| Consensus Estimate | -0.10 | -0.25 | -0.25 |
Pull Wall Street consensus for Guardian Metal Resources PLC (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=GMTL&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "GMTL", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=GMTL&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();