Franco Nevada (FNV) Share-based Compensation Growth (3y) (2013 - 2026)
Analysis
Franco Nevada (FNV) Share-based Compensation Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 10.84% |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 17.37% |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 247.60% |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 20.67% |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 5.28% |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | -16.21% |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | - |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 14.30% |
| 10 | Blue Owl Capital | 15.34 Bn | 18.79 Bn | - | 37.94% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.21% |
| Mar 31, 2026 | -9.82% |
| Dec 31, 2025 | -25.31% |
| Sep 30, 2025 | 2.04% |
| Jun 30, 2025 | -10.61% |
| Mar 31, 2025 | 9.49% |
| Dec 31, 2024 | -30.01% |
| Sep 30, 2024 | -4.66% |
| Jun 30, 2024 | -2.13% |
| Mar 31, 2024 | 0.00% |
| Dec 31, 2023 | -23.69% |
| Sep 30, 2023 | 4.89% |
| Jun 30, 2023 | 9.35% |
| Mar 31, 2023 | 7.72% |
| Dec 31, 2022 | 53.26% |
| Sep 30, 2022 | 7.17% |
| Jun 30, 2022 | 5.27% |
| Mar 31, 2022 | 4.55% |
| Dec 31, 2021 | 47.08% |
| Sep 30, 2021 | 0.00% |
API Access
Franco Nevada Share-based Compensation Growth (3y) 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=share-based-compensation-growth-3y&ticker=FNV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "FNV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-3y&ticker=FNV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();