Ningxia Xiaoming Agriculture & Animal Husbandry Co., Ltd. — Investor Relations & Filings
Ningxia Xiaoming Agriculture & Animal Husbandry Co., Ltd. specializes in the large-scale breeding, hatching, and distribution of high-quality layer chicks. The company operates a standardized production system focused on parent stock and commercial layer poultry. Utilizing advanced biosecurity protocols and modern breeding technologies, it provides high-performance avian genetics to the poultry sector. Its primary product portfolio includes parent stock layer chicks and commercial-grade chicks, often featuring globally recognized breeds through strategic international partnerships. The company maintains extensive hatching facilities and a comprehensive technical service network to support egg producers. By integrating scientific management with rigorous disease control, it ensures the supply of healthy, high-yield poultry to meet the demands of large-scale egg production markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第五届董事会第二十四次会议决议公告 | 2026-04-15 | Chinese | |
| 2026年一季度报告 | 2026-04-15 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-15 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-15 | Chinese | |
| 关于举行2025年度网上业绩说明会的公告 | 2026-04-15 | Chinese | |
| 华西证券股份有限公司关于宁夏晓鸣农牧股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39716988 | 第五届董事会第二十四次会议决议公告 | 2026-04-15 | Chinese | ||
| 39716985 | 2026年一季度报告 | 2026-04-15 | Chinese | ||
| 39716982 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-15 | Chinese | ||
| 39716980 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-15 | Chinese | ||
| 39716972 | 关于举行2025年度网上业绩说明会的公告 | 2026-04-15 | Chinese | ||
| 39716969 | 华西证券股份有限公司关于宁夏晓鸣农牧股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-15 | Chinese | ||
| 39716967 | 2025年度内部控制评价报告 | 2026-04-15 | Chinese | ||
| 39716961 | 关于2025年度利润分配预案的公告 | 2026-04-15 | Chinese | ||
| 39716960 | 2025年年度报告 | 2026-04-15 | Chinese | ||
| 39716957 | 2025年年度报告摘要 | 2026-04-15 | Chinese | ||
| 39716953 | 关于披露2026年第一季度报告的提示性公告 | 2026-04-15 | Chinese | ||
| 39716951 | 关于公司2026年度董事及高级管理人员薪酬(津贴)方案的公告 | 2026-04-15 | Chinese | ||
| 39716948 | 华西证券股份有限公司关于宁夏晓鸣农牧股份有限公司2026年度日常性关联交易预计事项的核查意见 | 2026-04-15 | Chinese | ||
| 39716944 | 关于申请银行综合授信额度及相关担保的公告 | 2026-04-15 | Chinese | ||
| 39716943 | 2025年度独立董事述职报告(翟永功) | 2026-04-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Raising of poultry
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Branko Nitra
Specializes in turkey breeding, producing hatching eggs, da…
|
BRA | SK | Agriculture, forestry and fishi… |
|
CAL-MAINE FOODS INC
A major producer and distributor of fresh shell eggs, egg p…
|
CALM | US | Agriculture, forestry and fishi… |
|
Dawushan Farm Technology Co., Ltd.
Produces premium eggs using automated systems and sustainab…
|
6952 | TW | Agriculture, forestry and fishi… |
|
Dekon Food and Agriculture Group
Primarily engaged in integrated livestock and poultry breed…
|
2419 | HK | Agriculture, forestry and fishi… |
|
Goradil Poultry OJSC
A high-tech poultry producer using advanced innovations for…
|
- | AZ | Agriculture, forestry and fishi… |
|
Gradus AD
A vertically integrated producer of poultry and processed m…
|
GR6 | BG | Agriculture, forestry and fishi… |
|
GRANJA FARIA S.A.
Large-scale producer of table eggs, fertile eggs, and one-d…
|
— | BR | Agriculture, forestry and fishi… |
|
Great Wall Enterprise Co., Ltd.
A vertically integrated agriculture and food conglomerate u…
|
1210 | TW | Agriculture, forestry and fishi… |
|
Harim Holdings Co., Ltd.
A food and agribusiness group with a vertically integrated …
|
003380 | KR | Agriculture, forestry and fishi… |
|
Henan Huaying Agricultural Development Co., Ltd.
Vertically integrated duck producer of meat, prepared foods…
|
002321 | CN | Agriculture, forestry and fishi… |
Ningxia Xiaoming Agriculture & Animal Husbandry 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/55929/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55929 | 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=55929 | 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=55929 \ -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": 55929}, 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 Ningxia Xiaoming Agriculture & Animal Husbandry Co., Ltd. (id: 55929)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.