You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: