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

<class 'tessa.price.types.SymbolNotFoundError'>, 'occurred.' when using price_latest #14

Closed
f1xxxer opened this issue Jan 2, 2023 · 2 comments

Comments

@f1xxxer
Copy link

f1xxxer commented Jan 2, 2023

Hello,

at the moment I'm using tessa 0.4.1 to get the etf prices from yahoo.

When I'm trying to get the price for the Yahoo ticker like MOGL.AX I get an error SymbolNotFoundError("No symbol found on source 'yahoo' for query 'MOGL.AX'.")

However, when I go to the yahoo finance and enter this ticker in search there's no problem with finding it.

To confirm is it not related to the rate limiting I was changing IP addresses (using my mobile).

The issues is happening since two weeks, at least for me.

Any advice?

UPD. The issue is most likely related to ranaroussi/yfinance#1268 - I will keep an eye

@ymyke
Copy link
Owner

ymyke commented Jan 2, 2023

Thanks for reporting this. This was due to the way tessa used to find out a ticker's currency.

Please update to the latest version (0.5.0) which should fix this – and also make things much more performant than before. Note that it requires to also upgrade yfinance to at least v0.2.3.

Can you please confirm that this resolves your issue?

@f1xxxer
Copy link
Author

f1xxxer commented Jan 3, 2023

yes, it is all now fixed and seems to be definitely much more performant. Thanks!

@f1xxxer f1xxxer closed this as completed Jan 3, 2023
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

2 participants