---
title: "Get Investor Positions"
method: GET
path: "/v1/investors/{code}/positions"
tags: ["investors"]
---

# Get Investor Positions

`GET /v1/investors/{code}/positions`

Get all positions for an investor across all companies.

Returns companies where this investor has filed large shareholding reports,
with trajectory data (direction, velocity, holding %).

## Path parameters

- `code` string, required

## Query parameters

- `trajectory_type` string, nullable — Filter: accumulating, exiting, stable, new_position
- `limit` integer

## Response `200`

Successful Response

- SingleResponseInvestorPositionsData
  - `data` InvestorPositionsData, required
    - `investor` InvestorInfo
      - `edinet_code` string, nullable
      - `name_jp` string, nullable
      - `name_en` string, nullable
      - `total_positions` integer, nullable
      - `active_positions` integer, nullable
    - `positions` InvestorPositionOut[]
      - `issuer_security_code` string, nullable
      - `issuer_name` string, nullable
      - `issuer_name_jp` string, nullable
      - `latest_holding_pct` number, nullable
      - `trajectory_type` string, nullable
      - `streak_length` integer, nullable
      - `velocity_pp_per_month` number, nullable
      - `purpose_category` string, nullable
      - `first_date` string, nullable
      - `last_date` string, nullable
      - `filing_count` integer, nullable
      - `delta_90d_pct` number, nullable
      - `delta_180d_pct` number, nullable
      - `delta_1y_pct` number, nullable
      - `points` object[]
  - `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)
