
Pony Testing International Group Co., Ltd. — Investor Relations & Filings
Pony Testing International Group Co., Ltd. is a comprehensive third-party testing, inspection, and certification organization. The company provides a wide range of technical services across diverse sectors, including food safety, environmental protection, consumer goods, electronics, automotive, and life sciences. Its core activities involve chemical analysis, physical testing, safety assessments, and reliability evaluations. Pony Testing operates an extensive network of laboratories equipped with advanced instrumentation to ensure product quality and regulatory compliance. The group offers specialized services such as environmental monitoring, hazardous substance testing, pharmaceutical analysis, and energy efficiency evaluations. With numerous international and domestic qualifications, the company supports global supply chains by providing independent verification and certification services to manufacturers, retailers, and government agencies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年第二次临时股东会决议公告 | 2026-05-27 | Chinese | |
| 关于变更独立董事的公告 | 2026-05-27 | Chinese | |
| 北京德恒律师事务所关于谱尼测试集团股份有限公司2026年第二次临时股东会法律意见 | 2026-05-27 | Chinese | |
| 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-05-27 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-18 | Chinese | |
| 北京德恒律师事务所关于谱尼测试集团股份有限公司2025年度股东会的法律意见 | 2026-05-18 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47436901 | 2026年第二次临时股东会决议公告 | 2026-05-27 | Chinese | ||
| 47436896 | 关于变更独立董事的公告 | 2026-05-27 | Chinese | ||
| 47436888 | 北京德恒律师事务所关于谱尼测试集团股份有限公司2026年第二次临时股东会法律意见 | 2026-05-27 | Chinese | ||
| 47436916 | 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-05-27 | Chinese | ||
| 46384047 | 2025年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46384053 | 北京德恒律师事务所关于谱尼测试集团股份有限公司2025年度股东会的法律意见 | 2026-05-18 | Chinese | ||
| 45017833 | 独立董事提名人声明与承诺 | 2026-05-11 | Chinese | ||
| 45017824 | 关于回购注销部分已获授但尚未解锁的限制性股票的公告 | 2026-05-11 | Chinese | ||
| 45017229 | 关于独立董事辞职暨补选独立董事的公告 | 2026-05-11 | Chinese | ||
| 45016712 | 北京德恒律师事务所关于谱尼测试集团股份有限公司2021年限制性股票激励计划回购注销、作废部分限制性股票的法律意见 | 2026-05-11 | Chinese | ||
| 45016710 | 独立董事候选人声明与承诺 | 2026-05-11 | Chinese | ||
| 45016709 | 关于召开2026年第二次临时股东会的通知 | 2026-05-11 | Chinese | ||
| 45016364 | 董事会薪酬与考核委员会关于回购注销及作废2021年限制性股票激励计划部分限制性股票的核查意见 | 2026-05-11 | Chinese | ||
| 39257821 | 谱尼测试集团股份有限公司关于股东询价转让结果报告书暨控股股东、实际控制人及一致行动人股东权益变动触及5%整数倍的提示性公告 | 2026-03-16 | Chinese | ||
| 39257813 | 谱尼测试集团股份有限公司简式权益变动报告书 | 2026-03-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Technical testing and analysis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Sotera Health Co
Global provider of sterilization, lab testing, and advisory…
|
SHC | US | Professional, scientific and te… |
|
Stealth Ventures Inc.
Specialized provider of E&I, calibration, and commissioning…
|
SLV | CA | Professional, scientific and te… |
|
Steep Hill Inc.
Historically a cannabis/hemp science provider; currently re…
|
STPH | CA | Professional, scientific and te… |
|
SUGS LLOYD LIMITED
Provides inspection, testing, certification, and technical …
|
544501 | IN | Professional, scientific and te… |
|
Suzhou Electrical Apparatus Science Academy Co., Ltd.
Testing, research, and certification for high and low volta…
|
300215 | CN | Professional, scientific and te… |
|
SUZHOU SUSHI TESTING GROUP CO., LTD
Develops environmental test equipment and provides comprehe…
|
300416 | CN | Professional, scientific and te… |
|
Synodon Inc.
Provides specialized aerial integrity management solutions …
|
SYD | CA | Professional, scientific and te… |
|
SystemandApplicationTechnologiesInc.
Professional services firm supporting Department of Defense…
|
060540 | KR | Professional, scientific and te… |
|
TEAM INC
Provider of technology-enabled asset integrity and performa…
|
TISI | US | Professional, scientific and te… |
|
Tera Probe,Inc.
Specialized provider of semiconductor testing, including wa…
|
6627 | JP | Professional, scientific and te… |
Pony Testing International 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/55854/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55854 | 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=55854 | 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=55854 \ -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": 55854}, 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 Pony Testing International Group Co., Ltd. (id: 55854)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.