v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Finance

Company logo redirect (Wikidata + DuckDuckGo fallback)

Returns a 302 redirect to the best logo image URL for the given ticker. Resolution order: Wikidata P154 (company logo) -> Wikidata P18 (image) -> DuckDuckGo Icons favicon (via Wikidata P856 official website). Returns 404 when none of the three tiers has data, 502/504 when the SPARQL upstream fails. Designed for direct browser embed via <img src='.../logo.png'>. For raw metadata in JSON, use the companion /{symbol}/logo endpoint. Sprint 9C.x: optional ?width=<n> query param (16-2048) scales the image server-side via the Wikimedia Commons CDN. Has no effect on the DuckDuckGo Icons fallback (favicon-sized images only).

get/api/v2/quotes/{symbol}/logo.png

Path parameters

symbolstring required

Security ticker symbol.

Security ticker symbol.

Query parameters

widthinteger nullable

Optional pixel width for server-side scaling via Wikimedia Commons CDN. 16-2048 px. Ignored for the DuckDuckGo Icons fallback tier.

Optional pixel width for server-side scaling via Wikimedia Commons CDN. 16-2048 px. Ignored for the DuckDuckGo Icons fallback tier.

Response

302 redirect to the best available logo image URL.

{"stackTrail":"paths:/api/v2/quotes/{symbol}/logo.png:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}