NARASOFT Co.,Ltd. — Investor Relations & Filings
NARASOFT Co.,Ltd. is a software development company that provides information technology services and solutions. The firm specializes in services based on meta-technology, with a focus on its SmartScreen solutions which include screen sports simulators for golf and tennis. The company also develops and supplies SmartCampus educational platforms. Its broader portfolio encompasses software for writing tools, security, business support, and electronic payment systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 감사보고서 (2025.12) | 2026-04-14 | Korean | |
| 기타주요경영사항(자율공시) (상장폐지효력정지가처분 기각 결정에 대한 즉시항고장 제출) | 2026-02-02 | Korean | |
| 기타시장안내 (상장폐지 효력정지 가처분 신청 기각 결정에 따른 정리매매절차 재개) | 2026-01-27 | Korean | |
| 주권매매거래정지해제 (상장폐지에 따른 정리매매 재개) | 2026-01-27 | Korean | |
| 조회공시요구(풍문또는보도)에대한답변(미확정) | 2026-01-26 | Korean | |
| 기타주요경영사항 ( M&A 최종인수예정자 선정 허가 결정 ) | 2026-01-22 | Korean |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 34467055 | 감사보고서 (2025.12) | 2026-04-14 | Korean | ||
| 13929868 | 기타주요경영사항(자율공시) (상장폐지효력정지가처분 기각 결정에 대한 즉시항고장 제출) | 2026-02-02 | Korean | ||
| 13384490 | 기타시장안내 (상장폐지 효력정지 가처분 신청 기각 결정에 따른 정리매매절차 재개) | 2026-01-27 | Korean | ||
| 13384487 | 주권매매거래정지해제 (상장폐지에 따른 정리매매 재개) | 2026-01-27 | Korean | ||
| 13318613 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2026-01-26 | Korean | ||
| 13192055 | 기타주요경영사항 ( M&A 최종인수예정자 선정 허가 결정 ) | 2026-01-22 | Korean | ||
|
2025
9 filings
| |||||
| 12200088 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-12-26 | Korean | ||
| 33029287 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-10-31 | Korean | ||
| 33022707 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-10-02 | Korean | ||
| 7866720 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-09-04 | Korean | ||
| 7871227 | 소송등의판결ㆍ결정 | 2025-08-19 | Korean | ||
| 7878853 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-08-04 | Korean | ||
| 7886687 | 소송등의제기ㆍ신청(경영권분쟁소송) | 2025-07-07 | Korean | ||
| 7887075 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-07-04 | Korean | ||
| 7895102 | 조회공시요구(풍문또는보도)에대한답변(미확정) | 2025-06-05 | Korean | ||
Market data
Market data not available
Price history
Peer group · Development of video games, video game software, and video game software tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EXTREME CO.,LTD.
Develops digital content and provides technology services b…
|
6033 | JP | Telecommunications, computer pr… |
|
Fantasma Games AB
A game studio developing innovative online slot games for m…
|
FAGA | SE | Telecommunications, computer pr… |
|
Forgame Holdings Limited
Investment holding company operating game development and e…
|
484 | KY | Telecommunications, computer pr… |
|
Fun Key Studios Inc.
Specialized provider of detailed character and monster anim…
|
— | CA | Telecommunications, computer pr… |
|
GameOn Entertainment Technologies Inc.
Specializes in white-label gamification and fan engagement …
|
GET | CA | Telecommunications, computer pr… |
|
GOLFZON Co., Ltd.
Develops and sells advanced indoor golf simulators for ente…
|
215000 | KR | Telecommunications, computer pr… |
|
Guangxi Xinxunda Technology Group Co.,Ltd.
Develops mobile games, internet software solutions, and dig…
|
300518 | CN | Telecommunications, computer pr… |
|
HEROZ,Inc.
Develops AI for intellectual games and provides AI solution…
|
4382 | JP | Telecommunications, computer pr… |
|
Huuuge Inc.
Global developer and publisher of free-to-play social casin…
|
HUUUGE | US | Telecommunications, computer pr… |
|
Imperium Technology Group Limited
Diversified group operating in digital technology, manufact…
|
776 | HK | Telecommunications, computer pr… |
NARASOFT 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/17715/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17715 | 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=17715 | 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=17715 \ -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": 17715}, 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 NARASOFT Co.,Ltd. (id: 17715)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.