[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[India](/companies/countries/india/)
 / 
**ATMASTCO**

![Atmastco Limited logo](https://cdn.financialreports.eu/financialreports/media/Atmastco%20Limited/other/Atmastco_Limited-logo.png)

# Atmastco Limited — Investor Relations & Filings

Ticker · **ATMASTCO**
ISIN · **INE05DH01017**
LEI · **335800LEKLGQ7BY6J638**
National Stock Exchange of India
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
IN
India

Listing
National Stock Exchange of India
ATMASTCO

## About Atmastco Limited

<https://www.atmastco.com>

Atmastco Limited specializes in the design, engineering, and fabrication of heavy industrial structures and specialized equipment. The company provides a comprehensive range of products, including structural steel for power plants, refineries, and cement factories, alongside pressure vessels and industrial tanks. Its core capabilities encompass the manufacturing of complex components for large-scale infrastructure and industrial facilities. Atmastco offers integrated solutions through its manufacturing units, focusing on precision engineering and high-quality fabrication standards. The company serves diverse sectors such as energy, mining, and heavy manufacturing, delivering customized structural components and equipment tailored to specific technical requirements. Its operations include the supply of fabricated steel structures for industrial applications, supported by advanced engineering and project management expertise.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Atmastco Limited. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/atmastco-limited/)
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 structural metal products

180 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**2242749 Ontario Limited**](/companies/2242749-ontario-limited/) Manufactures and markets infrastructure products and engine… | ARF | CA | Manufacturing |
| [**ABAS Protect AB**](/companies/abas-protect-ab/) Develops, manufactures, and sells area protection products … | ABAS | SE | Manufacturing |
| [**Acrow (India) Ltd.**](/companies/acrow-india-ltd/) Designs and manufactures formwork, scaffolding, and materia… | 513149 | IN | Manufacturing |
| [**Advanced Building Industries Co.**](/companies/advanced-building-industries-co/) Manufactures and supplies structural steel products and int… | 2240 | SA | Manufacturing |
| [**Ahlada Engineers Limited**](/companies/ahlada-engineers-limited/) Designs and manufactures steel doors, windows, and furnitur… | AHLADA | IN | Manufacturing |
| [**Ahmedabad Steelcraft Ltd.**](/companies/ahmedabad-steelcraft-ltd/) Produces and exports steel window sections, door frames, an… | 522273 | IN | Manufacturing |
| [**AJIYA BERHAD**](/companies/ajiya-berhad/) Manufacturer of building materials, metal roofing, safety g… | — | MY | Manufacturing |
| [**Al-Babtain Power and Telecommunication Co.**](/companies/al-babtain-power-and-telecommunication-co/) Supplies steel towers, poles, and structural solutions for … | 2320 | SA | Manufacturing |
| [**ALFABS AUSTRALIA LIMITED**](/companies/alfabs-australia-limited/) Provides engineering, fabrication, and equipment services f… | AAL | AU | Manufacturing |
| [**ALINCO INCORPORATED**](/companies/alinco-incorporated/) A diversified manufacturer of construction, housing, fitnes… | 5933 | JP | Manufacturing |

Page **1** of **18**

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

### Atmastco Limited 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 ID59281

TickerATMASTCO

ISININE05DH01017

### Endpoints

most-used routes for this company

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

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

#### 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 nameAtmastco Limited

HQBHILAI, IN

ListingNational Stock Exchange of India

ISININE05DH01017

LEI335800LEKLGQ7BY6J638

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

Industry[Manufacture of structural metal products, tanks, reservoirs and steam generators](/companies/sectors/manufacturing/manufacture-of-structural-metal-products-tanks-reservoirs-and-steam-generators/)

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