Api or web service to get prices and currencies from the store

I want to know if there is a kind of services that retrieve all the prices and currencies tables from iTunes Store, for example the conversion rate of 0.99 USD to MXN based on the prices and currencies that iTunes Store has .

I know that I can check an inapp for all countries, what I want to know is how to check the conversion rate for an specific price.

IAP Badger has the functionality built-in and it is based of features you can code using standard Corona code.

That said, IAP Badger is the way to go.

Your options:

You set pricing in the app stores - this is not done by IAP Badger or any direct coding to IAP.

The store libraries will automatically send back the right price for you in the user’s local currency (including taxes where appropriate etc.).

IAP Badger has the functionality built-in and it is based of features you can code using standard Corona code.

That said, IAP Badger is the way to go.

Your options:

You set pricing in the app stores - this is not done by IAP Badger or any direct coding to IAP.

The store libraries will automatically send back the right price for you in the user’s local currency (including taxes where appropriate etc.).