
Canfor Corporation — Investor Relations & Filings
Canfor Corporation is a global leader in the manufacturing of integrated forest products, specializing in the delivery of sustainable, high-quality, low-carbon wood solutions to markets worldwide. The company's core product portfolio includes softwood lumber, dimension lumber, remanufactured and engineered wood products primarily utilized in construction. Canfor is also a significant producer of pulp and paper, wood pellets, and green energy. The organization emphasizes safety, sustainability, and innovation across its operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Early warning report.PDF | 2026-03-17 | English | |
| News release - English.pdf | 2026-03-17 | English | |
| Material contracts - Credit agreements.pdf | 2026-03-11 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2026-03-06 | English | |
| 52-109F1 - Certification of annual filings - CFO (E).pdf | 2026-03-06 | English | |
| Annual information form - English.pdf | 2026-03-06 | English |
Market data
Market data not available
Price history
Peer group · Sawmilling and planing of wood
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Biofactory Spolka Akcyjna
Producer of wooden products and sawmill items from certifie…
|
BFC | PL | Manufacturing |
|
China Wood International Holding Co., Limited
Investment holding company focused on wood processing, dist…
|
1822 | HK | Manufacturing |
|
Conifex Timber Inc.
A forest products company focused on timber harvesting, saw…
|
CFF | CA | Manufacturing |
|
Doman Building Materials Group
North American wholesale distributor of building materials,…
|
DBM | CA | Manufacturing |
|
Eacom Timber Corporation
Manufactures and distributes lumber, wood chips, and wood p…
|
— | CA | Manufacturing |
|
EVERMASTER GROUP BERHAD
An investment holding company involved in integrated timber…
|
— | MY | Manufacturing |
|
GOLDEN PHAROS BHD
Investment holding company in timber industry and tempered …
|
— | MY | Manufacturing |
|
GreenFirst Forest Products Inc.
Produces and distributes high-quality softwood lumber throu…
|
GFP | US | Manufacturing |
|
Interfor Corporation
One of the world's largest forest products companies specia…
|
IFP | CA | Manufacturing |
|
Interwood-Xylemporia A.T.E.N.E.
Manufacturer and trader of timber, industrial wood products…
|
XYLEK | GR | Manufacturing |
Canfor 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/42524/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42524 | 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=42524 | 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=42524 \ -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": 42524}, 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 Canfor Corporation (id: 42524)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.