
ZOJE RESOURCES INVESTMENT CO.,LTD. — Investor Relations & Filings
ZOJE RESOURCES INVESTMENT CO.,LTD. operates as a diversified enterprise with core activities spanning industrial machinery manufacturing and mineral resource investment. The company specializes in the development and production of industrial sewing equipment, including high-speed lockstitch, overlock, and specialized sewing machines designed for the global textile and garment sectors. Beyond its manufacturing roots, the firm engages in the exploration, mining, and processing of non-ferrous metals and other mineral assets. Its business strategy focuses on leveraging technological advancements in precision machinery while pursuing strategic growth through resource acquisition and capital management. The organization serves a broad client base across manufacturing and commodity markets, emphasizing operational efficiency and diversified asset development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度股东会决议公告 | 2026-05-21 | Chinese | |
| 2026年一季度报告 | 2026-04-29 | Chinese | |
| 关于2026年第一季度资产转销的公告 | 2026-04-29 | Chinese | |
| 关于使用部分闲置自有资金进行现金管理的公告 | 2026-04-28 | Chinese | |
| 关于拟续聘会计师事务所的公告 | 2026-04-28 | Chinese | |
| 未来三年(2026年-2028年)股东回报规划 | 2026-04-28 | Chinese |
Browse filings by year
23 years- 2026 49 filings
- 2025 113 filings
- 2024 123 filings
- 2023 175 filings
- 2022 137 filings
- 2021 116 filings
- 2020 142 filings
- 2019 255 filings
- 2018 152 filings
- 2017 143 filings
- 2016 233 filings
- 2015 179 filings
- 2014 203 filings
- 2013 96 filings
- 2012 92 filings
- 2011 94 filings
- 2010 87 filings
- 2009 93 filings
- 2008 90 filings
- 2007 112 filings
- 2006 87 filings
- 2005 70 filings
- 2004 38 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757669 | 2025年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 44390636 | 2026年一季度报告 | 2026-04-29 | Chinese | ||
| 44390634 | 关于2026年第一季度资产转销的公告 | 2026-04-29 | Chinese | ||
| 44390630 | 关于使用部分闲置自有资金进行现金管理的公告 | 2026-04-28 | Chinese | ||
| 44390625 | 关于拟续聘会计师事务所的公告 | 2026-04-28 | Chinese | ||
| 44390622 | 未来三年(2026年-2028年)股东回报规划 | 2026-04-28 | Chinese | ||
| 44390618 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 44390616 | 关于计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 44390614 | 关于预计2026年度日常关联交易的公告 | 2026-04-28 | Chinese | ||
| 44390612 | 关于2025年度拟不进行利润分配的公告 | 2026-04-28 | Chinese | ||
| 44390608 | 关于中捷资源投资股份有限公司2025年度营业收入扣除情况表的鉴证报告 | 2026-04-28 | Chinese | ||
| 44390603 | 关于对会计师事务所2025年度履职情况的评估报告 | 2026-04-28 | Chinese | ||
| 44390599 | 董事会审计委员会对2025年度会计师事务所履行职责情况的报告 | 2026-04-28 | Chinese | ||
| 44390593 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 44390585 | 关于举办2025年度业绩网上说明会及现场投资者接待日活动的通知 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for textile, apparel and leather production
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bajaj Steel Industries Ltd.
Manufactures cotton ginning and pressing machinery and turn…
|
BAJAJST | IN | Manufacturing |
|
China Hi-Tech Group Co.,Ltd
Manufactures advanced machinery and commercial vehicles wit…
|
600730 | CN | Manufacturing |
|
CHTC Fong’s International Company Limited
Engaged in advanced textile dyeing equipment manufacturing …
|
641 | HK | Manufacturing |
|
Haina Intelligent Equipment International Holdings Limited
Designs and manufactures automated production lines for dis…
|
1645 | HK | Manufacturing |
|
Hangzhou Honghua Digital Technology Stock Company LTD.
Develops digital inkjet printing technology and industrial …
|
688789 | CN | Manufacturing |
|
Hangzhou Iecho Science & Technology Co., Ltd.
Provides automated high-precision digital cutting systems f…
|
688092 | CN | Manufacturing |
|
Harish Textile Engineers Limited
Designs and manufactures advanced textile processing and fi…
|
542682 | IN | Manufacturing |
|
Indian Card Clothing Ltd
Manufactures card clothing and accessories for the global t…
|
INDIANCARD | IN | Manufacturing |
|
JACK TECHNOLOGY CO., LTD
Global manufacturer of industrial sewing equipment and smar…
|
603337 | CN | Manufacturing |
|
JANOME Corporation
Manufactures household sewing machines and high-precision i…
|
6445 | JP | Manufacturing |
ZOJE RESOURCES INVESTMENT 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/54085/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54085 | 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=54085 | 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=54085 \ -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": 54085}, 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 ZOJE RESOURCES INVESTMENT CO.,LTD. (id: 54085)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.