
CREATE TECHNOLOGY & SCIENCE CO.,LTD — Investor Relations & Filings
Create Technology & Science Co., Ltd. specializes in the development and manufacturing of high-precision industrial equipment and environmental protection solutions. The company's core operations focus on cleanroom technology, providing advanced air purification systems, fan filter units, and contamination control equipment essential for the semiconductor, pharmaceutical, and electronics sectors. Additionally, the firm produces precision abrasive tools and machinery components used in heavy manufacturing and engineering. Its portfolio extends to environmental monitoring instruments and water treatment systems, emphasizing sustainable industrial practices. By integrating research and development with large-scale production, the company delivers specialized technical services and infrastructure components designed to meet rigorous standards for cleanliness and mechanical accuracy in high-tech manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 在苏州创元集团财务有限公司存款资金风险防范管理办法(2011年8月) | 2011-08-23 | Chinese | |
| 2011年半年度报告 | 2011-08-23 | Chinese | |
| 出售资产公告 | 2011-08-23 | Chinese | |
| 内幕信息知情人登记管理制度(2011年8月) | 2011-08-23 | Chinese | |
| 财务管理内部控制制度(暂行)(2011年8月) | 2011-08-23 | Chinese | |
| 资产减值准备明细表 | 2011-08-23 | Chinese |
Browse filings by year
28 years- 2026 45 filings
- 2025 92 filings
- 2024 125 filings
- 2023 85 filings
- 2022 127 filings
- 2021 115 filings
- 2020 95 filings
- 2019 66 filings
- 2018 75 filings
- 2017 56 filings
- 2016 85 filings
- 2015 80 filings
- 2014 53 filings
- 2013 51 filings
- 2012 104 filings
- 2011 86 filings
- 2010 69 filings
- 2009 62 filings
- 2008 47 filings
- 2007 53 filings
- 2006 79 filings
- 2005 25 filings
- 2004 18 filings
- 2003 41 filings
- 2002 26 filings
- 2001 6 filings
- 1994 1 filing
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2011
15 filings
| |||||
| 42210482 | 在苏州创元集团财务有限公司存款资金风险防范管理办法(2011年8月) | 2011-08-23 | Chinese | ||
| 42210447 | 2011年半年度报告 | 2011-08-23 | Chinese | ||
| 42210432 | 出售资产公告 | 2011-08-23 | Chinese | ||
| 42210394 | 内幕信息知情人登记管理制度(2011年8月) | 2011-08-23 | Chinese | ||
| 42210351 | 财务管理内部控制制度(暂行)(2011年8月) | 2011-08-23 | Chinese | ||
| 42210291 | 资产减值准备明细表 | 2011-08-23 | Chinese | ||
| 42210261 | 2011年半年度财务报告 | 2011-08-23 | Chinese | ||
| 42210038 | 对外担保公告 | 2011-08-23 | Chinese | ||
| 42209991 | 关于非公开发行股票申请获得中国证券监督管理委员会核准的公告 | 2011-07-26 | Chinese | ||
| 42209955 | 关于保荐机构变更的公告 | 2011-07-09 | Chinese | ||
| 42209920 | 关于非公开发行股票申请获得中国证监会发行审核委员会审核通过的公告 | 2011-06-21 | Chinese | ||
| 42209888 | 关于公司收到苏州创元投资发展(集团)有限公司承诺事项的公告 | 2011-06-10 | Chinese | ||
| 42209817 | 关于公司控股子公司抚顺高科电瓷电气制造有限公司收到承诺业绩补偿款的公告 | 2011-05-10 | Chinese | ||
| 42209787 | 2011年第一季度报告正文 | 2011-04-27 | Chinese | ||
| 42209738 | 对外担保公告 | 2011-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
CREATE TECHNOLOGY & SCIENCE CO.,LTD 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/53669/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53669 | 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=53669 | 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=53669 \ -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": 53669}, 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 CREATE TECHNOLOGY & SCIENCE CO.,LTD (id: 53669)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.