---
title: "Get company facts"
method: GET
path: "/company/facts"
tags: ["Company Information"]
---

# Get company facts

`GET /company/facts`

Get company facts for a ticker.

## Query parameters

- `ticker` string
- `cik` string

## Response `200`

Company facts response

- CompanyFactsResponse
  - `company_facts` CompanyFacts
    - `ticker` string — The ticker symbol of the company.
    - `name` string — The name of the company.
    - `cik` string — The Central Index Key (CIK) of the company.
    - `industry` string — The industry of the company.
    - `sector` string — The sector of the company.
    - `exchange` string — The exchange of the company.
    - `is_active` boolean — Whether the company is currently active.
    - `location` string — The location of the company.
    - `sec_filings_url` string, uri — The URL of the company's SEC filings.
    - `sic_code` string — The Standard Industrial Classification (SIC) code of the company.
    - `sic_industry` string — The industry of the company based on the SIC code.
    - `sic_sector` string — The sector of the company based on the SIC code.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
