[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
Ukraine
 / 
**TATM**

![UKRENERGYMACHINES logo](https://cdn.financialreports.eu/financialreports/media/UKRENERGYMACHINES/other/UKRENERGYMACHINES-logo.png)

# UKRENERGYMACHINES — Investor Relations & Filings

Ticker · **TATM**
ISIN · **UA4000025043**
Ukrainian Stock Exchange
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
UA
Ukraine

Listing
Ukrainian Stock Exchange
TATM

## About UKRENERGYMACHINES

<https://ukrenergymachines.com/en>

JSC Ukrainian Energy Machines, formed from the merger of Turboatom and Electrotyazhmash, is a manufacturer of power engineering equipment. The company specializes in the design, production, and servicing of steam turbines for nuclear, thermal, and heat and power plants. It also produces hydraulic turbines, along with turbo-generators and hydro-generators, for hydroelectric and pumped-storage power plants. The company's scope covers the entire equipment lifecycle, from research, development, and manufacturing to installation supervision, commissioning, maintenance, and modernization. Its product portfolio also extends to other electrical machinery, including motors for transportation.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for UKRENERGYMACHINES. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/ukrenergymachines/)
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 engines and turbines, except aircraft, vehicle and cycle engines

78 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**2G Energy AG**](/companies/2g-energy-ag/) Manufactures combined heat and power (CHP) systems for dece… | 2GB | DE | Manufacturing |
| [**AAER Inc.**](/companies/aaer-inc/) Manufactured high-capacity, megawatt-sized wind turbines fo… | AAE | CA | Manufacturing |
| [**AERIS IND. E COM. DE EQUIP. PARA GER. DE ENG. S.A.**](/companies/aeris-ind-e-com-de-equip-para-ger-de-eng-sa/) Manufactures wind turbine blades and provides services for … | — | BR | Manufacturing |
| [**Akasaka Diesels Ltd.**](/companies/akasaka-diesels-ltd/) Specialized manufacturer of marine diesel engines and relat… | 6022 | JP | Manufacturing |
| [**Anhui Quanchai Engine Co.,Ltd**](/companies/anhui-quanchai-engine-coltd/) Manufacturer of multi-cylinder diesel engines for agricultu… | 600218 | CN | Manufacturing |
| [**Aquarius Engines AM Ltd.**](/companies/aquarius-en/) Develops free-piston linear engines for grid-independent po… | AQUA | IL | Manufacturing |
| [**Aqylon Nexus Limited**](/companies/aqylon-nexus-limited/) Engineers ORC turbines to convert low-temperature heat into… | AQYLON | IN | Manufacturing |
| [**Blue Shark Power System**](/companies/blue-shark-power-system/) Designs and assembles hydrokinetic turbines for clean energ… | MLBSP | FR | Manufacturing |
| [**CAPE INDUSTRIES LTD.**](/companies/cape-industries-ltd/) Manufactures and supplies cylinder liners for large ship en… | 064820 | KR | Manufacturing |
| [**CHANGCHAI COMPANY,LIMITED**](/companies/changchai-companylimited/) Produces small and medium diesel engines for agricultural a… | 000570 | CN | Manufacturing |

Page **1** of **8**

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

### UKRENERGYMACHINES 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 ID2418

TickerTATM

ISINUA4000025043

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/2418/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=2418 | 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=2418 | 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 UKRENERGYMACHINES

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

#### 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 nameUKRENERGYMACHINES

Founded1932

HQKharkov, UA

ListingUkrainian Stock Exchange

ISINUA4000025043

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

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

#### Coverage

Filings indexed
0

#### Social

[Twitter](https://twitter.com/Turboatom_PJSC "Twitter")

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