Get a logo record by stock ticker
Resolves a stock ticker to a domain (defaults to US exchanges; append an exchange suffix such as AAPL.L) and returns its logo record. Requires a secret key and a Pro or Enterprise plan.
Authorizations
Secret key (sk_...). Server-side only. Used for the REST APIs.
Path Parameters
Stock ticker symbol, optionally with an exchange suffix.
"AAPL"
Response
Logo record for the resolved domain.
Lean logo record for a domain — resolved name, logo URL, and the served-asset identity self-hosters poll to decide when to re-download.
Resolved canonical domain.
Resolved brand name.
Image CDN URL for the served logo.
When the domain was last crawled.
A unique identifier for the logo image currently served for this domain. It changes whenever the served logo changes, so you can store it and compare it on a later request to detect updates and decide whether to re-download. You can also request this exact image at img.logo.dev/{domain}/{etag}. Omitted when no stable identifier is available for the logo.
When the served logo last changed.