Japan Company Intelligence — 適時開示・法人情報 API avatar

Japan Company Intelligence — 適時開示・法人情報 API

Pricing

Pay per usage

Go to Apify Store
Japan Company Intelligence — 適時開示・法人情報 API

Japan Company Intelligence — 適時開示・法人情報 API

Unified Japanese company intelligence: TDnet timely disclosures, EDINET filings, and gBizINFO corporate registry data from a single query (company name or securities code).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Agent Workflow Lab

Agent Workflow Lab

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

17 hours ago

Last modified

Share

Get Japanese company intelligence in one call: TDnet timely disclosures (適時開示), EDINET filings (有価証券報告書・大量保有報告書), and gBizINFO corporate registry data — unified into clean JSON, queryable by company name or securities code.

Built for analysts, investors, AI agents, and anyone who needs structured Japanese market data without navigating Japanese-only government portals.

What you get

SourceDataKey required?
TDnet (Tokyo Stock Exchange)Timely disclosures: earnings revisions, buybacks, M&A, executive changes, dividend announcementsNo
EDINET (Financial Services Agency)Official filings: annual/quarterly securities reports, large shareholding reportsFree key (bring your own)
gBizINFO (METI)Corporate registry: corporate number, address, representative, capital, employeesFree token (bring your own)

All sources are official government/exchange data — no scraping of private websites, no ToS gray zones.

Modes

1. Company report

Query one company by name (トヨタ自動車) or 4-digit securities code (7203) and get its recent disclosures, filings, and registry profile.

{
"mode": "company_report",
"query": "7203",
"maxDisclosures": 30
}

2. Market feed

Get the latest disclosures across the whole market, optionally filtered by keyword — e.g. monitor every 自己株式 (buyback), 上方修正 (upward revision), or MBO announcement as it happens.

{
"mode": "market_feed",
"keyword": "自己株式",
"maxDisclosures": 50
}

Output example

{
"type": "tdnet_disclosure",
"source": "TDnet",
"companyCode": "72030",
"companyName": "トヨタ自動車",
"title": "役員人事に関するお知らせ",
"pubdate": "2026-06-17 16:00:00",
"documentUrl": "https://..."
}

A report_summary item is always appended with source counts and any warnings.

Why bring your own EDINET/gBizINFO keys?

Both keys are free and take ~5 minutes to obtain:

The Actor works without them (TDnet-only mode), but adding them unlocks the full report. Keys are marked secret and never stored.

Notes & limitations

  • Company-name queries against TDnet match recent disclosures only; securities codes are more reliable.
  • gBizINFO lookup requires a company name (the registry has no securities-code index).
  • English company names are not yet supported for TDnet queries — use the securities code instead.
  • This Actor returns public regulatory data as-is. It is not investment advice.

Use cases

  • AI agents / RAG: feed structured Japanese disclosure data into LLM pipelines (MCP-friendly output).
  • Investor monitoring: schedule daily runs with keyword filters (buybacks, revisions, MBO) and pipe to Slack/email via Apify integrations.
  • Due diligence: one-call company snapshot combining exchange, regulator, and registry data.
  • Market research: track disclosure activity across the Japanese market without reading Japanese portals.

Support

Open an issue on the Actor's Issues tab — maintained actively, typical response within 1–2 business days.