
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 |
|---|---|---|---|
|
TERRAGENE S.A.
Provides comprehensive infection prevention and sterilizati…
|
— | AR | Professional, scientific and te… |
|
THMY HOLDINGS BERHAD
Offers automated test solutions for E&E products and indust…
|
— | MY | Professional, scientific and te… |
|
TIC Solutions, Inc.
Provider of critical asset integrity solutions and tech-ena…
|
TIC | US | Professional, scientific and te… |
|
TRACE GROUP SOCIEDAD ANONIMA S. A.
Specialized technical inspection, supervision, and project …
|
— | AR | Professional, scientific and te… |
|
TRANSCAT INC
Provider of accredited calibration services and test/measur…
|
TRNS | US | Professional, scientific and te… |
|
UL Solutions Inc.
A global leader in applied safety science, offering testing…
|
ULS | US | Professional, scientific and te… |
|
United Testing Inspection&Certification Technology Co.,Ltd
Third-party testing, inspection, and certification for glob…
|
301115 | CN | Professional, scientific and te… |
|
VERACYTE, INC.
A global diagnostics company developing genomic tests to gu…
|
VCYT | US | Professional, scientific and te… |
|
Volatus Aerospace Inc.
Global leader in integrated aerial intelligence solutions, …
|
FLT | CA | Professional, scientific and te… |
|
Vultus AB
Agricultural tech platform using satellite data for crop an…
|
VULTS | SE | 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.