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

AUD stock prices are incorrect. #38

Open
camokarzi opened this issue Jun 10, 2024 · 1 comment
Open

AUD stock prices are incorrect. #38

camokarzi opened this issue Jun 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@camokarzi
Copy link

It seems when selecting AUD as the currency that the stock prices are quite inflated to the tune of (USD/AUD * stock price when they should be the reverse.

US and Crypto prices seem correct though.

@camokarzi camokarzi added the bug Something isn't working label Jun 10, 2024
@feram18
Copy link
Owner

feram18 commented Jun 23, 2024

I think the calculation is correct. The yahooquery API reports prices in USD, using the stock price in USD * the USD/AUD conversion rate, should yield the estimated price in AUD. Unless the ExchangeRate API is reporting an incorrect conversion rate since it only updates once per day, or if yahooquery reported the price on a different currency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants