---
title: "Search Investors"
method: GET
path: "/v1/investors/search"
tags: ["investors"]
---

# Search Investors

`GET /v1/investors/search`

Search investors by name or EDINET code.

Searches across ownership trajectories and large shareholding filings.
Matches Japanese filer names, English names in parentheses, and company names.

## Query parameters

- `q` string, required — Search by investor name or EDINET code
- `limit` integer

## Response `200`

Successful Response

- ListResponseInvestorSearchResult
  - `data` InvestorSearchResult[], required — Array of result objects.
    - `edinet_code` string, nullable
    - `name_jp` string, nullable
    - `name_en` string, nullable
    - `positions` integer, nullable
  - `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)
