# Oracle Network JP TDnet Timely Disclosure Feed

> Oracle Network JP TDnet Timely Disclosure Feed is a paid API for AI agents from oracle-network-jp-data.fly.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Fetches structured, AI-ready analysis of the latest TDnet timely disclosures from Japanese listed companies, including ticker, disclosure type, summary, sector tags, directional lean, and confidence score.

## Facts

- Endpoint: GET https://oracle-network-jp-data.fly.dev/v1/jp/ir/tdnet/latest
- 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/oracle-network-jp-data-fly-dev-aa9e2bbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4OGp9lSduzFsmJfWpFs_K

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 oracle-network-jp-data-fly-dev-aa9e2bbd
```

Example prompt: Pull the latest TDnet timely disclosures for Japanese listed companies and show me which ones have a bullish or bearish directional lean today, with their confidence scores and sector tags.

## When to prefer this

Choose this endpoint when you need pre-structured, AI-ready analysis of Japanese listed-company TDnet disclosures with directional lean and confidence scoring baked in — as opposed to raw EDINET filings or unstructured RSS feeds. Ideal for swing-horizon equity monitoring agents that need fast, daily-refreshed signals with sector and ticker metadata rather than full-text document parsing.

## Known failure modes

- Stale data: stale flag may be true if daily refresh has not yet completed
- Empty signals array: no new disclosures processed for the day
- 402 Payment Required: x402 micropayment of $0.005 USDC not fulfilled
- 503/timeout: fly.dev infrastructure unavailable
- Partial results: count may be lower than expected if upstream TDnet feed is delayed

## How this service works

Structured analysis of Japanese listed-company TDnet timely disclosures for AI agents tracking the JP equity market. Each disclosure is distilled into ticker, disclosure type, a one-line summary, sector tags, a directional lean (up/down/neutral) and a 0-1 confidence — this is structured disclosure analysis, NOT trading advice; T+delay, swing-horizon oriented. Refreshed daily.

## Output

Returns an array of structured disclosure objects, each containing: ticker symbol, disclosure type, one-line summary, sector tags, directional lean (up/down/neutral), a 0-1 confidence score, collection timestamp, source identifier ('tdnet'), total signal count, age in seconds, and a staleness flag. Refreshed daily, swing-horizon oriented.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "payload": {
        "type": "object",
        "properties": {
         "count": {
          "type": "integer"
         },
         "stale": {
          "type": "boolean"
         },
         "source": {
          "type": "string",
          "const": "tdnet"
         },
         "signals": {
          "type": "array"
         },
         "age_seconds": {
          "type": "integer"
         }
        }
       },
       "collected_at": {
        "type": "string",
        "format": "date-time"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-aa9e2bbd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle-network-jp-data.fly.dev](https://www.zero.xyz/host/oracle-network-jp-data.fly.dev/llms.txt)
