
SuRaLa Net Co.,Ltd. — Investor Relations & Filings
SuRaLa Net Co., Ltd. is an e-learning company that provides educational solutions to children globally, with a focus on addressing educational disparities. The company develops and delivers digital learning materials, including its core products 'Surala Math' for foundational mathematics and 'Surala Nihongo' for Japanese language learning. It partners with schools, cram schools, and other educational institutions to implement its platforms. Beyond software, SuRaLa Net offers a range of support services, such as consulting for the introduction of digital education, operational guidance, and facilitator training. The company's approach centers on providing tailored learning experiences that adapt to individual needs, enabling students to acquire lasting academic skills.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-03-29 | Japanese | |
| 有価証券報告書-第14期(令和3年1月1日-令和3年12月31日) | 2022-03-29 | Japanese | |
| 四半期報告書-第14期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-05 | Japanese | |
| 訂正四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-10-22 | Japanese | |
| 訂正四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-08-12 | Japanese | |
| 四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-08-06 | Japanese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7613074 | 確認書 | 2022-03-29 | Japanese | ||
| 7613081 | 有価証券報告書-第14期(令和3年1月1日-令和3年12月31日) | 2022-03-29 | Japanese | ||
|
2021
8 filings
| |||||
| 7624799 | 四半期報告書-第14期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-05 | Japanese | ||
| 7625215 | 訂正四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-10-22 | Japanese | ||
| 7628133 | 訂正四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-08-12 | Japanese | ||
| 7662280 | 四半期報告書-第14期第2四半期(令和3年1月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7672457 | 四半期報告書-第14期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-07 | Japanese | ||
| 7674000 | 内部統制報告書-第13期(令和2年1月1日-令和2年1月31日) | 2021-03-26 | Japanese | ||
| 7673994 | 確認書 | 2021-03-26 | Japanese | ||
| 7673995 | 有価証券報告書-第13期(令和2年1月1日-令和2年12月31日) | 2021-03-26 | Japanese | ||
|
2020
4 filings
| |||||
| 7682427 | 四半期報告書-第13期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-06 | Japanese | ||
| 7686658 | 四半期報告書-第13期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7691168 | 四半期報告書-第13期第1四半期(令和2年1月1日-令和2年3月31日) | 2020-05-08 | Japanese | ||
| 7691744 | 有価証券報告書-第12期(平成31年1月1日-令和1年12月31日) | 2020-03-27 | Japanese | ||
|
2019
1 filing
| |||||
| 7697873 | 四半期報告書-第12期第3四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other educational support activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3P LEARNING LIMITED..
Global provider of digital K-12 mathematics and literacy ed…
|
3PL | AU | Education |
|
Alef Education Holding plc
Award-winning provider of AI-powered K-12 education technol…
|
ALEFEDT | AE | Education |
|
Al Masar Al Shamil Education Co.
Provides K-12 school management, curriculum design, and pro…
|
6019 | SA | Education |
|
Beacon Rise Holdings PLC
An acquisition company focused on the education technology …
|
BRS | GB | Education |
|
CHEGG, INC
An educational technology platform offering on-demand acade…
|
CHGG | US | Education |
|
China Education Resources Inc.
Ed-tech provider of educational content, intelligent system…
|
CHN | CA | Education |
|
Dadi Education Holdings Limited
Provides professional overseas studies consultancy and comp…
|
8417 | HK | Education |
|
DTCOM - DIRECT TO COMPANY S.A.
Provides educational technology and distance learning servi…
|
— | BR | Education |
|
EDUSPEC HOLDINGS BERHAD
Offers integrated education services and tech solutions for…
|
— | MY | Education |
|
Global Education Limited
Provides vocational training, skill development, and educat…
|
GLOBAL | IN | Education |
SuRaLa Net Co.,Ltd. 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/14081/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14081 | 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=14081 | 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=14081 \ -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": 14081}, 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 SuRaLa Net Co.,Ltd. (id: 14081)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.