
DFCITY GROUP BERHAD — Investor Relations & Filings
DFCITY GROUP BERHAD is a manufacturer and supplier of dimension stones, encompassing natural stones like granite, marble, and quartz, alongside engineered stones and related products. The company's operations include a construction segment focused on stone supply and contracting services. DFCITY GROUP caters to medium to high-cost commercial and residential projects, providing materials and expertise for both interior and exterior applications. The company distinguishes itself through its focus on exceptional stone creations, luxury, sophistication, and offers specialized design consultation to clients.
Recent filings
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Cutting, shaping and finishing of stone
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Solid Stone Company Ltd.
Sources and processes natural stone for architectural and i…
|
513699 | IN | Manufacturing |
|
STONE MASTER CORPORATION BERHAD
Manufacturing and trading natural stone, ceramic tiles, san…
|
— | MY | Manufacturing |
|
Tulikivi Oyj
Manufacturer of heat-retaining fireplaces, sauna heaters, a…
|
TULAV | FI | Manufacturing |
|
XIAMEN WANLI STONE STOCK CO.,LTD
Integrated producer of granite and marble products for cons…
|
002785 | CN | Manufacturing |
DFCITY GROUP 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.
Endpoints
| GET | /api/companies/70488/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=70488 | 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=70488 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=70488 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 70488}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for DFCITY GROUP BERHAD (id: 70488)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.