- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can some one point me to a visa api which i can use to get percent change for foreign exchange .
Right now if i hit foregin exchange api with right param it gives me result as
{
- "conversionRate": "0.0165",
- "destinationAmount": "1.63",
- "markUpRateApplied": "1.0",
- "originalDestnAmtBeforeMarkUp": "1.65"
}
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Regarding Forex rates percent change
Looking for the same issue. Bumped into your thread. Thanks for creating it. Looking forward for solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @relsell,
Foreign Exchange Rates API in Sandbox provides simulated data and not real-time data, therefore, it will not match with the real currency exchange rate calculator. Once you move to production you will be able to work with real data. The rate you will get in production will be correct and you can also markup on it before publishing to your customers.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Regarding Forex rates percent change
Thanks for answering the question .
It is helpful.