
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 |
|---|---|---|---|
| 투자설명서 | 2025-03-07 | Korean | |
| [기재정정]증권신고서(지분증권) | 2025-02-21 | Korean | |
| [기재정정]증권신고서(지분증권) | 2025-02-12 | Korean | |
| [기재정정]증권신고서(지분증권) | 2025-02-12 | Korean | |
| 증권신고서(지분증권) | 2025-01-20 | Korean | |
| 감사보고서 (2023.12) | 2024-04-08 | Korean |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
5 filings
| |||||
| 7962591 | 투자설명서 | 2025-03-07 | Korean | ||
| 7969794 | [기재정정]증권신고서(지분증권) | 2025-02-21 | Korean | ||
| 7984370 | [기재정정]증권신고서(지분증권) | 2025-02-12 | Korean | ||
| 7983934 | [기재정정]증권신고서(지분증권) | 2025-02-12 | Korean | ||
| 7991043 | 증권신고서(지분증권) | 2025-01-20 | Korean | ||
|
2024
2 filings
| |||||
| 8149622 | 감사보고서 (2023.12) | 2024-04-08 | Korean | ||
| 8149621 | 연결감사보고서 (2023.12) | 2024-04-08 | Korean | ||
|
2023
1 filing
| |||||
| 8361478 | 감사보고서 (2022.12) | 2023-04-03 | Korean | ||
|
2022
1 filing
| |||||
| 8724870 | 감사보고서 (2021.12) | 2022-04-07 | 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.