
BetterU Education Corp. — Investor Relations & Filings
BetterU Education Corp. operates as an education-to-employment technology company, providing a comprehensive skills development platform and online learning marketplace. The company functions as a technology gateway, aggregating educational content from various vendors to offer a wide range of courses for personal development and professional upskilling. BetterU's platform is designed to support organizations across all industries by providing the necessary tools and infrastructure to launch, manage, and track employee capabilities and skills development initiatives. It also facilitates work-integrated learning opportunities for students.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2021-02-01 | English | |
| Interim financial statements/report – English.pdf | 2021-02-01 | English | |
| Interim MD&A - English.pdf | 2021-02-01 | English | |
| Audited annual financial statements – English.pdf | 2021-01-21 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).pdf | 2021-01-21 | English | |
| ON form 13-502F1 (class 1 and 3B reporting issuers - participation fee).pdf | 2021-01-21 | English |
Market data
Market data not available
Price history
Peer group · Intermediation service activities for courses and tutors
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CRIZAC LIMITED
Global edtech firm specializing in international student mo…
|
CRIZAC | IN | 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 |
BetterU Education Corp. 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/46460/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=46460 | 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=46460 | 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=46460 \ -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": 46460}, 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 BetterU Education Corp. (id: 46460)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.