
ASIA VETS HOLDINGS LTD. — Investor Relations & Filings
ASIA VETS HOLDINGS LTD., through its subsidiary AVH Animal Ark Pte. Ltd., provides comprehensive veterinary care and clinical services for small animals such as dogs, cats, and rabbits. The company offers a range of services including general veterinary care, advanced diagnostics, medical treatments, surgical procedures, and dental care. It is committed to delivering the highest standard of pet care with compassion, aiming for minimally stressful conditions, and operates an open concept veterinary clinic.
Recent filings
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Veterinary activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CROSSWORD CYBERSECURITY PLC
Develops and markets cybersecurity software and provides co…
|
CCS | GB | Professional, scientific and te… |
|
CVS GROUP PLC
An integrated veterinary services provider with practices, …
|
CVSG | GB | Professional, scientific and te… |
|
INSPIRE VETERINARY PARTNERS, INC.
Acquires and operates a network of employee-owned small ani…
|
IVP | US | Professional, scientific and te… |
|
Japan Animal Referral Medical Center Co.,Ltd.
Operates advanced veterinary hospitals providing secondary,…
|
6039 | JP | Professional, scientific and te… |
|
WOLVES HAND Co., Ltd.
Operates veterinary hospitals and grooming salons offering …
|
194A | JP | Professional, scientific and te… |
ASIA VETS HOLDINGS 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/67789/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=67789 | 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=67789 | 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=67789 \ -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": 67789}, 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 ASIA VETS HOLDINGS LTD. (id: 67789)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.