v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Fund Letters

List companies covered by fund letters

Lists every company with at least one published fund-letter thesis, with the resolved company block (identifiers, listing, classification, market cap) and coverage stats.

Sorted by coverage (letterCount) descending. Use /v1/company/fund-letters for a specific company's full thesis feed — it accepts every standard company identifier.

get/v1/fund-letters/companies

Query parameters

apiKeystring

API Key (alternatively send via X-Api-Key header)

API Key (alternatively send via X-Api-Key header)

pageNumberinteger

Optional. Page number (1-indexed). Defaults to 1.

Example:1
pageSizeinteger

Optional. Rows per page. Defaults to 250, max 1000.

Example:250

Response

Paginated companies, most-covered first.

Example response

{
  "pagination": {
    "page": 1,
    "pageSize": 250,
    "totalCount": 512,
    "totalPages": 3,
    "hasNextPage": true
  },
  "data": [
    {
      "companyFiscalIdentifier": "FSCLC8VCN8ECR698",
      "companyKey": "NYSE_DT",
      "displayNameEnglish": "Dynatrace, Inc.",
      "sector": "Information Technology",
      "industryGroup": "Software & Services",
      "industry": "Software",
      "subIndustry": "Application Software",
      "headquartersCountryCode": "US",
      "headquartersCountryName": "United States",
      "marketCapUsd": 12798700000,
      "primaryListing": {
        "ticker": "DT",
        "exchangeCode": "NYSE",
        "exchangeName": "New York Stock Exchange",
        "operatingMic": "XNYS"
      },
      "letterCount": 42,
      "investorCount": 18,
      "fundCount": 25,
      "firstPeriod": "2020Q1",
      "latestPeriod": "2026Q1"
    }
  ]
}