
AustAsia Group Ltd. — Investor Relations & Filings
AustAsia Group Ltd. is a large-scale dairy farm operator specializing in the production and distribution of raw milk, beef cattle, and feed products within Mainland China. Recognized as one of the top five operators in the Chinese market, the company manages multiple large-scale dairy farms. AustAsia's core focus is the production of premium raw milk, which is utilized in its range of distributed dairy products, including room temperature milk and yogurt. The company employs modern farming practices and adheres to stringent quality standards, emphasizing meticulous craftsmanship and animal welfare to ensure product excellence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notification Letter and Reply Form to Non-registered Holders of Securities | 2026-04-28 | English | |
| Notification Letter and Reply Form to Registered Holders of Securities | 2026-04-28 | English | |
| PROXY FORM FOR ANNUAL GENERAL MEETING TO BE HELD ON 3 JUNE 2026 | 2026-04-28 | English | |
| NOTICE OF ANNUAL GENERAL MEETING | 2026-04-28 | English | |
| PROPOSALS FOR (1) GENERAL MANDATES TO ISSUE SHARES AND REPURCHASE SHARES; (2) RE-ELECTION OF DIRECTORS; (3) RE-APPOINTMENT OF AUDITORS; AND (4) NOTICE OF ANNUAL GENERAL MEETING | 2026-04-28 | English | |
| ENVIRONMENTAL, SOCIAL AND GOVERNANCE REPORT 2025 | 2026-04-28 | English |
Market data
Market data not available
Price history
Peer group · Raising of cattle and buffaloes
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
YuanShengTai Dairy Farm Limited
Operates mega-scale dairy farms across China, producing and…
|
1431 | HK | Agriculture, forestry and fishi… |
AustAsia Group 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/50590/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50590 | 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=50590 | 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=50590 \ -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": 50590}, 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 AustAsia Group Ltd. (id: 50590)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.