
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 |
|---|---|---|---|
| General Updates | 2025-10-30 | English | |
| In compliance with Regulation 30 of SEBI (LODR) Regulations, 2015, we inform that Mr. Christopher Flood Nagle is appointed as Director of Crizac Ltd (UK) and Mr. Gaurav Agarwal has resigned .... | 2025-10-30 | English | |
| Press Release | 2025-10-24 | English | |
| Crizac Ltd (UK) wholly owned subsidiary of the company enters into Definitive Agreements to Acquire Controlling Stake in Studies Planet.com Limited | 2025-10-24 | English | |
| Acquisition | 2025-10-24 | English | |
| Intimation under Regulation 30 of SEBI (Listing Obligations and Disclosure Requirements) Regulations, 2015- Acquisition by the wholly owned subsidiary of the Company. | 2025-10-24 | 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.