[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Malaysia](/companies/countries/malaysia/)
 / 
**AMTEK HOLDINGS BERHAD**

![AMTEK HOLDINGS BERHAD logo](https://cdn.financialreports.eu/financialreports/media/AMTEK%20HOLDINGS%20BERHAD/other/AMTEK_HOLDINGS_BERHAD-logo.png)

# AMTEK HOLDINGS BERHAD — Investor Relations & Filings

ISIN · **MYL7051OO005**
BURSA
Administrative and support service activities

[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
MY
Malaysia

Listing
BURSA

## About AMTEK HOLDINGS BERHAD

<https://www.amtek.com.my/>

AMTEK HOLDINGS BERHAD functions as an investment holding company, providing management services to its subsidiaries. The company previously engaged in manufacturing and trading activities but has since divested its core business. Its strategic direction is centered on identifying and pursuing various business opportunities within the consumer related market, with the objective of enhancing the group's overall success and delivering performance to its stakeholders.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for AMTEK HOLDINGS BERHAD. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/amtek-holdings-berhad/)
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 · Other business support service activities n.e.c.

66 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**AdCapital AG**](/companies/adcapital-ag/) Industrial holding company that acquires and manages firms … | ADC | DE | Administrative and support serv… |
| [**adish Co., Ltd.**](/companies/adish-co-ltd/) Offers customer success and CX outsourcing solutions using … | 7093 | JP | Administrative and support serv… |
| [**AFK Sistema**](/companies/afk-sistema/) A diversified holding company managing a portfolio of asset… | AFKS | RU | Administrative and support serv… |
| [**AJIS CO.,LTD.**](/companies/ajis-coltd/) Provider of retail support services, specializing in invent… | 4659 | JP | Administrative and support serv… |
| [**Alldigi Tech Limited**](/companies/alldigi-tech-limited/) Global provider of technology-driven BPO and HRO solutions … | ALLDIGI | IN | Administrative and support serv… |
| [**Arcamatrix Corporation**](/companies/arcamatrix-corporation/) Delisted, subject to a Cease Trade order, and designated a … | — | CA | Administrative and support serv… |
| [**Arteria S.A.**](/companies/arteria-sa/) Provider of outsourcing solutions in customer service, sale… | ARR | PL | Administrative and support serv… |
| [**Associated Services Limited**](/companies/associated-services-limited/) No longer engages in active production or service delivery. | ASRL | PK | Administrative and support serv… |
| [**AVADA GROUP LIMITED**](/companies/avada-group-limited/) Provides integrated traffic management solutions for infras… | AVD | AU | Administrative and support serv… |
| [**BLS International Services Ltd**](/companies/bls-international-services-ltd/) Global tech-enabled partner for visa, passport, and citizen… | BLS | IN | Administrative and support serv… |

Page **1** of **7**

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

### AMTEK HOLDINGS BERHAD 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 ID70256

ISINMYL7051OO005

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/70256/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=70256 | 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=70256 | 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 AMTEK HOLDINGS BERHAD

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

#### 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 nameAMTEK HOLDINGS BERHAD

HQMY

ListingBURSA

ISINMYL7051OO005

Sector[Administrative and support service activities](/companies/sectors/administrative-and-support-service-activities/)

Industry[Business support service activities n.e.c.](/companies/sectors/administrative-and-support-service-activities/business-support-service-activities-nec/)

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