
LAUREATE EDUCATION, INC. — Investor Relations & Filings
Laureate Education, Inc. is a provider of higher education services operating a network of five institutions in Mexico and Peru. The company offers a wide range of undergraduate and graduate degree programs across various disciplines, including business, engineering, and health sciences. Its educational model incorporates both campus-based and digital learning formats to provide accessible, quality education. Laureate focuses on preparing students for professional careers and lifelong achievement, emphasizing a multicultural perspective and positive community impact through its network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-27 | English | |
| S-8 | 2026-05-21 | English | |
| 10-Q - LAUREATE EDUCATION, INC. (0000912766) (Filer) | 2026-04-30 | English | |
| 8-K - LAUREATE EDUCATION, INC. (0000912766) (Filer) | 2026-04-30 | English | |
| ARS - LAUREATE EDUCATION, INC. (0000912766) (Filer) | 2026-04-09 | English | |
| DEF 14A - LAUREATE EDUCATION, INC. (0000912766) (Filer) | 2026-04-09 | English |
Market data
Market data not available
Price history
Peer group · Tertiary education
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
VITRU EDUCAÇÃO S.A.
Provides distance and hybrid postsecondary education via a …
|
— | BR | Education |
|
XJ International Holdings Co., Ltd.
Provision of educational services, including higher educati…
|
1765 | KY | Education |
|
YDUQS PARTICIPACOES S.A.
Educational technology and services organization focused on…
|
— | BR | Education |
LAUREATE EDUCATION, INC. 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/31075/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31075 | 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=31075 | 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=31075 \ -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": 31075}, 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 LAUREATE EDUCATION, INC. (id: 31075)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.