[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Sweden](/companies/countries/sweden/)
 / 
**IMPC**

![Impact Coatings AB logo](https://cdn.financialreports.eu/financialreports/media/Impact%20Coatings%20AB/other/Impact_Coatings_AB-logo.png)

# Impact Coatings AB — Investor Relations & Filings

Ticker · **IMPC**
ISIN · **SE0001279142**
LEI · **549300FYU5MJQU32ZU47**
ST
Manufacturing

[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
SE
Sweden

Listing
ST
IMPC

## About Impact Coatings AB

<https://impactcoatings.com/>

Impact Coatings AB is a global provider of Physical Vapor Deposition (PVD) coating solutions. The company operates as a full-service provider, offering PVD coating systems, coating services, and specialized expertise. Its core products include the INLINECOATER™ family of compact, modular systems designed for cost-efficient, high-volume production. The company's clean PVD technology is focused on key markets, including energy solutions and industrial metallization. In the energy sector, it develops performance-enhancing coatings for critical components in fuel cells and electrolyzers, such as separator plates. For industrial applications, its metallization solutions for plastics provide a sustainable alternative to traditional hazardous plating processes, serving industries like automotive. Impact Coatings supports customers from prototyping to mass production through flexible delivery models.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Impact Coatings AB. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/impact-coatings-ab/)
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 · Manufacture of other special-purpose machinery

520 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**333D LIMITED**](/companies/333d-limited/) Provides additive manufacturing, 3D printing, scanning, and… | T3D | AU | Manufacturing |
| [**3DM Digital Manufacturing Ltd.**](/companies/3dm-digital-manufacturing-ltd/) Develops patented SLS 3D printing technology for industrial… | DM3 | IL | Manufacturing |
| [**3REN BERHAD**](/companies/3ren-berhad/) Provides digitalized automation solutions & engineering ser… | — | MY | Manufacturing |
| [**3S KOREA CO., LTD**](/companies/3s-korea-co-ltd/) Manufactures semiconductor wafer carriers and environmental… | 060310 | KR | Manufacturing |
| [**AB DYNAMICS PLC**](/companies/ab-dynamics-plc/) Supplier of advanced testing and simulation solutions for t… | ABDP | GB | Manufacturing |
| [**ABRIL PAPER TECH LIMITED**](/companies/abril-paper-tech-limited/) Provides engineering, machinery, and turnkey solutions for … | 544500 | IN | Manufacturing |
| [**ACM Research, Inc.**](/companies/acm-research-inc/) Develops and sells wafer fabrication equipment for the glob… | ACMR | US | Manufacturing |
| [**ACM RESEARCH(SHANGHAI),INC.**](/companies/acm-researchshanghaiinc/) Develops advanced semiconductor wet cleaning and surface tr… | 688082 | CN | Manufacturing |
| [**Advanced Fiber Technologies (AFT) Income Fund**](/companies/advanced-fiber-technologies-aft-income-fund/) Specialized products and technologies for the fiber process… | AFT.UN | CA | Manufacturing |
| [**Advanced Micro-Fabrication Equipment Inc. China**](/companies/advanced-micro-fabrication-equipment-inc-china/) Develops plasma etching and MOCVD equipment for advanced se… | 688012 | CN | Manufacturing |

Page **1** of **52**

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

### Impact Coatings AB 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 ID8434

TickerIMPC

ISINSE0001279142

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/8434/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=8434 | 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=8434 | 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 Impact Coatings AB

```
$ curl https://api.financialreports.eu/api/filings/?company=8434 \
    -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": 8434},
    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 Impact Coatings AB (id: 8434)"
```

#### 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 nameImpact Coatings AB

HQLinköping, SE

ListingST

ISINSE0001279142

LEI549300FYU5MJQU32ZU47

Sector[Manufacturing](/companies/sectors/manufacturing/)

Industry[Manufacture of special-purpose machinery](/companies/sectors/manufacturing/manufacture-of-special-purpose-machinery/)

#### 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);
})();