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
I checked and its not a calculation error, at least not from me haha
i use yahoo to fetch the rates and they are returning the rate "0.0001" :s
i'll implement and alternative way of calculating this rate, and will notify you as soon as i finish
The yahoo query language returns the minimum of 0.0001 rate, with is not suficient for some high rates like IDR, so i made a workaround, when the serice returns 0.0001 then i search for the inverted conversion, and calc the rates.
Ex: 1 IDR USD -> returns 0.0001 so i search for 1 USD IDR and calc using 1 / rate and use it to convert
@drreen, you didn't say anything, i'm closing the issue, since it's appear to be working just fine, if you have any further problem, feel free to open a new one or reopen this.
Seems like calculation error since IDR exchange rate is pretty high :)
The text was updated successfully, but these errors were encountered: