Jenn Feng Industrial Tools Co., Ltd. — Investor Relations & Filings
Jenn Feng Industrial Co., Ltd. is a global manufacturer specializing in the research, development, and production of power tools, garden equipment, and specialized lighting. Established in 1976, the company provides a diverse range of products, including handheld tools, brushless motors, automotive lighting, and garden illumination systems. Leveraging decades of expertise in metal tool manufacturing, the company serves international markets across North America, Japan, and Southeast Asia. Jenn Feng has increasingly focused on sustainability and technological innovation, transitioning into a provider of green energy solutions and energy storage systems. Its operations now encompass the integration of new energy equipment and net-zero carbon initiatives, offering comprehensive energy management and storage planning services. The company is recognized for its commitment to quality and innovation, having received multiple accolades for product excellence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 111年7月營業收入 | 2022-08-10 | Chinese | |
| 公告本公司代子公司上海正峰工業有限公司 依「公開發行公司資金貸與及背書保證處理準則」 第二十二條第一項第二款之規定辦理 | 2022-08-09 | Chinese | |
| 公告本公司代子公司上海正峰工業有限公司 依「公開發行公司資金貸與及背書保證處理準則」 第二十二條第一項第一款之規定辦理 | 2022-08-09 | Chinese | |
| 公告本公司董事會通過111年第二季合併財務報告 | 2022-08-05 | Chinese | |
| 公告本公司董事會通過內部稽核主管追認案 | 2022-08-05 | Chinese | |
| 公告本公司董事會通過財務主管 及會計主管追認案 | 2022-08-05 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 33366290 | 111年7月營業收入 | 2022-08-10 | Chinese | ||
| 33366293 | 公告本公司代子公司上海正峰工業有限公司 依「公開發行公司資金貸與及背書保證處理準則」 第二十二條第一項第二款之規定辦理 | 2022-08-09 | Chinese | ||
| 33366294 | 公告本公司代子公司上海正峰工業有限公司 依「公開發行公司資金貸與及背書保證處理準則」 第二十二條第一項第一款之規定辦理 | 2022-08-09 | Chinese | ||
| 33366295 | 公告本公司董事會通過111年第二季合併財務報告 | 2022-08-05 | Chinese | ||
| 33366297 | 公告本公司董事會通過內部稽核主管追認案 | 2022-08-05 | Chinese | ||
| 33366299 | 公告本公司董事會通過財務主管 及會計主管追認案 | 2022-08-05 | Chinese | ||
| 33366300 | 公告本公司稽核主管異動 | 2022-07-20 | Chinese | ||
| 33366301 | 公告本公司依公開發行公司資金貸與及背書保證處理準則 第二十二條第一項第二款規定辦理。 | 2022-07-20 | Chinese | ||
| 33366303 | 公告本公司依公開發行公司資金貸與及背書保證處理準則 第二十二條第一項第一款規定辦理。 | 2022-07-20 | Chinese | ||
| 33366304 | 本公司決議110年股東常會通過之私募普通股案, 於剩餘期限內不繼續辦理。 | 2022-07-15 | Chinese | ||
| 33366305 | 公告本公司財務主管及會計主管異動 | 2022-07-11 | Chinese | ||
| 33366308 | 111年06月內部人持股異動(事後) | 2022-07-11 | Chinese | ||
| 33366307 | 111年06月董事會成員及持股 | 2022-07-11 | Chinese | ||
| 33367463 | 111年年報及股東會資料 — 2022_1538_20220629F15.pdf | 2022-07-08 | Chinese | ||
| 33367458 | 111年年報及股東會資料 — 2022_1538_20220629F14.pdf | 2022-07-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of power-driven hand tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Basso Industry Corp.
Global manufacturer of pneumatic fastening tools, automotiv…
|
1527 | TW | Manufacturing |
|
Chervon Holdings Limited
Global solution provider specializing in power tools and ou…
|
2285 | HK | Manufacturing |
|
Einhell Germany AG
A global manufacturer of power tools and electrical garden …
|
EIN3 | DE | Manufacturing |
|
ESTIC CORPORATION
Manufacturer of high-precision assembly, fastening, and pre…
|
6161 | JP | Manufacturing |
|
KEN HOLDING CO.,LTD.
Develops and manufactures professional power tools for indu…
|
300126 | CN | Manufacturing |
|
KEYANG ELECTRIC MACHINERY CO.,LTD
Manufacturer of electric power tools, automotive components…
|
012200 | KR | Manufacturing |
|
KPT INDUSTRIES LIMITED
Designs and manufactures electric power tools, industrial b…
|
505299 | IN | Manufacturing |
|
LOBTEX.CO.,LTD.
Manufacturer of industrial fasteners, fastening tools, and …
|
5969 | JP | Manufacturing |
|
Makita Corporation
Global manufacturer of power tools, outdoor power equipment…
|
6586 | JP | Manufacturing |
|
MAX CO., LTD.
Manufacturer of industrial tools, office products, housing,…
|
6454 | JP | Manufacturing |
Jenn Feng Industrial Tools 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/51860/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51860 | 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=51860 | 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=51860 \ -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": 51860}, 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 Jenn Feng Industrial Tools Co., Ltd. (id: 51860)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.