Re: Regarding Forex rates percent change

Solved! Go to solution
relsell
Helper

Regarding Forex rates percent change

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"

} 

 

 

3 REPLIES 3
JasonSantagato
Regular Visitor

Re: Regarding Forex rates percent change

Looking for the same issue. Bumped into your thread. Thanks for creating it. Looking forward for solution.

API_Managers
Visa Developer Support Specialist

Re: Regarding Forex rates percent change

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,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

relsell
Helper

Re: Regarding Forex rates percent change

Thanks for answering the question .

It is helpful.