
Qingdao Kingking Applied Chemistry Co.,Ltd. — Investor Relations & Filings
Qingdao Kingking Applied Chemistry Co., Ltd. specializes in the research, development, design, and manufacture of home fragrance and candle products. The company is a major global supplier of scented candles, tea lights, and aromatherapy items, utilizing advanced wax chemistry and automated production processes. Beyond its core fragrance business, the firm operates a significant cosmetics division, focusing on the distribution and retail of international skincare and beauty brands. Its operations encompass a comprehensive supply chain, from product design and material sourcing to large-scale manufacturing and global distribution. The company serves a diverse international clientele, providing private label and branded solutions for major retailers. Its commitment to innovation is reflected in its extensive portfolio of patents and its focus on integrating traditional craftsmanship with modern chemical engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度股东会决议公告 | 2026-05-08 | Chinese | |
| 关于召开2025年度股东会的提示性公告 | 2026-05-06 | Chinese | |
| 关于开展外汇套期保值业务的可行性分析报告 | 2026-04-17 | Chinese | |
| 2025年度利润分配和资本公积金转增股本方案 | 2026-04-17 | Chinese | |
| 2025内部控制自我评价报告 | 2026-04-17 | Chinese | |
| 关于青岛金王应用化学股份有限公司非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-17 | Chinese |
Browse filings by year
21 years- 2026 25 filings
- 2025 76 filings
- 2024 58 filings
- 2023 68 filings
- 2022 97 filings
- 2021 74 filings
- 2020 91 filings
- 2019 129 filings
- 2018 148 filings
- 2017 159 filings
- 2016 241 filings
- 2015 133 filings
- 2014 91 filings
- 2013 79 filings
- 2012 76 filings
- 2011 47 filings
- 2010 73 filings
- 2009 65 filings
- 2008 80 filings
- 2007 88 filings
- 2006 23 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44489058 | 2025年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 44277965 | 关于召开2025年度股东会的提示性公告 | 2026-05-06 | Chinese | ||
| 34814653 | 关于开展外汇套期保值业务的可行性分析报告 | 2026-04-17 | Chinese | ||
| 34814652 | 2025年度利润分配和资本公积金转增股本方案 | 2026-04-17 | Chinese | ||
| 34814651 | 2025内部控制自我评价报告 | 2026-04-17 | Chinese | ||
| 34814648 | 关于青岛金王应用化学股份有限公司非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-17 | Chinese | ||
| 34814645 | 2025年年度审计报告 | 2026-04-17 | Chinese | ||
| 34814641 | 2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 34814639 | 独立董事2025年度述职报告(孙莹) | 2026-04-17 | Chinese | ||
| 34814637 | 董事、高级管理人员薪酬管理制度(2026年4月制定) | 2026-04-17 | Chinese | ||
| 34814636 | 关于召开2025年度股东会的通知 | 2026-04-17 | Chinese | ||
| 34814634 | 2025年度董事会工作报告 | 2026-04-17 | Chinese | ||
| 34814630 | 董事会关于对独立董事独立性评估的专项意见 | 2026-04-17 | Chinese | ||
| 34814628 | 独立董事2025年度述职报告(权锡鉴) | 2026-04-17 | Chinese | ||
| 34814627 | 对外投资控制制度(2026年4月修订) | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1933 Industries Inc
A vertically integrated consumer-packaged goods company spe…
|
TGIF | CA | Manufacturing |
|
3M CO
A diversified, science-based technology corporation that de…
|
MMM | US | Manufacturing |
|
5N Plus Inc.
Global producer of specialty semiconductors and ultra-pure …
|
VNP | CA | Manufacturing |
|
ACISELSAN ACIPAYAM SELÜLOZ SANAYİ VE TİCARET A.Ş.
Specialized manufacturer of Carboxymethyl Cellulose (CMC) f…
|
ACSEL | TR | Manufacturing |
|
ACUTAAS CHEMICALS LIMITED
Manufactures and exports specialty chemicals for industrial…
|
ACUTAAS | IN | Manufacturing |
|
ADEKA CORPORATION
Manufacturer of chemicals, food products, and life sciences…
|
4401 | JP | Manufacturing |
|
Ading AD
Manufactures and distributes chemical materials for the con…
|
AD | MK | Manufacturing |
|
Aduro Clean Technologies Inc.
Uses a water-based chemical process to convert hydrocarbon …
|
ADUR | CA | Manufacturing |
|
Advanced Enzyme Technologies Limited
Research-driven developer and manufacturer of proprietary e…
|
ADVENZYMES | IN | Manufacturing |
|
Advanced Nano Products Co., Ltd.
Developer and manufacturer of advanced nanomaterials for hi…
|
121600 | KR | Manufacturing |
Qingdao Kingking Applied Chemistry 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/54152/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54152 | 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=54152 | 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=54152 \ -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": 54152}, 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 Qingdao Kingking Applied Chemistry Co.,Ltd. (id: 54152)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.