---
title: "Get segment KPIs from latest transcript"
method: GET
path: "/equity/{symbol}/analysis"
tags: ["Equities"]
---

# Get segment KPIs from latest transcript

`GET /equity/{symbol}/analysis`

## Path parameters

- `symbol` string, nullable, required

## Response `200`

Successful Response

- ResponseModelListMetric
  - `data` Metric[], nullable
    - `label` string, required
    - `category` string, required
    - `value` union, required
      - integer
      - number
    - `unit` string, required
  - `message` string, nullable — A message with the response status.
  - `info` union — Additional information or metadata about the response. Varies by response type.
    - object
    - string

## Other responses

- `422` — Validation Error

---

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