Kurage Stock Brainksbrain — Japanese equity intelligence for agents
EVIDENCE-FIRST · GEMMA 4 · AGENT-READY

Evidence before judgment.

Kurage Stock Brain is a stateless intelligence API for Japanese equities. It turns licensed or user-supplied market evidence into structured technical, fundamental, disclosure, news, debate and risk judgments—each tied back to evidence IDs and an explicit as-of time.

Kurage Stock Brain stock-intelligence jellyfish icon

Kurage Stock Brain

The stock-market sibling of Kurage Crypto Brain and Kurage FX Brain.

Analysis only. No broker credentials, portfolio custody or order execution. Outputs are decision-support information, not investment advice.

A reusable brain, not another trading screen

TradingAgents-JP is the reference application. ksbrain is the independent machine-to-machine product that other agents can reuse.

TRACEABLE

Evidence IDs

Every supported claim cites evidence supplied to the API. Unknown IDs are filtered, and absent inputs produce an explicit insufficient-data result.

STRUCTURED

Agent-ready JSON

Signals, confidence, counter-evidence, risks, missing data, data quality and timestamps use stable schemas instead of free-form chat.

BOUNDARY

No execution

The brain cannot touch a brokerage account. Orchestrators keep policy, sizing, human approval and execution outside the intelligence service.

From raw evidence to an auditable decision

The API keeps collection, reasoning, orchestration and execution as separate responsibilities.

01Collect

Manual evidence or data obtained under the caller's J-Quants contract.

02Store

Normalize, timestamp, hash and assign immutable evidence IDs.

03Reason

Gemma 4 evaluates only the supplied evidence and reports gaps.

04Orchestrate

TradingAgents-JP or another agent applies debate and policy gates.

API surface

Private API-key access works now. Official x402 V2 middleware is testnet-ready and remains disabled until a receiving wallet and facilitator are deliberately configured.

RoutePurpose
POST /v1/evidenceRegister traceable evidence
POST /v1/analyze/technicalPrice and indicator judgment
POST /v1/analyze/fundamentalsFinancial-statement judgment
POST /v1/analyze/disclosureDisclosure and filing judgment
POST /v1/debate/bull-bearBull/bear synthesis
POST /v1/assess/riskRisk assessment
POST /v1/analyze/fullFull evidence analysis
POST /v1/screen/opportunitiesRank up to ten symbols
curl -X POST http://127.0.0.1:18338/v1/analyze/technical \
  -H "Authorization: Bearer $KSBRAIN_KEY" \
  -H "Content-Type: application/json" \
  -d '{"symbol":"7203","evidence_ids":["ev_..."]}'