
PyroGenesis Inc. — Investor Relations & Filings
PyroGenesis Inc. is a world leader in the design, development, and commercialization of advanced plasma processes and sustainable solutions for heavy industry. The company provides ultra-high temperature engineering expertise and turnkey process equipment. Key product lines include high-performance plasma torches, plasma atomized metal powders for additive manufacturing, and environmental systems. Specific commercialized solutions are the DROSRITE™ system for aluminum and zinc dross recovery, and various plasma waste destruction technologies (e.g., PAWDS for shipboard waste, SPARC for refrigerants). PyroGenesis serves the defense, metallurgical, mining, oil & gas, and environmental sectors, operating under ISO 9001:2015 and AS9100D standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Annual information form - English.pdf | 2025-04-01 | English | |
| Annual MD&A - English.pdf | 2025-04-01 | English | |
| ON form 13-502F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-04-01 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-04-01 | English | |
| Audited annual financial statements – English.pdf | 2025-04-01 | English | |
| News release - English.pdf | 2025-04-01 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China First Heavy Industries
Produces heavy-duty equipment for nuclear, petrochemical, a…
|
601106 | CN | Manufacturing |
|
Danieli & C
Global supplier of equipment and plants for the entire meta…
|
DAN | IT | Manufacturing |
|
Deem Roll Tech Limited
Designs and manufactures high-performance rolls for the glo…
|
DEEM | IN | Manufacturing |
|
Disa India Ltd.
Provides advanced foundry machinery, molding lines, and sur…
|
DISAQ | IN | Manufacturing |
|
Electrotherm (India) Ltd
Manufactures metallurgical equipment and steel products wit…
|
ELECTHERM | IN | Manufacturing |
|
JOHN COCKERILL INDIA LIMITED
Designs and manufactures advanced equipment and processing …
|
COCKERILL | IN | Manufacturing |
|
KONASOL CO.,LTD
Manufactures fabricated metal products using titanium carbi…
|
176590 | KR | Manufacturing |
|
PARKER CORPORATION
A trading and manufacturing company of industrial products,…
|
9845 | JP | Manufacturing |
|
Qinhuangdao Tianqin Equipment Manufacturing Co.,Ltd.
Develops molten metal purification and casting equipment fo…
|
300922 | CN | Manufacturing |
|
SINOMACH HEAVY EQUIPMENT GROUP CO.,LTD.
Researches and manufactures large-scale heavy machinery and…
|
601399 | CN | Manufacturing |
PyroGenesis Inc. 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/46867/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=46867 | 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=46867 | 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=46867 \ -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": 46867}, 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 PyroGenesis Inc. (id: 46867)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.