Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yfinance info logo_url value problem #1062

Closed
Hcevahir34 opened this issue Sep 17, 2022 · 2 comments
Closed

yfinance info logo_url value problem #1062

Hcevahir34 opened this issue Sep 17, 2022 · 2 comments

Comments

@Hcevahir34
Copy link

Hi,

I try to get logos from yfinance but while ticker is 'ARCLK.IS', logo_url value is empty.

I hope someone get update 'logo_url' value with 'https://logo.clearbit.com/arcelik.com.tr'

Thanks for helps,

code:

ticker = yf.Ticker('ARCLK.IS')
inf = ticker.info
print(inf)

output:

logo_url': ''

@Jossan84
Copy link
Contributor

Hi. Today I made a pull request, that I think fix this problem

@ValueRaider
Copy link
Collaborator

ValueRaider commented Oct 27, 2022

Thanks @Jossan84 , this will go out in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants