
ROYAL GOLD INC — Investor Relations & Filings
Royal Gold Inc. is a precious metals company that specializes in acquiring and managing royalty and stream interests. The company's business model focuses on providing upfront financing to mining operators in exchange for the right to a percentage of a mine's future revenue (a royalty) or the right to purchase a portion of its future metal production at a predetermined price (a stream). This strategy allows the company to generate revenue from a large and diversified portfolio of interests in producing, development, and exploration-stage properties. By not operating mines directly, Royal Gold offers investors exposure to precious metals while mitigating many of the operational, capital, and environmental risks associated with traditional mining companies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-26 | English | |
| 10-Q | 2026-05-07 | English | |
| 8-K | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| ARS - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | |
| DEFA14A | 2026-04-03 | English |
Browse filings by year
27 years- 2026 27 filings
- 2025 87 filings
- 2024 94 filings
- 2023 78 filings
- 2022 52 filings
- 2021 52 filings
- 2020 60 filings
- 2019 66 filings
- 2018 67 filings
- 2017 76 filings
- 2016 70 filings
- 2015 55 filings
- 2014 61 filings
- 2013 67 filings
- 2012 93 filings
- 2011 92 filings
- 2010 134 filings
- 2009 105 filings
- 2008 105 filings
- 2007 133 filings
- 2006 101 filings
- 2005 62 filings
- 2004 58 filings
- 2003 63 filings
- 2002 29 filings
- 2001 5 filings
- 2000 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47073189 | 8-K | 2026-05-26 | English | ||
| 45992193 | 10-Q | 2026-05-07 | English | ||
| 45992212 | 8-K | 2026-05-06 | English | ||
| 45992239 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 33268138 | ARS - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | ||
| 45992247 | DEFA14A | 2026-04-03 | English | ||
| 33267800 | DEF 14A - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | ||
| 33116364 | 8-K - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-31 | English | ||
| 33063658 | SCHEDULE 13G/A - ROYAL GOLD INC (0000085535) (Subject) | 2026-03-27 | English | ||
| 32878244 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878245 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878246 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878247 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878248 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878249 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
Market data
Market data not available
Price history
Peer group · Other credit granting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Muthoot Microfin Limited
Provides microfinance and digital tools to rural women for …
|
MUTHOOTMF | IN | Financial and insurance activit… |
|
N1 HOLDINGS LIMITED
Provides commercial lending, mortgage brokerage, and invest…
|
N1H | AU | Financial and insurance activit… |
|
Nalin Lease Finance Ltd.
Provides hire purchase, leasing, and vehicle financing in s…
|
531212 | IN | Financial and insurance activit… |
|
NATIONAL RURAL UTILITIES COOPERATIVE FINANCE CORP /DC/
A member-owned, nonprofit finance cooperative for America's…
|
NRUC | US | Financial and insurance activit… |
|
NAVIENT CORP
Provides private student loans, asset recovery, and busines…
|
NAVI | US | Financial and insurance activit… |
|
Nawi Group Ltd.
Provides non-bank credit and financing solutions to the bus…
|
NAWI | IL | Financial and insurance activit… |
|
Nayifat Finance Co.
Provides Sharia-compliant personal and SME financing throug…
|
4081 | SA | Financial and insurance activit… |
|
N. B. I. Industrial Finance Company Limited
NBFC specializing in corporate credit, financial assistance…
|
NBIFIN | IN | Financial and insurance activit… |
|
Neil Industries Ltd.
Offers credit solutions, investment activities, and loans f…
|
539016 | IN | Financial and insurance activit… |
|
NELNET INC
A diversified service company in student loan servicing, fi…
|
NNI | US | Financial and insurance activit… |
ROYAL GOLD INC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/30473/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30473 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=30473 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=30473 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 30473}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for ROYAL GOLD INC (id: 30473)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.