Is there a way to dynamically pull company logos for banks and brokerages into a webpage without individually downloading each logo or building a list of URL's to link to them directly? I'm looking for any site that has an API to get company logos given a ticker symbol, company name, or website URL.
Asked
Active
Viewed 3,345 times
4
-
you can try to do a wrap around a standard google images search? – Vinicius Kamakura Jun 30 '11 at 04:11
-
I doubt this exists. Even Google Finance and Yahoo Finance do not include company logos in their products. – Asaph Jun 30 '11 at 04:12
-
@hexa: ... and wilfully ignore the notice "Image may be subject to copyright." Cue the lawyers in 3...2...1... – Piskvor left the building Jun 30 '11 at 09:06
-
What about simply providing a link to their image/company logo? Wouldn't that be legal? – zzz May 05 '12 at 12:04
1 Answers
3
No, there isn't one.
You could build it, but note that most companies have restrictions on the use of their logos, so you'd need to have an agreement with each of them (that is probably why no such service exists).

Piskvor left the building
- 91,498
- 46
- 177
- 222
-
2While the resizing is done in your app/site, for the logos themselves, there’s another API for that: RiteKit Company Logo (REST): https://ritekit.com/api-demo/company-logo In the RiteKit demo dashboard you can even test it without registration, login or API token. There’s a generous free tier and then, it’s very cheap to use at scale. Let us know if you have questions or need help with anything. – osakasaul Aug 05 '17 at 07:05
-
1