Get a logo record by stock ticker
Resolve a stock ticker to a domain and return its logo record. Defaults to US exchanges; append a suffix like AAPL.L. Secret key; Pro or Enterprise.
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.