Ticker โ€” Company Data (LSE)

ticker.appticker.app/lse/:tidmv1by samdbUnverified

Access detailed company information, live share prices, OHLCV chart data, RNS announcements, and broker research for any London Stock Exchange listed company.

Tools (5)2 verified

ticker-get-company-infoverified

0

by samdb

Get detailed issuer information โ€” name, ISIN, sector, country, exchange, market capitalisation, and more.

Input Schema
{
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": "true",
  "openWorldHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-get-company-price

0

by samdb

Get the current/latest share price. Returns the most recent OHLCV data point.

Input Schema
{
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": "true",
  "openWorldHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-get-company-chart

0

by samdb

Get OHLCV price chart data. Supports periods: 1m, 3m, 6m, 1y, 5y.

Input Schema
{
  "type": "object",
  "properties": {
    "period": {
      "type": "string",
      "description": "Chart period: 1m, 3m, 6m, 1y, or 5y (default 3m)"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "openWorldHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-get-company-announcementsverified

0

by samdb

Get RNS announcements for the company. Includes announcements published by the company and those mentioning it.

Input Schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (default 20, max 50)"
    },
    "dateTo": {
      "type": "string",
      "description": "ISO date string to filter to"
    },
    "dateFrom": {
      "type": "string",
      "description": "ISO date string to filter from"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "openWorldHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-get-company-research

0

by samdb

Get broker research reports and analyst coverage for the company.

Input Schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (default 20)"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "openWorldHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

Config ID: 10ba41c8-8859-48c1-a4d3-68b06e0d7290

Created: 3/2/2026

Updated: 3/2/2026