---
title: "Retrieve Institutional Activity"
method: GET
path: "/api/institution/{name}/activity"
---

# Retrieve Institutional Activity

`GET /api/institution/{name}/activity`

Fetches the trading activities for a given institution.

## Path parameters

- `name` string, required

## Query parameters

- `date` string, date
- `limit` integer
- `page` integer

## Response `200`

Successful response with institutional activity data.

- InstitutionActivityResponse
  - `data` InstitutionActivity[]
    - `avg_price` string — Average price of the security.
    - `buy_price` string — Buy price of the security.
    - `close` string — The latest stock price of the ticker.
    - `filing_date` string, date — Filing date for the activity.
    - `price_on_filing` string — The security price on the filing date.
    - `price_on_report` string — The security price on the report date.
    - `put_call` string, nullable — Whether the holding is a put or a call (null if neither).
    - `report_date` string, date — Report date for the activity.
    - `security_type` string — Type of the security (e.g., Share, Fund).
    - `sell_price` string — Sell price of the security.
    - `shares_outstanding` string — Total outstanding shares for the ticker.
    - `ticker` string — Stock ticker symbol.
    - `units` integer — Number of units involved in the activity.
    - `units_change` integer — Change in units held.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/versions/0b37cadfb125/schema)
