This API providess high quality company logos for brokerage display. Historically, this API has increased trade volume in a subtle way. The Company Logo API provides fast, reliable access to high-quality logos for publicly traded companies worldwide, designed to enhance investor dashboards, news platforms, and research tools with clean visual branding. The API returns logos in both SVG and PNG formats, supporting multiple sizes and orientations for different UI use cases.

  • Global Coverage: Supports public companies across all major global exchanges, including U.S., Europe, Asia, and emerging markets.

  • Multiple Formats: Logos are available in SVG (vector) for scalable use, and PNG for rapid rendering on web and mobile.

  • Responsive Variants: Choose from thumbnail, square, or landscape formats to suit your layout — whether it’s a compact ticker list or a full company profile.

  • High-Quality Assets: All logos are curated for clarity and accuracy, with transparent backgrounds and color-corrected rendering.

  • Ticker-Based Querying: Retrieve logos using a company’s ticker symbol, with optional fallback support for ISIN, CUSIP, or company name.

  • Mobile Quote Pages: Straightforward display on a quote page.

  • SVG: Scales well. Best for mobile applications that support various device sizes.

  • PNG: Best for simple integrations.

  • Exchanges: NYSE, NASDAQ, LSE, Euronext, TSX, TSE, HKEX, and more.

  • Asset Types: Common stocks, ETFs, ADRs, REITs, and other equity-linked products.

  • Update Frequency: Regularly refreshed to reflect logo changes from rebranding, mergers, or spin-offs.

  • Add logos to watchlists, quote pages, and portfolio summaries

  • Enrich news articles or earnings coverage with branded visuals

  • Power white-label financial apps with consistent branding elements

  • Replace brittle manual logo sourcing pipelines with a robust, API-first solution

Note: Some fields and objects are replaced with ... to improve the readability of the responses in this document.

Perform a search for securities using a symbol or other search criteria.

curl --request GET \
  --url https://api.finvera.news/logos/api/v1/logos
curl --request GET \
  --url https://api.finvera.news/logos/api/v1/logos
{
  "Logos": [
    {
      "symbol": "AAPL",
      "company_name": "APPLE INC",
      "created_at": "2025-02-24T22:18:43Z",
      "updated_at": "2025-02-24T22:18:43Z",
      "logos": {
        "png": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/png_v3/BBG001S5N8V8.png",
          "height": 100,
          "width": 100,
          "size_kb": 100
        },
        "svg": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/svg_v3/BBG001S5N8V8.svg",
          "size_kb": 100
        },
        "thumbnail": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/svg_16_9_thumbnail_v2/BBG001S5N8V8.svg",
          "size_kb": 100
        }
      },
      "security_info": [
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "",
          "figi": "BBG000N88Y58",
          "exch_code": "XF",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "",
          "figi": "BBG000N895L2",
          "exch_code": "XA",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XLON",
          "figi": "BBG000N890P9",
          "exch_code": "XL",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XSMP",
          "figi": "BBG000N88Z91",
          "exch_code": "XE",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "BOTC",
          "figi": "BBG00591FL58",
          "exch_code": "XV",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XLJU",
          "figi": "BBG000N890G9",
          "exch_code": "XJ",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XOPV",
          "figi": "BBG000N891K2",
          "exch_code": "XO",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "ARCX",
          "figi": "BBG000B9XWM6",
          "exch_code": "UP",
          "composite_figi": "BBG000B9XRY4",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        }
  ],
  "message": "Logos fetched successfully"
}
{
  "Logos": [
    {
      "symbol": "AAPL",
      "company_name": "APPLE INC",
      "created_at": "2025-02-24T22:18:43Z",
      "updated_at": "2025-02-24T22:18:43Z",
      "logos": {
        "png": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/png_v3/BBG001S5N8V8.png",
          "height": 100,
          "width": 100,
          "size_kb": 100
        },
        "svg": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/svg_v3/BBG001S5N8V8.svg",
          "size_kb": 100
        },
        "thumbnail": {
          "url": "https://d31b1il8wjbsxw.cloudfront.net/svg_16_9_thumbnail_v2/BBG001S5N8V8.svg",
          "size_kb": 100
        }
      },
      "security_info": [
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "",
          "figi": "BBG000N88Y58",
          "exch_code": "XF",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "",
          "figi": "BBG000N895L2",
          "exch_code": "XA",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XLON",
          "figi": "BBG000N890P9",
          "exch_code": "XL",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XSMP",
          "figi": "BBG000N88Z91",
          "exch_code": "XE",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "BOTC",
          "figi": "BBG00591FL58",
          "exch_code": "XV",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XLJU",
          "figi": "BBG000N890G9",
          "exch_code": "XJ",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "XOPV",
          "figi": "BBG000N891K2",
          "exch_code": "XO",
          "composite_figi": "BBG000N88V36",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        },
        {
          "symbol": "AAPL",
          "name": "APPLE INC",
          "MIC": "ARCX",
          "figi": "BBG000B9XWM6",
          "exch_code": "UP",
          "composite_figi": "BBG000B9XRY4",
          "share_class_figi": "BBG001S5N8V8",
          "market_sector": "Equity"
        }
  ],
  "message": "Logos fetched successfully"
}