Skip to content
QuantReadySign In
#323easyFinance

FX Cross Rate Calculation

Problem

You are given the following spot exchange rates:

  • EUR/USD = 1.10
  • GBP/USD = 1.30

Compute the EUR/GBP cross rate — that is, how many British pounds does one euro buy?

Enter your answer as a decimal rounded to 4 decimal places.

Follow-up: If USD/JPY = 150, what is the EUR/JPY cross rate?

Constraints

  • Exchange rates are positive real numbers.
  • Output rounded to 4 decimal places.
Loading interactive editor…