[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Germany](/companies/countries/germany/)
 / 
**9MQ**

![HWK 1365 SE logo](https://cdn.financialreports.eu/financialreports/media/HWK%201365%20SE/other/HWK_1365_SE-logo.png)

# HWK 1365 SE — Investor Relations & Filings

Ticker · **9MQ**
ISIN · **DE000A3CMG80**
LEI · **52990074939JQNKXRD43**
DU
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
DE
Germany

Listing
DU
9MQ

## About HWK 1365 SE

<https://www.hwk1365.de/en/>

HWK 1365 SE is a modern cast iron foundry and machine shop with a corporate history dating back to 1365. The company is a world-leading supplier of large calender rolls, which are high-tech mechanical engineering components essential for the production of paper and cardboard. Combining extensive expertise with efficient manufacturing processes, HWK 1365 SE serves the global paper industry with its specialized products.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for HWK 1365 SE. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/hwk-1365-se/)
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)

### HWK 1365 SE 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 ID35691

Ticker9MQ

ISINDE000A3CMG80

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/35691/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35691 | 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=35691 | 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 HWK 1365 SE

```
$ curl https://api.financialreports.eu/api/filings/?company=35691 \
    -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": 35691},
    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 HWK 1365 SE (id: 35691)"
```

#### 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 nameHWK 1365 SE

HQKönigsbronn, DE

ListingDU

ISINDE000A3CMG80

LEI52990074939JQNKXRD43

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