
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 |
|---|---|---|---|
| 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 | |
| DEF 14A - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English |
Browse filings by year
27 years- 2026 26 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
| |||||
| 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 | ||
| 32878250 | 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 |
|---|---|---|---|
|
360 CAPITAL MORTGAGE REIT
Invests in mortgage loans and debt instruments secured by r…
|
TCF | AU | Financial and insurance activit… |
|
Aadhar Housing Finance Limited
Provides mortgage loans and financial products for the low-…
|
AADHARHFC | IN | Financial and insurance activit… |
|
Aastamangalam Finance Limited
NBFC providing gold, business, and personal loans to SMEs a…
|
511764 | IN | Financial and insurance activit… |
|
AAVAS Financiers Limited
Provides housing finance to low and middle-income segments …
|
AAVAS | IN | Financial and insurance activit… |
|
ABANS FINANCIAL SERVICES LIMITED
NBFC providing credit facilities and liquidity solutions to…
|
AFSL | IN | Financial and insurance activit… |
|
Abhinav Capital Services Limited
Provides financing, investment management, and credit solut…
|
532057 | IN | Financial and insurance activit… |
|
Abhishek Finlease limited
Provides credit facilities, loans, and financial consultanc…
|
538935 | IN | Financial and insurance activit… |
|
Abirami Financial Services (India)
Provides asset-based financing, leasing, and hire purchase …
|
511756 | IN | Financial and insurance activit… |
|
Accord Financial Corp.
Delivers flexible, asset-based financing solutions for busi…
|
ACD | CA | Financial and insurance activit… |
|
ACOM CO.,LTD.
A consumer financing company offering loans, credit cards, …
|
8572 | JP | 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.