ToolAssay

AI summaries for the most recent DART filings of a Korean ticker

AI summaries for the most recent DART filings of a Korean ticker

Answers HTTP 400 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.025listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.koreafilings.com/v1/disclosures/by-ticker

CategoryEverything else
Provider hostapi.koreafilings.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no x402 terms 400 1246 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": {
      "description": "Max filings to return (1\u201350, default 5). Final price is 0.005 \u00d7 limit USDC. Note: the agent is charged for limit, not for the actual row count returned. A ticker with fewer recent filings than limit still costs the full amount; pre-filter via the free /v1/disclosures/recent feed if budget is tight. The response body's `delivered` field shows the actual count and `chargedFor` echoes the price multiplier.",
      "required": false,
      "type": "integer"
    },
    "ticker": {
      "description": "Six-digit KRX ticker (e.g. 005930 for Samsung Electronics). Resolve from a company name first via the free /v1/companies?q={name} endpoint.",
      "required": true,
      "type": "string"
    }
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON