
SAN JUAN BASIN ROYALTY TRUST — Investor Relations & Filings
San Juan Basin Royalty Trust is an express grantor trust established in 1980. The Trust's principal asset is a 75% net overriding royalty interest in the production from specific oil and gas properties located in the San Juan Basin of northwestern New Mexico. The primary function of the Trust, administered by a trustee, is to collect the net proceeds generated from this royalty interest. After deducting administrative expenses and any amounts for cash reserves, the trustee distributes the remaining income to the Trust's unitholders. As a passive entity, the Trust does not engage in any business or commercial activities, nor can it acquire additional properties. Its role is strictly limited to the collection and distribution of income from its fixed asset base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-18 | English | |
| 10-Q | 2026-05-14 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-04-20 | English | |
| 10-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-03-27 | English | |
| 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-03-20 | English |
Browse filings by year
33 years- 2026 10 filings
- 2025 22 filings
- 2024 23 filings
- 2023 30 filings
- 2022 18 filings
- 2021 20 filings
- 2020 18 filings
- 2019 21 filings
- 2018 20 filings
- 2017 22 filings
- 2016 59 filings
- 2015 21 filings
- 2014 21 filings
- 2013 21 filings
- 2012 22 filings
- 2011 19 filings
- 2010 23 filings
- 2009 18 filings
- 2008 23 filings
- 2007 23 filings
- 2006 17 filings
- 2005 17 filings
- 2004 22 filings
- 2003 107 filings
- 2002 33 filings
- 2001 11 filings
- 2000 14 filings
- 1999 27 filings
- 1998 10 filings
- 1997 7 filings
- 1996 7 filings
- 1995 7 filings
- 1994 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46387174 | 8-K | 2026-05-18 | English | ||
| 46089496 | 10-Q | 2026-05-14 | English | ||
| 46069414 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 34693444 | 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-04-20 | English | ||
| 33064955 | 10-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-03-27 | English | ||
| 33000219 | 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-03-20 | English | ||
| 32879582 | 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-02-20 | English | ||
| 32879583 | 8-K - SAN JUAN BASIN ROYALTY TRUST (0000319655) (Filer) | 2026-02-17 | English | ||
| 17949980 | SCHEDULE 13G/A Filing | 2026-01-28 | English | ||
| 17949978 | 8-K Filing | 2026-01-20 | English | ||
|
2025
5 filings
| |||||
| 17949979 | 8-K Filing | 2025-12-19 | English | ||
| 9291864 | 8-K | 2025-11-17 | English | ||
| 9291866 | 10-Q | 2025-11-13 | English | ||
| 9291867 | Major Shareholding Notification 2025 | 2025-11-05 | English | ||
| 9291868 | Major Shareholding Notification 2025 | 2025-10-28 | English | ||
Market data
Market data not available
Price history
Peer group · Extraction of natural gas
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D ENERGI LIMITED
Explores offshore hydrocarbon assets using advanced geophys…
|
TDO | AU | Mining and quarrying |
|
Advantage Energy Ltd.
Growth-oriented producer of natural gas and liquids focused…
|
AAV | CA | Mining and quarrying |
|
Advent Energy Capital Inc.
Manages oil and gas exploration assets and develops advance…
|
— | CA | Mining and quarrying |
|
Africa Energy Corp.
Oil and gas exploration focused on identifying and developi…
|
AFE | CA | Mining and quarrying |
|
AleAnna, Inc.
Natural gas exploration and production company focused on r…
|
ANNA | US | Mining and quarrying |
|
Altai Resources Inc.
Explores and develops diversified properties including oil,…
|
ATI | CA | Mining and quarrying |
|
Altura Energy Corporation
US exploration and production of high-grade, low-cost "Gree…
|
ALTU | CA | Mining and quarrying |
|
Alvopetro Energy Ltd.
Developing natural gas and oil resources in the onshore Rec…
|
ALV | CA | Mining and quarrying |
|
ANGUS ENERGY PLC
An independent onshore energy company developing and operat…
|
ANGS | GB | Mining and quarrying |
|
ANTERO RESOURCES Corp
Explores and produces natural gas, NGLs, and oil in the App…
|
AR | US | Mining and quarrying |
SAN JUAN BASIN ROYALTY TRUST 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/33423/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33423 | 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=33423 | 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=33423 \ -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": 33423}, 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 SAN JUAN BASIN ROYALTY TRUST (id: 33423)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.