4

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.

dvanderb
  • 757
  • 2
  • 8
  • 20

1 Answers1

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
  • 2
    While 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
    you can get logo from url -> https://clearbit.com/logo – sultan Jan 17 '21 at 23:41