
PERMIAN BASIN ROYALTY TRUST — Investor Relations & Filings
Permian Basin Royalty Trust is an express trust whose principal assets are net overriding royalty interests in various oil and natural gas properties. The Trust's holdings consist of a 75% net overriding royalty interest in the Waddell Ranch properties in Crane County, Texas, and a 95% net overriding royalty interest in other producing royalty properties in Texas. These interests were originally carved out by Southland Royalty Company. The Trust's function is to collect the net proceeds from the production and sale of oil and gas from these properties and distribute them to the holders of its units of beneficial interest. The Trust does not conduct any operational activities related to the underlying properties.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-19 | English | |
| 8-K | 2026-05-18 | English | |
| 10-Q | 2026-05-14 | English | |
| 8-K | 2026-05-08 | English | |
| 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English |
Browse filings by year
32 years- 2026 12 filings
- 2025 38 filings
- 2024 19 filings
- 2023 19 filings
- 2022 23 filings
- 2021 20 filings
- 2020 18 filings
- 2019 16 filings
- 2018 17 filings
- 2017 18 filings
- 2016 17 filings
- 2015 16 filings
- 2014 28 filings
- 2013 16 filings
- 2012 17 filings
- 2011 18 filings
- 2010 18 filings
- 2009 20 filings
- 2008 16 filings
- 2007 16 filings
- 2006 23 filings
- 2005 30 filings
- 2004 16 filings
- 2003 12 filings
- 2002 6 filings
- 2001 8 filings
- 2000 5 filings
- 1999 9 filings
- 1998 6 filings
- 1997 6 filings
- 1996 5 filings
- 1995 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 46544659 | 8-K | 2026-05-19 | English | ||
| 46387730 | 8-K | 2026-05-18 | English | ||
| 46076227 | 10-Q | 2026-05-14 | English | ||
| 46068642 | 8-K | 2026-05-08 | English | ||
| 41966395 | 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-05-06 | English | ||
| 46068655 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 34692263 | 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-04-20 | English | ||
| 33064592 | 10-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-03-27 | English | ||
| 33000414 | 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-03-20 | English | ||
| 32879579 | 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-02-17 | English | ||
| 32879580 | 8-K - PERMIAN BASIN ROYALTY TRUST (0000319654) (Filer) | 2026-02-10 | English | ||
| 17945855 | 8-K Filing | 2026-01-20 | English | ||
|
2025
3 filings
| |||||
| 17945857 | 8-K Filing | 2025-12-30 | English | ||
| 17945856 | SCHEDULE 13D/A Filing | 2025-12-29 | English | ||
| 17945854 | 4 Filing | 2025-12-22 | English | ||
Market data
Market data not available
Price history
Peer group · Activities of trust, estate and agency accounts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Dominion International Investments Inc.
Cross-border asset management and strategic investment advi…
|
— | CA | Financial and insurance activit… |
|
FORRÁS Trust and Investment Company
Asset management firm investing in companies, equities, and…
|
DELTA | HU | Financial and insurance activit… |
|
FRENKEL TOPPING GROUP PLC
A firm offering financial and litigation support for person…
|
FEN | GB | Financial and insurance activit… |
|
Gaz-servis ao
Financial firm providing brokerage for energy markets and s…
|
GAZS | RU | Financial and insurance activit… |
|
Group Psagot For Finance And Investments Ltd.
Investment house offering financial solutions and trust ser…
|
GPST | IL | Financial and insurance activit… |
|
HEALTHEQUITY, INC.
Administrator of Health Savings Accounts and other consumer…
|
HQY | US | Financial and insurance activit… |
|
Hermes Financial Inc.
Professional services firm specializing in financial manage…
|
RMS | CA | Financial and insurance activit… |
|
IntegraFin Holdings PLC
Provides technology and services for UK financial advisers …
|
IHP | GB | Financial and insurance activit… |
|
Internet Gold-Golden Lines Ltd.
A former communications holding company, now operating as a…
|
IGLD-M | IL | Financial and insurance activit… |
|
INTERTRUST SPV (CAYMAN) LIMITED, ACTING AS TRUSTEE OF THE ENERGUATE TRUST
Functions as a trustee for a financial trust, facilitating …
|
6Y2B | KY | Financial and insurance activit… |
PERMIAN 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/32367/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32367 | 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=32367 | 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=32367 \ -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": 32367}, 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 PERMIAN BASIN ROYALTY TRUST (id: 32367)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.