Currency Converter

Pick two currencies and enter an amount. We'll fetch the latest rates (with an offline fallback) and show the converted value instantly.

How to use this tool
  • AmountEnter how much money you have in the source currency.
  • FromChoose the currency you are converting from.
  • ToSelect the currency you want to convert into.

Hit Convert to pull the current exchange rate and display the converted total. Use Swap to flip the currencies.

Loading exchange rates…
```astro --- const { id = 'ad-slot-1', label = 'Ad placeholder (paste your AdSense code here later)' } = Astro.props; ---
{label}
```