How would calculate the exchange rate of Bitcoin GBP

0 votes

I've got an API that returns the value of: USD/Bitcoin & USD/GBP.

{"USDBITCOIN":"4251.27", "USDGBP":"0.758659"}

To calculate the exchange rate of GBP/Bitcoin, I simply divide the the value of the GBP by Bitcoin, because they are both USD based.

How would calculate the exchange rate of Bitcoin/GBP? It may be really simple, but it's really baffling me. I've got the below to calculate

app.js

xOfy(unit, value) {
  return unit / value;
}

yOfX(unit, value) {
  return unit * value;
}

xOfy(gbp, bitcoin)
// 0.00018

yOfx(bitcoin, gbp)
// 3225.26

Mar 4, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 20 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP