[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Slovakia](/companies/countries/slovakia/)
 / 
**0OFW**

![EKOSTAV, a.s. logo](https://cdn.financialreports.eu/financialreports/media/EKOSTAV%2C%20a.s./other/EKOSTAV_a.s.-logo.png)

# EKOSTAV, a.s. — Investor Relations & Filings

Ticker · **0OFW**
ISIN · **CS0005046754**
LEI · **097900BGMT0000061641**
IL
Construction

[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
SK
Slovakia

Listing
IL
0OFW

## About EKOSTAV, a.s.

<http://www.ekostavas.cz/>

EKOSTAV, a.s. is a construction company with a primary focus on underground construction. The company's service portfolio also includes building construction, encompassing both new builds and renovations, as well as a wide range of civil engineering projects and their reconstructions. This includes infrastructure such as wastewater treatment plants, sewage systems, and water purification plants. Additionally, the company is a manufacturer and supplier of steel structures, providing everything from concrete reinforcement to finished steel products to support its diverse construction activities.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for EKOSTAV, a.s.. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/ekostav-as/)
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 · Construction of other civil engineering projects

247 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**Active Infrastructures Limited**](/companies/active-infrastructures-limited/) Develops and manages civil engineering and urban infrastruc… | ACTIVEINFR | IN | Construction |
| [**Afcons Infrastructure Limited**](/companies/afcons-infrastructure-limited/) Global engineering and construction firm specializing in co… | AFCONS | IN | Construction |
| [**Affluent Foundation Holdings Limited**](/companies/affluent-foundation-holdings-limited/) Provides specialized foundation and civil engineering, incl… | 1757 | HK | Construction |
| [**AF Gruppen**](/companies/af-gruppen/) Contractor for civil engineering, construction, property, e… | AFG | NO | Construction |
| [**AGRA Inc.**](/companies/agra-inc/) Specialized engineering and construction firm for industria… | — | CA | Construction |
| [**AHMAD ZAKI RESOURCES BHD**](/companies/ahmad-zaki-resources-bhd/) Investment holding company and contractor for civil and str… | — | MY | Construction |
| [**Anhui Construction Engineering Group Corporation Limited**](/companies/anhui-construction-engineering-group-corporation-limited/) Provides engineering, construction, and infrastructure serv… | 600502 | CN | Construction |
| [**ARK RESOURCES HOLDINGS BERHAD**](/companies/ark-resources-holdings-berhad/) Investment holding and management services for a group spec… | — | MY | Construction |
| [**ARTSON LIMITED**](/companies/artson-limited/) EPC firm specializing in industrial infrastructure for oil,… | 522134 | IN | Construction |
| [**ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED**](/companies/asia-allied-infrastructure-holdings-limited/) Investment holding company focused on infrastructure, const… | 711 | HK | Construction |

Page **1** of **25**

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

### EKOSTAV, a.s. 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 ID14848

Ticker0OFW

ISINCS0005046754

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/14848/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14848 | 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=14848 | 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 EKOSTAV, a.s.

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

#### 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 nameEKOSTAV, a.s.

Founded1992

HQKošice-mestská časť Juh, SK

ListingIL

ISINCS0005046754

LEI097900BGMT0000061641

Sector[Construction](/companies/sectors/construction/)

Industry[Construction of other civil engineering projects](/companies/sectors/construction/construction-of-other-civil-engineering-projects/)

#### Coverage

Filings indexed
0

#### Social

[LinkedIn](linkedin.com/company/ekostav-a-s "LinkedIn")

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