
HuBei NengTer Technology CO.,Ltd — Investor Relations & Filings
HuBei NengTer Technology CO.,Ltd specializes in the research, development, and large-scale production of fine chemicals and pharmaceutical intermediates. The company is a prominent global supplier of key intermediates for Vitamin E, including trimethylhydroquinone and isophytol, utilizing proprietary catalytic technologies. Its product portfolio also encompasses high-end chiral chemicals and intermediates for cardiovascular medications, such as statins. HuBei NengTer focuses on technological innovation in chemical synthesis, aiming for high-efficiency and environmentally sustainable manufacturing processes. The company serves international markets, providing essential raw materials for the pharmaceutical, nutraceutical, and animal nutrition sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 冠福股份2021年度股东大会法律意见书 | 2022-05-13 | Chinese | |
| 关于与相关案件债权人达成和解的公告 | 2022-05-12 | Chinese | |
| 中兴财光华会计师事务所(特殊普通合伙)关于对公司 2021年年报问询函有关问题的专项说明 | 2022-05-09 | Chinese | |
| 深交所2021年度报告问询函回复公告 | 2022-05-09 | Chinese | |
| 关于延迟回复深圳证券交易所问询函的公告 | 2022-05-05 | Chinese | |
| 监事会决议公告 | 2022-04-25 | Chinese |
Browse filings by year
19 years- 2026 4 filings
- 2023 29 filings
- 2022 188 filings
- 2021 169 filings
- 2020 186 filings
- 2019 368 filings
- 2018 321 filings
- 2017 225 filings
- 2016 288 filings
- 2015 209 filings
- 2014 172 filings
- 2013 162 filings
- 2012 131 filings
- 2011 108 filings
- 2010 95 filings
- 2009 82 filings
- 2008 131 filings
- 2007 112 filings
- 2006 24 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 34858484 | 冠福股份2021年度股东大会法律意见书 | 2022-05-13 | Chinese | ||
| 34858470 | 关于与相关案件债权人达成和解的公告 | 2022-05-12 | Chinese | ||
| 34858459 | 中兴财光华会计师事务所(特殊普通合伙)关于对公司 2021年年报问询函有关问题的专项说明 | 2022-05-09 | Chinese | ||
| 34858316 | 深交所2021年度报告问询函回复公告 | 2022-05-09 | Chinese | ||
| 34858287 | 关于延迟回复深圳证券交易所问询函的公告 | 2022-05-05 | Chinese | ||
| 34858276 | 监事会决议公告 | 2022-04-25 | Chinese | ||
| 34858269 | 2022年一季度报告 | 2022-04-25 | Chinese | ||
| 34858251 | 董事会决议公告 | 2022-04-25 | Chinese | ||
| 34858243 | 关于大股东陈烈权先生部分股份解除质押及再质押的公告 | 2022-04-21 | Chinese | ||
| 34858231 | 关于公司及子公司为子公司融资提供担保的公告 | 2022-04-18 | Chinese | ||
| 34858219 | 独立董事关于未提出现金分红利润分配预案的事前同意函 | 2022-04-18 | Chinese | ||
| 34858208 | 2021年年度报告 | 2022-04-18 | Chinese | ||
| 34858123 | 2021年度内部控制规则落实自查表 | 2022-04-18 | Chinese | ||
| 34858112 | ST冠福046:2021年度监事会工作报告5 | 2022-04-18 | Chinese | ||
| 34858103 | 关于能特科技投资年产240吨R系列医药中间体项目的公告 | 2022-04-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
HuBei NengTer Technology 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/54160/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54160 | 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=54160 | 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=54160 \ -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": 54160}, 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 HuBei NengTer Technology CO.,Ltd (id: 54160)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.