# DART Company Disclosure Timeline

> DART Company Disclosure Timeline is a paid API for AI agents from dartapi.ljaysk.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a chronological list of classified disclosure events for a single Korean listed company by its 6-digit ticker or DART corp code.

## Facts

- Endpoint: GET https://dartapi.ljaysk.com/v1/company/060310/events
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dart-company-disclosure-timeline-59f21b68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iCwUa6RCgbCMlS2kKVIDV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dart-company-disclosure-timeline-59f21b68
```

Example prompt: Pull the full disclosure timeline for Korean KOSDAQ company 3S Korea — ticker 060310 — and show me which events are flagged as material, including their categories and filing dates.

## When to prefer this

Use this endpoint when you need a structured, classified timeline of all disclosure events for a specific Korean listed company identified by its 6-digit KRX ticker or DART corp code. Prefer this over the material-only endpoint when you want the full disclosure history including non-material filings, and over the cursor-based delta endpoint when you want a complete snapshot rather than incremental updates.

## Known failure modes

- Invalid or unknown ticker/corp code returns empty events array or 404
- Non-Korean or delisted company identifiers may return no results
- Ticker with fewer or more than 6 digits rejected as malformed
- Rate limiting or payment failure (x402) if USDC balance insufficient
- DART source temporarily unavailable causing stale or missing data

## How this service works

Disclosure timeline for one Korean listed company (6-digit ticker or DART corp code).

## Output

A JSON object containing a count and an array of disclosure events, each with the company's DART code and English/Korean names, market (KOSPI/KOSDAQ), event category in English and Korean (e.g. Supply/Sales Contract), materiality flag, importance score (0–1), DART receipt number, filing date, and a direct link to the original DART source document.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dart-company-disclosure-timeline-59f21b68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dartapi.ljaysk.com](https://www.zero.xyz/host/dartapi.ljaysk.com/llms.txt)
