
NORTHEAST PHARMACEUTICAL GROUP CO.,LTD — Investor Relations & Filings
Northeast Pharmaceutical Group Co., Ltd. (NEPG) specializes in the research, development, manufacture, and distribution of active pharmaceutical ingredients (APIs) and finished dosage forms. The company operates as a large-scale integrated pharmaceutical enterprise with a diverse product portfolio encompassing vitamins, antibiotics, cardiovascular agents, and digestive system medications. NEPG is recognized as a global leader in the production of Vitamin C and Vitamin B1, alongside significant output in caffeine and fosfomycin. Its manufacturing facilities adhere to international quality standards, including Good Manufacturing Practice (GMP) certifications. The company serves a broad international market, exporting products to numerous countries while maintaining a strong domestic presence. NEPG focuses on technological innovation and industrial scaling to provide high-quality chemical raw materials and pharmaceutical preparations for global healthcare needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 年报信息披露重大差错责任追究制度 | 2025-11-28 | Chinese | |
| 关于变更公司注册资本、股份总数、取消监事会并修订《公司章程》的公告 | 2025-11-28 | Chinese | |
| 独立董事工作细则 | 2025-11-28 | Chinese | |
| 董事和高级管理人员持有及买卖公司证券的专项管理制度 | 2025-11-28 | Chinese | |
| 接待和推广工作制度 | 2025-11-28 | Chinese | |
| 第十届监事会第五次会议决议公告 | 2025-11-28 | Chinese |
Browse filings by year
28 years- 2026 46 filings
- 2025 152 filings
- 2024 111 filings
- 2023 122 filings
- 2022 129 filings
- 2021 200 filings
- 2020 224 filings
- 2019 225 filings
- 2018 192 filings
- 2017 132 filings
- 2016 71 filings
- 2015 133 filings
- 2014 111 filings
- 2013 112 filings
- 2012 88 filings
- 2011 83 filings
- 2010 103 filings
- 2009 70 filings
- 2008 85 filings
- 2007 67 filings
- 2006 41 filings
- 2005 45 filings
- 2004 18 filings
- 2003 20 filings
- 2002 18 filings
- 2001 6 filings
- 1996 1 filing
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42669201 | 年报信息披露重大差错责任追究制度 | 2025-11-28 | Chinese | ||
| 42669153 | 关于变更公司注册资本、股份总数、取消监事会并修订《公司章程》的公告 | 2025-11-28 | Chinese | ||
| 42669108 | 独立董事工作细则 | 2025-11-28 | Chinese | ||
| 42669050 | 董事和高级管理人员持有及买卖公司证券的专项管理制度 | 2025-11-28 | Chinese | ||
| 42669008 | 接待和推广工作制度 | 2025-11-28 | Chinese | ||
| 42668969 | 第十届监事会第五次会议决议公告 | 2025-11-28 | Chinese | ||
| 42668928 | 董事会薪酬与考核委员会工作细则 | 2025-11-28 | Chinese | ||
| 42668864 | 募集资金管理办法 | 2025-11-28 | Chinese | ||
| 42668811 | 董事会审计委员会工作细则 | 2025-11-28 | Chinese | ||
| 42668764 | 投资者关系管理工作制度 | 2025-11-28 | Chinese | ||
| 42668680 | 独立董事专门会议制度 | 2025-11-28 | Chinese | ||
| 42668640 | 内幕信息知情人登记和报备制度 | 2025-11-28 | Chinese | ||
| 42668588 | 信息披露管理制度 | 2025-11-28 | Chinese | ||
| 42668545 | 诉讼进展公告 | 2025-11-05 | Chinese | ||
| 42668465 | 关于股东部分股份质押的公告 | 2025-10-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
13260917 Canada Inc.
Biotech developing oral small molecules to restore muscle s…
|
MSCL | CA | Manufacturing |
|
1608557 Ontario Inc.
Biopharmaceutical company dedicated to R&D, discovery, and …
|
OTROQ | CA | Manufacturing |
|
3B BlackBio Dx Limited
Develops molecular diagnostic kits for oncology, infectious…
|
3BBLACKBIO | IN | Manufacturing |
|
3D Medicines Inc.
Commercial-stage biopharma specializing in next-generation …
|
1244 | HK | Manufacturing |
|
3SBio Inc.
Biopharmaceutical enterprise specializing in R&D, productio…
|
1530 | KY | Manufacturing |
|
4BASEBIO PLC
Manufactures GMP-grade synthetic DNA for next-generation th…
|
4BB | GB | Manufacturing |
|
4D Molecular Therapeutics, Inc.
Develops genetic medicines using AAV vectors for ophthalmol…
|
FDMT | US | Manufacturing |
|
4Front Ventures Corp.
Vertically integrated cannabis operator managing cultivatio…
|
FFNT | CA | Manufacturing |
|
4SC AG
Biopharmaceutical company with no products under developmen…
|
VSC | DE | Manufacturing |
|
60 DEGREES PHARMACEUTICALS, INC.
Develops and commercializes medicines for infectious diseas…
|
SXTP | US | Manufacturing |
NORTHEAST PHARMACEUTICAL 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/53700/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53700 | 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=53700 | 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=53700 \ -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": 53700}, 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 NORTHEAST PHARMACEUTICAL GROUP CO.,LTD (id: 53700)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.