
TUNGKONG INC. — Investor Relations & Filings
Tungkong Inc. specializes in security printing and comprehensive data management services. The company provides a wide range of products including financial forms, tax invoices, lottery tickets, and high-security documents. It has expanded its core operations to include smart card manufacturing, RFID technology, and electronic invoice (e-invoice) cloud platforms. Tungkong serves a diverse clientele across the banking, taxation, telecommunications, and logistics sectors. By integrating traditional printing with digital information technology, the company offers end-to-end solutions for data processing, personalized document generation, and secure information storage. Its focus remains on technological innovation and the digital transformation of business documentation and transaction services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 年度股东大会通知 | 2021-03-22 | Chinese | |
| 2020年度业绩快报 | 2021-02-21 | Chinese | |
| 关于控股子公司通过企业电子文件归档和电子档案管理试点验收的公告 | 2021-02-08 | Chinese | |
| 关于财政电子票据进展情况的公告 | 2021-02-02 | Chinese | |
| 第六届董事会第十四次会议公告 | 2020-12-02 | Chinese | |
| 关于北京东港瑞宏科技有限公司增资扩股的公告 | 2020-12-02 | Chinese |
Browse filings by year
20 years- 2026 18 filings
- 2025 62 filings
- 2024 84 filings
- 2023 43 filings
- 2022 38 filings
- 2021 59 filings
- 2020 49 filings
- 2019 59 filings
- 2018 60 filings
- 2017 68 filings
- 2016 81 filings
- 2015 113 filings
- 2014 86 filings
- 2013 90 filings
- 2012 100 filings
- 2011 97 filings
- 2010 85 filings
- 2009 64 filings
- 2008 64 filings
- 2007 93 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
4 filings
| |||||
| 34852505 | 年度股东大会通知 | 2021-03-22 | Chinese | ||
| 34852491 | 2020年度业绩快报 | 2021-02-21 | Chinese | ||
| 34852476 | 关于控股子公司通过企业电子文件归档和电子档案管理试点验收的公告 | 2021-02-08 | Chinese | ||
| 34852466 | 关于财政电子票据进展情况的公告 | 2021-02-02 | Chinese | ||
|
2020
11 filings
| |||||
| 34852457 | 第六届董事会第十四次会议公告 | 2020-12-02 | Chinese | ||
| 34852446 | 关于北京东港瑞宏科技有限公司增资扩股的公告 | 2020-12-02 | Chinese | ||
| 34852434 | 2020年第三季度报告正文 | 2020-10-20 | Chinese | ||
| 34852420 | 2020年第三季度报告全文 | 2020-10-20 | Chinese | ||
| 34852388 | 关于参加山东辖区上市公司2020年投资者网上集体接待日活动的公告 | 2020-09-24 | Chinese | ||
| 34852377 | 关于持股5%以上股东减持计划完成暨减持结果公告 | 2020-09-14 | Chinese | ||
| 34852362 | 关于公司部分高管、监事股份减持计划期满暨减持结果公告 | 2020-09-07 | Chinese | ||
| 34852353 | 关于公司5%以上股东权益变动的提示性公告 | 2020-09-04 | Chinese | ||
| 34852337 | 简式权益报告书 | 2020-09-04 | Chinese | ||
| 34852311 | 关于持股5%以上股东减持计划数量过半暨减持比例超过1%的公告 | 2020-09-01 | Chinese | ||
| 34852295 | 关于持股5%以上股东减持公司股份比例达到1%的公告 | 2020-08-26 | 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 |
TUNGKONG INC. 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/54174/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54174 | 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=54174 | 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=54174 \ -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": 54174}, 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 TUNGKONG INC. (id: 54174)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.