---
title: "Equity Profile"
method: GET
path: "/gateway/v1/equity/profile"
tags: ["Equity"]
---

# Equity Profile

`GET /gateway/v1/equity/profile`

Returns a standardized stock company profile or ETF product profile, including its business description and source-update metadata.

## Query parameters

- `symbol` string, required — US equity ticker symbol

## Response `200`

OK

- DataObjectResponseEquityCompanyProfile
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` EquityCompanyProfile, required
    - `cik` string
    - `company_name` string, required
    - `description` string
    - `employee_count` integer
    - `exchange` string, required
    - `industry` string
    - `is_active` boolean, required
    - `listing_date` string
    - `location` string
    - `sec_filings_url` string
    - `sector` string
    - `sic_code` string
    - `sic_industry` string
    - `sic_sector` string
    - `source_updated_at` integer
    - `symbol` string, required
    - `website_url` string
  - `meta` ObjectResponseMeta, required
    - `cached` boolean, required — Whether this response was served from cache
    - `credits_used` integer, required — Credits deducted for this request
    - `empty_reason` string — Hint explaining why the data array is empty, when applicable

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/asksurf/apis/asksurf-public-rest-api.md) · [All operations](https://skmtc.dev/asksurf/apis/asksurf-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksurf/asksurf-public-rest-api/revisions/498f461e81c4/schema)
