---
title: "Company profile"
method: GET
path: "/api/v1/fundamentals/{ticker}/profile"
tags: ["Fundamentals"]
---

# Company profile

`GET /api/v1/fundamentals/{ticker}/profile`

Company metadata from SEC EDGAR: SIC industry classification, filer category, fiscal year end, state of incorporation, address, phone, tickers, exchanges, public float (market cap proxy), shares outstanding, recent filing dates.

## Path parameters

- `ticker` string, required — Security ticker symbol.

## Response `200`

Company profile metadata (identifiers, category, filings).

- EnvelopeFundamentalsTickerProfileData
  - `data` FundamentalsTickerProfileData, required
    - `entity_name` string, required — Entity human-readable name.
    - `cik` string, required — SEC Central Index Key.
    - `entity_type` string, required — Entity type (country, asn, continent).
    - `sic` string, required — SEC Standard Industrial Classification code.
    - `sic_description` string, required — SIC description.
    - `category` string, required — Category label.
    - `fiscal_year_end` string, required — Fiscal year-end (MM-DD).
    - `state_of_incorporation` string, required — State of incorporation code.
    - `state_of_incorporation_description` string, required — State of incorporation description.
    - `tickers` string[], required — Array of ticker records.
    - `exchanges` string[], required — Array of exchange records.
    - `ein` string, required — Employer Identification Number.
    - `phone` string, required — Phone number.
    - `website` unknown, required
    - `investor_website` unknown, required
    - `address` Address, required
      - `street` string, required — Street address line.
      - `street2` unknown, required
      - `city` string, required — City name.
      - `state` string, required — US state code.
      - `zip` string, required — Postal code.
    - `public_float` PublicFloat, required
      - `val` integer, required — Reported numeric value.
      - `end` string, required — End of the data range or time window.
      - `form` string, required — SEC filing form type (10-K, 10-Q, 8-K, etc).
    - `shares_outstanding` PublicFloat, required
      - `val` integer, required — Reported numeric value.
      - `end` string, required — End of the data range or time window.
      - `form` string, required — SEC filing form type (10-K, 10-Q, 8-K, etc).
    - `filing_types` FilingTypes, required
      - `3` integer, required — Count of 3 filings.
      - `4` integer, required — Count of 4 filings.
      - `5` integer, required — Count of 5 filings.
      - `25` integer, required — Count of 25 filings.
      - `144` integer, required — Count of 144 filings.
      - `SCHEDULE 13G/A` integer, required — Count of SCHEDULE 13G/A filings.
      - `8-K` integer, required — Count of 8-K filings.
      - `10-Q` integer, required — Count of 10-Q filings.
      - `PX14A6G` integer, required — Filing type PX14A6G count.
      - `DEFA14A` integer, required — Filing type DEFA14A count.
      - `DEF 14A` integer, required — Count of DEF 14A filings.
      - `25-NSE` integer, required — Count of 25-NSE filings.
      - `10-K` integer, required — Count of 10-K filings.
      - `144/A` integer, required — Count of 144/A filings.
      - `S-8` integer, required — Count of S-8 filings.
      - `424B2` integer, required — Count of 424B2 filings.
      - `FWP` integer, required — Filing type FWP count.
      - `SD` integer, required — Filing type SD count.
      - `S-3ASR` integer, required — Count of S-3ASR filings.
      - `UPLOAD` integer, required — Filing type UPLOAD count.
      - `CORRESP` integer, required — Filing type CORRESP count.
      - `SC 13G/A` integer, required — Count of SC 13G/A filings.
      - `4/A` integer, required — Count of 4/A filings.
      - `S-8 POS` integer, required — Count of S-8 POS filings.
      - `PX14A6N` integer, required — Filing type PX14A6N count.
      - `IRANNOTICE` integer, required — Filing type IRANNOTICE count.
      - `CERT` integer, required — Filing type CERT count.
      - `8-A12B` integer, required — Count of 8-A12B filings.
      - `3/A` integer, required — Count of 3/A filings.
      - `SC 13G` integer, required — Count of SC 13G filings.
      - `8-K/A` integer, required — Count of 8-K/A filings.
      - `CERTNYS` integer, required — Filing type CERTNYS count.
      - `NO ACT` integer, required — Count of NO ACT filings.
    - `last_10k` string, required — Most recent 10-K filing identifier.
    - `last_10q` string, required — Most recent 10-Q filing identifier.
    - `source` string, required — Upstream data source identifier.
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/4e2740743eb4/schema)
