
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 |
|---|---|---|---|
| News release - English.pdf | 2026-04-23 | English | |
| News release - English.pdf | 2026-04-21 | English | |
| News release - English.pdf | 2026-04-21 | English | |
| Notice of the meeting and record date - French.pdf | 2026-04-17 | French | |
| Notice of the meeting and record date - English.pdf | 2026-04-17 | English | |
| News release - English.pdf | 2026-04-09 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sintokogio,Ltd.
Manufacturer of foundry, surface treatment, and material ha…
|
6339 | JP | Manufacturing |
|
Starokramatorsk Engineering Plant
Designs and manufactures machinery, equipment, and speciali…
|
KRBD | UA | Manufacturing |
|
Suzhou Mingzhi Technology Co., Ltd.
Develops high-end foundry equipment and produces precision …
|
688355 | CN | Manufacturing |
|
Taier Heavy Industry Co., Ltd.
Manufactures metallurgical equipment and core components fo…
|
002347 | CN | Manufacturing |
|
ZHONGZHONG SCIENCE & TECHNOLOGY(TIANJIN)CO., LTD.
Develops and manufactures metallurgical equipment and rolli…
|
603135 | CN | Manufacturing |
|
三友科技
Develops and manufactures specialized equipment for non-fer…
|
920475 | 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.