I tried out the metrics API and I noticed something strange:
All my revenue is in GBP, yet for the item “Monthly Recurring Revenue in GBP”, the value is returned as 0 and the unit still shows as $. Only the “Monthly Recurring Revenue” item returns a value, but it’s in $.
My account “Date and Region” set up also has GBP selected, but I’m getting £0 as my MRR. Is there a way to get the actual value of GBP back? I don’t really want to do a conversion as it will be inaccurate due to currency fluctuations (and that means a conversion to USD and back to GBP which can cause even bigger discrepancies).
As an example, if I had £100 in revenue and RevenueCat uses a rate of 1.31 to convert it to USD (Monday’s rate), it would show in the API as $131. If I convert it back to GBP using a rate of 1.35 (today’s rate), the value of $131 would convert to £97. As I will be receiving my funds in GBP, this is quite inaccurate and I want to find something that can tell me my actual revenue instead of a double-converted value.