
Dozn Inc. — Investor Relations & Filings
Dozn Inc. is a financial technology company that develops software and provides B2B service solutions. The company's main product lines include digital banking solutions, cross-border fund management, and data solutions. It offers a platform for digital corporate banking services, which encompasses virtual accounts, payment software, and cross-border cash management. Dozn focuses on developing financial applications and providing financial VAN (Value-Added Network) services for businesses.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 자기주식취득결과보고서 | 2026-05-18 | Korean | |
| 분기보고서 (2026.03) | 2026-05-15 | Korean | |
| 연결재무제표기준영업(잠정)실적(공정공시) | 2026-05-08 | Korean | |
| 영업(잠정)실적(공정공시) | 2026-05-08 | Korean | |
| 주식소각결정 | 2026-05-04 | Korean | |
| 소속부변경 | 2026-04-30 | Korean |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46380867 | 자기주식취득결과보고서 | 2026-05-18 | Korean | ||
| 46367097 | 분기보고서 (2026.03) | 2026-05-15 | Korean | ||
| 43891434 | 연결재무제표기준영업(잠정)실적(공정공시) | 2026-05-08 | Korean | ||
| 43872353 | 영업(잠정)실적(공정공시) | 2026-05-08 | Korean | ||
| 40716018 | 주식소각결정 | 2026-05-04 | Korean | ||
| 39078744 | 소속부변경 | 2026-04-30 | Korean | ||
| 33087258 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-03-30 | Korean | ||
| 33084650 | 사외이사의선임ㆍ해임또는중도퇴임에관한신고 | 2026-03-30 | Korean | ||
| 33084307 | 정기주주총회결과 | 2026-03-30 | Korean | ||
| 33057900 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-03-27 | Korean | ||
| 33056157 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-03-27 | Korean | ||
| 33044111 | 주요사항보고서(자기주식취득결정) | 2026-03-26 | Korean | ||
| 32991828 | 사업보고서 (2025.12) | 2026-03-20 | Korean | ||
| 32991709 | 감사보고서제출 | 2026-03-20 | Korean | ||
| 32927123 | 주주총회소집공고 | 2026-03-11 | Korean | ||
Market data
Market data not available
Price history
Peer group · Repair and maintenance of computers and communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Cyfrowe Centrum Serwisowe Spolka Akcyjna
Authorized service center for consumer electronics and tele…
|
CCS | PL | Other service activities |
|
Godsinlösen Nordic AB
Provides circular economy solutions for managing returned a…
|
GIAB | SE | Other service activities |
Dozn 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/17681/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17681 | 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=17681 | 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=17681 \ -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": 17681}, 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 Dozn Inc. (id: 17681)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.