---
title: "Ticker Information"
method: GET
path: "/api/stock/{ticker}/info"
---

# Ticker Information

`GET /api/stock/{ticker}/info`

Returns general information about the given ticker.

## Path parameters

- `ticker` string, required

## Response `200`

General information about the ticker.

- TickerInfoResponse
  - `announce_time` 'unkown' | 'afterhours' | 'premarket'
  - `avg30_volume` string
  - `full_name` string
  - `has_dividend` boolean
  - `has_earnings_history` boolean
  - `has_investment_arm` boolean
  - `has_options` boolean
  - `issue_type` 'Common Stock' | 'ETF' | 'Index' | 'ADR'
  - `marketcap` string
  - `next_earnings_date` string, date
  - `sector` 'Basic Materials' | 'Communication Services' | 'Consumer Cyclical' | 'Consumer Defensive' | 'Energy' | 'Financial Services' | 'Healthcare' | 'Industrials' | 'Real Estate' | 'Technology' | 'Utilities'
  - `short_description` string

## Other responses

- `404` — Ticker not found
- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/versions/0b37cadfb125/schema)
