# Help with using Collection API Currency Converter for app

**URL:** https://forum.adalo.com/t/help-with-using-collection-api-currency-converter-for-app/46629
**Category:** External Collections, Custom Actions & Collections
**Created:** [April 9, 2024, 3:04am UTC](https://forum.adalo.com/t/help-with-using-collection-api-currency-converter-for-app/46629 "2024-04-09T03:04:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kino1](https://avatars.discourse-cdn.com/v4/letter/k/bc8723/32.png) [@Kino1](https://forum.adalo.com/u/Kino1)
#### Post date: [April 9, 2024, 3:04am UTC](https://forum.adalo.com/t/help-with-using-collection-api-currency-converter-for-app/46629/1 "2024-04-09T03:04:27Z")

</div>

So I am trying to find a way to display different pricings in different currencies within my app’s pages. I am also using Stripe which can convert the price automatically I assume, but the prices for the different currencies are not converted in my app.

I was thinking of some how linking an api (google finance? if possible) to set up values within a database so I can use formulas to convert the price. Example: I do everything in CAD. So when I want to display the price for USD users, if they have the country selected as USA, the formula in a text will take my original price value, and multiply it by a value (0.7363006) via the api that has all the conversion rates.

Is this possible? If so how do I setup this collection as I have never worked with collection api’s/external collections before.

---

<div class="post-metadata">

### Author: ![Dilon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/dilon/32/39815_2.png) [@Dilon](https://forum.adalo.com/u/Dilon)
#### Post date: [April 13, 2024, 11:29am UTC](https://forum.adalo.com/t/help-with-using-collection-api-currency-converter-for-app/46629/2 "2024-04-13T11:29:15Z")

</div>

@Kino1, in what currency the original price is?

---

<div class="post-metadata">

### Author: ![Kino1](https://avatars.discourse-cdn.com/v4/letter/k/bc8723/32.png) [@Kino1](https://forum.adalo.com/u/Kino1)
#### Post date: [April 22, 2024, 9:41pm UTC](https://forum.adalo.com/t/help-with-using-collection-api-currency-converter-for-app/46629/3 "2024-04-22T21:41:01Z")

</div>

There isn’t a default/set price, it could be any amount.
