
Saudi Ceramic Co. — Investor Relations & Filings
Saudi Ceramic Company is a prominent manufacturer and marketer of building materials, specializing in ceramic and porcelain tiles, sanitary ware, and electric water heaters. The company operates several advanced production facilities equipped with modern technology to produce a diverse range of floor and wall tiles, bathroom fixtures, and accessories for residential and commercial use. Its product offerings are characterized by high quality, durability, and adherence to international standards. With an extensive distribution network and a significant export presence across multiple global markets, the company provides integrated solutions for construction and interior design projects. The organization is recognized for its large-scale production capacity and its role as a major supplier of essential building components.
Recent filings
Market data
Market data not available
Price history
Peer group · Manufacture of clay building materials
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Saudi Vitrified Clay Pipes Co.
Manufactures vitrified clay pipes and fittings for sewerage…
|
2360 | SA | Manufacturing |
|
Steuler Fliesengruppe AG
A German manufacturer and distributor of high-quality ceram…
|
NST | DE | Manufacturing |
|
TSURUYA CO.,LTD.
A leading manufacturer of ceramic building materials, mainl…
|
5386 | JP | Manufacturing |
|
UŞAK SERAMİK SANAYİ A.Ş.
Manufacturer of ceramic wall and floor tiles, porcelain, an…
|
USAK | TR | Manufacturing |
|
Wienerberger AG
Global provider of building materials, pipe systems, and in…
|
WIE | AT | Manufacturing |
Saudi Ceramic Co. 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/53289/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53289 | 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=53289 | 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=53289 \ -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": 53289}, 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 Saudi Ceramic Co. (id: 53289)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.