
Global Stone Corporation — Investor Relations & Filings
Global Stone Corporation operates as a full-service provider specializing in the design, custom fabrication, and installation of premium stone surfaces. The company supplies countertops and vanities for residential and commercial projects, primarily targeting homeowners and home builders in the Chicago metropolitan area. Core materials processed include natural stones such as granite, marble, onyx, travertine, soapstone, and limestone, alongside engineered materials like quartz and porcelain. The firm manages the entire project lifecycle, employing in-house designers, fabricators, and installers. Fabrication processes utilize precision technologies, including Proliner laser measurement systems, to ensure accurate customization. A key differentiator is the provision of a lifetime warranty covering manufacturing defects and installation errors on all installed products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notice of Acceptance for Filing.W51 | 1998-07-23 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
1998
1 filing
| |||||
| 37792232 | Notice of Acceptance for Filing.W51 | 1998-07-23 | English | ||
Market data
Market data not available
Price history
Peer group · Cutting, shaping and finishing of stone
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aro Granite Industries Ltd.
Processes and exports premium granite slabs and tiles for g…
|
AROGRANITE | IN | Manufacturing |
|
DIVYASHAKTI LIMITED
Processes and exports natural stone and quartz surfaces to …
|
526315 | IN | Manufacturing |
|
Elegant Marbles & Grani Industries
Processes and distributes premium natural stones for luxury…
|
526705 | IN | Manufacturing |
|
Glittek Granites Ltd.
Processes and exports premium granite slabs and tiles for g…
|
513528 | IN | Manufacturing |
|
Global Surfaces Limited
Manufacturer of natural stone and engineered quartz surface…
|
GSLSU | IN | Manufacturing |
|
Iktinos Hellas S.A.
Vertically integrated in quarrying, processing, and global …
|
IKTIN | GR | Manufacturing |
|
ILSHIN STONE CO.,LTD
A manufacturer and distributor of natural and engineered st…
|
007110 | KR | Manufacturing |
|
Inani Marbles & Industries Ltd.
Extracts, processes, and supplies marble, granite, and natu…
|
531129 | IN | Manufacturing |
|
Jain Marmo Industries Ltd.
Extracts, processes, and distributes marble and granite for…
|
539119 | IN | Manufacturing |
|
Madhav Marbles & Granites Ltd.
Processes and distributes granite, marble, and quartz for g…
|
MADHAV | IN | Manufacturing |
Global Stone Corporation 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/42549/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42549 | 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=42549 | 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=42549 \ -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": 42549}, 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 Global Stone Corporation (id: 42549)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.