Ticker โ€” London Stock Exchange Data

ticker.appticker.appv1by samdbUnverified

Search LSE-listed companies, browse the latest RNS regulatory announcements, and check upcoming financial calendar events across the London Stock Exchange.

Tools (4)2 verified

ticker-search-company

0

by samdb

Search for companies listed on the London Stock Exchange by name, TIDM (ticker symbol), or ISIN. Returns matching issuers with TIDM, name, and ISIN.

Input Schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query โ€” ticker symbol (e.g. BARC), company name (e.g. Barclays), or ISIN"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-navigate-to-companyverified

0

by samdb

Navigate the browser to a company page on Ticker by its TIDM (e.g. BARC navigates to /lse/BARC). Use after searching to view full company details.

Input Schema
{
  "type": "object",
  "required": [
    "tidm"
  ],
  "properties": {
    "tidm": {
      "type": "string",
      "description": "TIDM (Trading Instrument Display Mnemonic) e.g. BARC, NXT"
    }
  }
}
Annotations
{
  "readOnlyHint": "false",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

ticker-get-latest-rnsverified

0

by samdb

Get the latest Regulatory News Service (RNS) announcements across all LSE-listed companies. Returns titles, dates, categories, and issuer details.

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

ticker-get-financial-calendar

0

by samdb

Get upcoming financial events (earnings, dividends, AGMs, ex-dividend dates) from the Ticker financial calendar.

Input Schema
{
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "ISO date string โ€” end of date range"
    },
    "from": {
      "type": "string",
      "description": "ISO date string โ€” start of date range"
    },
    "type": {
      "type": "string",
      "description": "Event type filter (e.g. earnings, dividend, agm)"
    }
  }
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}

Config ID: 8b3986ad-f00c-4d51-a435-3c8018d33a96

Created: 3/2/2026

Updated: 3/2/2026