
Parallel Energy Trust — Investor Relations & Filings
Parallel Energy Trust was an energy income trust established in March 2011. The Trust specialized in the acquisition and development of conventional oil and natural gas assets, with operations concentrated in the Mid-Continent Region of the United States. Its business model was structured to provide financial returns to unitholders, primarily through distributions derived from the production of long-life reserves. The Trust managed five distinct operating areas. Parallel Energy Trust ceased operations after filing for bankruptcy on November 9, 2015.
Recent filings
No filings indexed yet
We are still gathering filings for Parallel Energy Trust. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Extraction of crude petroleum
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Kolibri Global Energy Inc.
A North American energy company focused on oil and gas expl…
|
KGEI | US | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Engaged in global crude oil and natural gas exploration, de…
|
5O3B | SG | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
A national oil and gas company engaged in global E&P, oil s…
|
98EB | SG | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Integrated energy company focused on oil and gas E&P, crude…
|
1X6B | KR | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Energy enterprise focused on crude oil and natural gas E&P,…
|
5Z3B | SG | Mining and quarrying |
|
Kosmos Energy Ltd.
A deepwater exploration and production company focused on o…
|
KOS | US | Mining and quarrying |
|
KRISENERGY LTD.
Independent upstream oil and gas company focused on E&P. En…
|
66WB | SG | Mining and quarrying |
|
KRISENERGY LTD.
Specialized in oil and gas exploration, development, and pr…
|
66XB | SG | Mining and quarrying |
|
Labrador Resources Inc.
Oil and gas exploration and development company with key as…
|
LTX | CA | Mining and quarrying |
|
Landmark Oil & Gas Corp.
Acquires, explores, and develops properties in the upstream…
|
LMK | CA | Mining and quarrying |
Parallel Energy 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/46772/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=46772 | 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=46772 | 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=46772 \ -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": 46772}, 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 Parallel Energy Trust (id: 46772)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.