---
title: "List Company Signals"
method: GET
path: "/v1/companies/{code}/ownership/signals"
tags: ["ownership"]
---

# List Company Signals

`GET /v1/companies/{code}/ownership/signals`

Get ownership signals for a specific company.

By default excludes trivial signals (tier 3: new_position, exit_below_5pct).

## Path parameters

- `code` string, required — Securities or EDINET code of the issuer

## Query parameters

- `signal_type` string, nullable — Filter by signal type
- `include_trivial` boolean — Include tier 3 (trivial) signals
- `limit` integer — Results per page
- `offset` integer — Results to skip (ignored when cursor is set)
- `cursor` string, nullable — Opaque cursor for keyset pagination

## Response `200`

Successful Response

- ListResponseOwnershipSignalOut
  - `data` OwnershipSignalOut[], required — Array of result objects.
    - `signal_type` string, required — Signal type: accumulation_streak, large_step_up, exit_below_5pct, etc.
    - `filer_code` string, required — Canonical EDINET code of the filer
    - `filer_name` string, nullable — Name of the filer (JP)
    - `filer_name_en` string, nullable — English name of the filer
    - `issuer_security_code` string, required — Securities code of the issuer
    - `issuer_name` string, nullable — Name of the issuer (JP)
    - `issuer_name_en` string, nullable — English name of the issuer
    - `detected_date` string, date, required — Date the signal was detected
    - `holding_ratio_pct` number, nullable — Holding ratio at signal time
    - `delta_pct` number, nullable — Change in percentage points
    - `confidence` number, required — Confidence score 0-1
    - `tier` integer — Signal tier: 1=actionable, 2=informational, 3=trivial
    - `metadata` object, nullable — Signal-specific context (streak, purpose, filers)
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.net/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
