---
title: "Filer profile"
method: GET
path: "/api/v2/filings/{cik}"
tags: ["Filings"]
---

# Filer profile

`GET /api/v2/filings/{cik}`

A filer's identity, ticker, resolved entity_id, recent filings, and XBRL financial highlights. Requires a plan with SEC filings access (`can_use_filings`) — the Corporate & Supply Chain plan and above.

## Path parameters

- `cik` integer, required

## Response `200`

Filer profile for the CIK. Envelope: { success, cik, company_name, ticker (or null), entity_id (entity-spine id, or null), recent_filings (up to 25 recent rows: accession_no, company_name, form_type, file_date, is_amendment, primary_doc_url), risk_factors (disclosed Item-1A risk themes), xbrl_highlights (headline concepts: concept, unit, value, period_end) }.

- object
  - `success` boolean
  - `cik` integer
  - `company_name` string
  - `ticker` string
  - `entity_id` string
  - `recent_filings` object[]
    - `accession_no` string
    - `cik` integer
    - `company_name` string
    - `form_type` string
    - `file_date` string
    - `is_amendment` boolean
    - `primary_doc_url` string
  - `risk_factors` string[]
  - `business` object
    - `description` string
    - `segments` string[]
    - `products_services` string[]
  - `xbrl_highlights` object[]
    - `concept` string
    - `unit` string
    - `value` integer
    - `period_end` string

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED)
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
