[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Canada](/companies/countries/canada/)
 / 
**Addax Petroleum Corporation**

![Addax Petroleum Corporation logo](https://cdn.financialreports.eu/financialreports/media/Addax%20Petroleum%20Corporation/other/Addax_Petroleum_Corporation-logo.png)

# Addax Petroleum Corporation — Investor Relations & Filings

ISIN · **CA00652V1022**
TSX
Mining and quarrying

[Open in API](/api-solutions/)

Overview

Filings 0
Market data
Peer group
API

Filings indexed
0
across all filing types

Latest filing
—
no filings yet

Country
CA
Canada

Listing
TSX

## About Addax Petroleum Corporation

<http://www.addaxpetroleum.com>

Addax Petroleum Corporation is an international oil and gas exploration, development, and production company. The company is strategically focused on the successful exploration and production of crude oil, natural gas, and refined petroleum products. Operating primarily across Africa, the Middle East, and Europe, Addax Petroleum aims to create sustainable economic and social value by supplying energy and petrochemical products to global markets.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Addax Petroleum Corporation. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/addax-petroleum-corporation/)
Report missing filing

Download originals
Download Markdown

### No filings match the current filters

Try clearing the filters, or report a missing filing.

## Market data

### Market data not available

Last price

Market cap

volume

Day range

today

52-week range

trailing

### Price history

1Y
5Y
10Y

## Peer group · Extraction of crude petroleum

699 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**88 Energy Limited**](/companies/88-energy-limited/) Oil and gas E&P firm with producing assets in Texas and exp… | 88E | AU | Mining and quarrying |
| [**9416471 CANADA INC.**](/companies/9416471-canada-inc/) Exploration and development company specializing in oil san… | SWE | CA | Mining and quarrying |
| [**Abacan Resource Corporation**](/companies/abacan-resource-corporation/) Historical resource exploration and development entity, ban… | ABC | CA | Mining and quarrying |
| [**Abington Resources Ltd.**](/companies/abington-resources-ltd/) Focused on exploration and development of oil, gas, and min… | ABL | CA | Mining and quarrying |
| [**Abu Dhabi National Energy Co PJSC 4.75% Mar2037**](/companies/abu-dhabi-national-energy-co-pjsc-475-mar2037/) Government-controlled diversified utilities and energy grou… | XSTAQA0337 | AE | Mining and quarrying |
| [**Accrete Energy Inc.**](/companies/accrete-energy-inc/) Specializes in upstream oil and gas E&P and sustainable ene… | GZ | CA | Mining and quarrying |
| [**ACP Energy plc**](/companies/acp-energy-plc/) A mining royalty and streaming company focused on the upstr… | ACPE | GB | Mining and quarrying |
| [**ADM ENERGY PLC**](/companies/adm-energy-plc/) A natural resources investing company focused on the oil an… | ADME | GB | Mining and quarrying |
| [**Advantagewon Oil Corp.**](/companies/advantagewon-oil-corp/) Energy entity focused on hydrocarbon production and diversi… | AOC | CA | Mining and quarrying |
| [**ADX ENERGY LTD**](/companies/adx-energy-ltd/) Explores and produces oil, gas, and renewable energy resour… | ADX | AU | Mining and quarrying |

Page **1** of **70**

1
[2](?peer_page=2#peers)
[3](?peer_page=3#peers)
…
[Next](?peer_page=2#peers)

### Addax Petroleum 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.

[Get API access](/api-solutions/)
[Read API reference](/developers/reference/)

Base URLapi.financialreports.eu

Auth headerx-api-key

Company ID45746

ISINCA00652V1022

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/45746/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=45746 | 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=45746 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |

Full reference: [API reference](/developers/reference/) · [OpenAPI schema](/api/schema/)

### cURL

latest filings for Addax Petroleum Corporation

```
$ curl https://api.financialreports.eu/api/filings/?company=45746 \
    -H "x-api-key: $FR_API_KEY" \
    -H "Accept: application/json"
```

### Python

requests

```
import requests

r = requests.get(
    "https://api.financialreports.eu/api/filings/",
    params={"company": 45746},
    headers={"x-api-key": API_KEY},
)
filings = r.json()["results"]
```

### MCP server

Claude · Claude Code · ChatGPT

[Claude setup →](/integrations/claude/)
[ChatGPT setup →](/integrations/chatgpt/)
[Claude Code setup →](/integrations/claude-code/)

```
// MCP server URL
https://mcp.financialfilings.com/mcp

// Once connected, the LLM can query this company directly:
"Pull the latest 5 filings for Addax Petroleum Corporation (id: 45746)"
```

#### AI · Markdown

Filings as Markdown

Drop the latest filing into Claude or ChatGPT, or query via MCP from your client.

[Browse filings↗](#filings)
[Open in MCP↗](/integrations/claude/)
[cURL endpoint$](/api-solutions/)

#### Identity

Legal nameAddax Petroleum Corporation

HQCA

ListingTSX

ISINCA00652V1022

Sector[Mining and quarrying](/companies/sectors/mining-and-quarrying/)

Industry[Extraction of crude petroleum](/companies/sectors/mining-and-quarrying/extraction-of-crude-petroleum/)

#### Coverage

Filings indexed
0

### Report missing filing

Can't find a specific document? Let us know and we'll add it within 24 hours.

What is missing or wrong?

Your email

We will notify you once the filing is added.

Cancel

Send report
Sending…

Report sent

Thank you. We will check the data and update it shortly.

×

(function() {
const tabs = document.querySelectorAll('.cmp-tabs-wrap .fr-tab');
const panes = document.querySelectorAll('.tab-pane');
function activate(target, pushHash) {
tabs.forEach(t => {
const isActive = t.dataset.tab === target;
t.classList.toggle('fr-tab--active', isActive);
t.setAttribute('aria-selected', isActive ? 'true' : 'false');
});
panes.forEach(p => {
const isActive = p.dataset.pane === target;
p.classList.toggle('tab-pane--active', isActive);
p.hidden = !isActive;
});
if (pushHash) {
try { history.replaceState(null, '', '#' + target); } catch (e) {}
}
}
tabs.forEach(tab => {
tab.addEventListener('click', () => { activate(tab.dataset.tab, true); window.scrollTo({ top: 0, behavior: 'instant' }); });
});
const initial = (window.location.hash || '').replace('#', '');
const validTabs = ['overview', 'filings', 'financials', 'market', 'peers', 'api'];
const legacyMap = { 'market-data': 'market', 'peer-group': 'peers' };
let target = legacyMap[initial] || (validTabs.indexOf(initial) >= 0 ? initial : 'overview');
if (target !== 'overview') activate(target, false);
})();