SHENZHEN JINJIA GROUP CO.,LTD. — Investor Relations & Filings
Shenzhen Jinjia Group Co., Ltd. specializes in the research, development, design, and manufacture of high-end packaging and printing products. The company is a major provider of cigarette labels and comprehensive packaging solutions for the tobacco sector. It has diversified its operations into the new tobacco industry, focusing on the design, manufacturing, and distribution of electronic cigarettes and vaping hardware. The product range extends to premium packaging for liquor, cosmetics, and consumer electronics. Utilizing advanced printing technologies and automated production systems, the group provides functional packaging materials and integrated anti-counterfeiting solutions. The company emphasizes innovation in material science and smart packaging, maintaining large-scale production capabilities to serve a broad client base across multiple high-value consumer sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东所持部分股份被司法拍卖的提示性公告 | 2026-04-17 | Chinese | |
| 第七届董事会2026年第二次会议决议公告 | 2026-03-13 | Chinese | |
| 中信证券股份有限公司关于深圳劲嘉集团股份有限公司提前归还募集资金后继续使用部分闲置募集资金暂时补充流动资金的核查意见 | 2026-03-13 | Chinese | |
| 关于使用暂时闲置自有资金进行委托理财的公告 | 2026-03-13 | Chinese | |
| 关于公司控股股东及实际控制人新增诉讼及前期诉讼、仲裁的进展公告 | 2026-03-02 | Chinese | |
| 关于控股股东部分股份被司法拍卖结果的提示性公告 | 2026-02-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 34826920 | 关于控股股东所持部分股份被司法拍卖的提示性公告 | 2026-04-17 | Chinese | ||
| 35067632 | 第七届董事会2026年第二次会议决议公告 | 2026-03-13 | Chinese | ||
| 35067626 | 中信证券股份有限公司关于深圳劲嘉集团股份有限公司提前归还募集资金后继续使用部分闲置募集资金暂时补充流动资金的核查意见 | 2026-03-13 | Chinese | ||
| 35067621 | 关于使用暂时闲置自有资金进行委托理财的公告 | 2026-03-13 | Chinese | ||
| 35067620 | 关于公司控股股东及实际控制人新增诉讼及前期诉讼、仲裁的进展公告 | 2026-03-02 | Chinese | ||
| 35067618 | 关于控股股东部分股份被司法拍卖结果的提示性公告 | 2026-02-27 | Chinese | ||
| 35067607 | 关于公司控股股东及实际控制人新增执行裁定的公告 | 2026-02-10 | Chinese | ||
| 35067595 | 第七届董事会2026年第一次会议决议公告 | 2026-01-30 | Chinese | ||
| 35067591 | 第七届董事会独立董事专门会议2026年第一次会议决议公告 | 2026-01-30 | Chinese | ||
| 35067589 | 关于公司2026年日常经营关联交易预计的公告 | 2026-01-30 | Chinese | ||
| 35067578 | 关于公司债权逾期事项的进展公告 | 2026-01-28 | Chinese | ||
| 35067570 | 2025年度业绩预告 | 2026-01-27 | Chinese | ||
| 35067567 | 关于控股股东所持部分股份被司法拍卖的提示性公告 | 2026-01-22 | Chinese | ||
|
2025
2 filings
| |||||
| 35067566 | 关于控股股东部分股份司法拍卖过户完成暨权益变动触及1%整数倍的公告 | 2025-12-26 | Chinese | ||
| 35067563 | 北京国枫(深圳)律师事务所关于深圳劲嘉集团股份有限公司2025年第一次临时股东会的法律意见书 | 2025-12-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Printing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Antarctica Limited
Manufactures printing and packaging solutions for FMCG and …
|
ANTGRAPHIC | IN | Manufacturing |
|
ANY Security Printing Company Plc
Provider of security printing products, identity solutions,…
|
ANY | HU | Manufacturing |
|
A.Plus Group Holdings Limited
Provides specialized financial printing, design, and transl…
|
1841 | HK | Manufacturing |
|
Arthurs-Jones Inc.
A historical commercial printing firm specializing in high-…
|
— | CA | Manufacturing |
|
ASAHI PRINTING CO.,LTD.
Manufacturer of printed packaging for the pharmaceutical an…
|
3951 | JP | Manufacturing |
|
Beijing Shengtong Printing Co.,Ltd
Provides high-end color printing, publication services, and…
|
002599 | CN | Manufacturing |
|
Canadian Bank Note Company, Limited
Global provider of secure technology solutions and high-sec…
|
— | CA | Manufacturing |
|
Cetis
Provider of security documents, identity systems, and comme…
|
CETG | SI | Manufacturing |
|
CEWE Stiftung & Co. KGaA
A photo service provider offering photofinishing and commer…
|
CWC | DE | Manufacturing |
|
China Huajun Group Limited
Diversified multi-national group focused on Printing, Energ…
|
377 | HK | Manufacturing |
SHENZHEN JINJIA GROUP 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/54245/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54245 | 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=54245 | 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=54245 \ -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": 54245}, 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 SHENZHEN JINJIA GROUP CO.,LTD. (id: 54245)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.