dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
119 stars 60 forks source link

company_logo url issue #76

Closed Dmoment closed 4 years ago

Dmoment commented 4 years ago

logo=client.logo('MSFT') logo.url --->In documentation it is mentioned to return #'https://storage.googleapis.com/iex/api/logos/MSFT.png' but actually it is fetching some encrypted gibberish url -->/pp7/saeiuho..noxgoctrogocplsgsioml:/aho/pT.Ftgp3-e/egSastMiglldo/

dblock commented 4 years ago

This is expected, data in the sandbox environment is scrambled, see https://github.com/dblock/iex-ruby-client#sandbox-environment. I had given feedback to IEX that this is confusing already a couple of times ;)