
CRIZAC LIMITED — Investor Relations & Filings
Crizac Limited is a global education technology and recruitment firm specializing in international student mobility. The company operates as a bridge between higher education institutions and recruitment partners, facilitating the enrollment of students into universities across major destinations such as the United Kingdom, Canada, Australia, and the United States. Its core services include application processing, compliance management, and market intelligence for partner institutions. Crizac utilizes a proprietary digital platform to streamline the recruitment lifecycle, offering tools for document verification, real-time application tracking, and commission management. By maintaining an extensive network of sub-agents and direct partnerships with universities, the organization focuses on enhancing the efficiency and transparency of the global student recruitment ecosystem.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Newspaper Publication of Audited Financial Results (Standalone & Consolidated) for the Quarter and Financial Year ended 31st March 2026 | 2026-05-26 | English | |
| Analysts/Institutional Investor Meet/Con. Call Updates | 2026-05-25 | English | |
| In accordance with Regulation 30 read with Part A of Schedule III of SEBI (Listing Obligations and Disclosure Requirements) Regulations, 2015, this is to inform you that the audio recording .... | 2026-05-25 | English | |
| Please find enclosed herewith the Annual Secretarial Compliance Report of the Company for the year ended March 31, 2026 | 2026-05-25 | English | |
| Appointment of Internal Auditor for the Financial Year 2026-27 | 2026-05-25 | English | |
| Change in Auditors | 2026-05-25 | English |
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Intermediation service activities for courses and tutors
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BetterU Education Corp.
Technology company providing a skills development platform …
|
BTRU.H | CA | Education |
|
IDP EDUCATION LIMITED
Global provider of student placement and English language t…
|
IEL | AU | Education |
|
Nerdy Inc.
Operates an AI-powered platform for live online learning an…
|
NRDY | US | Education |
CRIZAC LIMITED 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/60009/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=60009 | 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=60009 | 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=60009 \ -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": 60009}, 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 CRIZAC LIMITED (id: 60009)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.