
Ataa Educational Co. — Investor Relations & Filings
Ataa Educational Co. operates an extensive network of private schools providing comprehensive academic services from pre-school through secondary education. The company manages a diverse portfolio of educational institutions that offer both national and international curricula, including American, British, French, and Indian programs. Its core operations involve the delivery of standardized academic instruction, specialized training programs, and educational management services. Ataa Educational Co. focuses on the integration of advanced pedagogical methods and digital learning technologies to support student development. The organization expands its reach through the acquisition and development of educational complexes, aiming to provide diverse learning environments that cater to various cultural and academic requirements.
Recent filings
Market data
Market data not available
Price history
Peer group · General secondary education
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
International School Augsburg AG
A private, English-speaking IB World School for students ag…
|
9JK | DE | Education |
|
Lixiang Education Holding Co. Ltd.
An investment holding company that formerly operated a priv…
|
LXEH | US | Education |
|
MegaStudyCo.,Ltd.
Educational services provider with online courses, offline …
|
072870 | KR | Education |
|
National Company for Learning and Education
Owns and manages private K-12 schools with national and int…
|
4291 | SA | Education |
|
Scientia School S.A.
Develops tech-integrated management models for educational …
|
MLSCI | ES | Education |
|
Stride, Inc.
Education technology company providing online and blended l…
|
LRN | US | Education |
|
Tianli International Holdings Limited
A leading comprehensive private education service provider …
|
1773 | HK | Education |
|
Wisdom Education International Holdings Company Limited
Large-scale private education provider operating premium pr…
|
6068 | KY | Education |
Ataa Educational Co. 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/53431/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53431 | 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=53431 | 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=53431 \ -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": 53431}, 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 Ataa Educational Co. (id: 53431)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.