
Petrolex Energy Corporation — Investor Relations & Filings
Petrolex Group is an integrated energy conglomerate providing comprehensive services across the downstream petroleum sector, focused on redefining the energy landscape in select African markets. The company specializes in refining, large-scale storage, distribution, and retailing of petroleum products. Key infrastructure includes the Ibefun Tank Farm, West Africa’s largest privately-owned storage facility, boasting a 1.2 billion-liter capacity and supported by a 4,000-truck capacity trailer park. Petrolex is actively developing a 250,000 barrels per day refinery and associated gas processing and fertilizer plants. The group maintains extensive logistics networks, including marine services and the construction of a high-capacity pipeline designed to streamline product flow and significantly increase national throughput efficiency. The retail division operates premium service stations across its target regions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Material change report - English.pdf | 2002-07-04 | English | |
| Material change report - English.pdf | 2002-06-10 | English | |
| Material change report - English.pdf | 2002-06-03 | English | |
| Material change report - English.pdf | 2002-05-11 | English | |
| Material change report - English.pdf | 2002-05-02 | English | |
| Material change report - English.pdf | 2001-10-31 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of refined petroleum products; manufacture of fossil fuel products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEMETIS, INC
Produces low-carbon fuels and chemicals from renewable feed…
|
AMTX | US | Manufacturing |
|
Agarwal Industrial Corporation Limited
Integrated bitumen manufacturing, logistics, and trading wi…
|
AGARIND | IN | Manufacturing |
|
AMPOL LIMITED
Refines, imports, and distributes fuels and lubricants for …
|
ALD | AU | Manufacturing |
|
AP OIL INTERNATIONAL LIMITED
Manufactures lubricating oils and fluids, specializing in i…
|
5AU | SG | Manufacturing |
|
Arabian Petroleum Limited
Produces lubricants, oils, and greases for automotive and i…
|
ARABIAN | IN | Manufacturing |
|
Ashdod Refinery Ltd.
An oil refining company that processes crude oil into vario…
|
ARF | IL | Manufacturing |
|
Attock Refinery Limited
Pioneer in petroleum refining, processing crude oil and sup…
|
ATRL | PK | Manufacturing |
|
Bashneft ANK
Integrated oil and gas company with exploration, production…
|
BANE_p | RU | Manufacturing |
|
Bazan Oil Refineries Ltd.
An integrated refining and petrochemicals company producing…
|
ORL | IL | Manufacturing |
|
Bharat Petroleum Corpn. Ltd.
Integrated energy entity refining, distributing, and market…
|
BPCL | IN | Manufacturing |
Petrolex Energy Corporation 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/43542/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43542 | 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=43542 | 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=43542 \ -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": 43542}, 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 Petrolex Energy Corporation (id: 43542)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.