{% extends "base.html" %} {% set _cms_title = get_page_content(page_id, 'title', g.lang_code) %} {% set _cms_desc = get_page_content(page_id, 'description', g.lang_code) %} {% set _cms_heading = get_page_content(page_id, 'page_heading', g.lang_code) %} {% set _cms_page_desc = get_page_content(page_id, 'page_description', g.lang_code) %} {% set _cms_head_html = get_page_content(page_id, 'head_html', g.lang_code) %} {% set _cms_og_image = get_page_content(page_id, 'og_image', g.lang_code) %} {% set _cms_before_faq_title = get_page_content(page_id, 'before_faq_title', g.lang_code) %} {% set _cms_before_faq_content = get_page_content(page_id, 'before_faq_content', g.lang_code) %} {% block title %}{% if _cms_title %}{{ _cms_title }}{% else %}{{ base }} to {{ target }} — Convert {{ base_info.name }} to {{ target_info.name }} | OnlineConvert.cc{% endif %}{% endblock %} {% block description %}{% if _cms_desc %}{{ _cms_desc }}{% else %}{% trans src=base, tgt=target, rate="%.6f"|format(rate) %}Convert {{ src }} to {{ tgt }} with live exchange rates. 1 {{ src }} = {{ rate }} {{ tgt }}.{% endtrans %}{% endif %}{% endblock %} {% block og_image_tag %}{% if _cms_og_image %}{% endif %}{% endblock %} {% block extra_head %}{% if _cms_head_html %}{{ _cms_head_html|safe }}{% endif %}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% if api_unavailable %}
{% trans %}Conversion temporarily unavailable{% endtrans %}
{% trans %}The crypto rate API is currently experiencing issues. Please try again in a few minutes.{% endtrans %}
{% endif %} {% set _ht_currency_s = site.get('hero_bg_type', 'gradient') if site is defined else 'gradient' %} {% set _hero_img = site.get('hero_bg_image', '') if site is defined else '' %} {% set _hero_lcl = (site.get('hero_img_left_color_light', '#1e3a5f') if site is defined) or '#1e3a5f' %} {% set _hero_lcd = (site.get('hero_img_left_color_dark', '#0f172a') if site is defined) or '#0f172a' %}
{% if _ht_currency_s == 'image' %} {% endif %} {% if _ht_currency_s == 'gradient' %}
{% elif _ht_currency_s == 'image' and _hero_img %}
{% endif %}
{{ base }} {{ base }} {{ base_info.name }}
{% for code, info in currencies.items() %} {% endfor %}
{{ target }} {{ target }} {{ target_info.name }}
{{ "{:,.6f}".format(result) if result < 1 else "{:,.4f}".format(result) if result < 1000 else "{:,.2f}".format(result) }}
{% for code, info in currencies.items() %} {% endfor %}
1 {{ base }} = {{ "%.8f"|format(rate) if rate < 0.001 else "%.6f"|format(rate) if rate < 1 else "%.4f"|format(rate) if rate < 1000 else "{:,.2f}".format(rate) }} {{ target }} {% if date %}· {{ date }}{% endif %}
{% trans %}Current Rate{% endtrans %}
{{ "%.6f"|format(rate) if rate < 1 else "%.4f"|format(rate) if rate < 1000 else "{:,.2f}".format(rate) }}
{% trans %}30-Day High{% endtrans %}
{% trans %}30-Day Low{% endtrans %}
{% trans %}30-Day Avg{% endtrans %}
{% trans %}30-Day Change{% endtrans %}
{% if is_crypto_pair %}
{% trans %}Market Cap{% endtrans %}
{% trans %}24h Volume{% endtrans %}
{% endif %}

Rate History · {{ base }}/{{ target }}

{% for i in range(20) %}
{% endfor %}
{% if is_crypto_pair %} {% endif %}
{% if is_crypto_pair %}

{% trans %}Crypto Stats{% endtrans %}

{% trans %}All-Time High{% endtrans %}
{% trans %}7-Day Change{% endtrans %}
{% trans %}30-Day Change{% endtrans %}
{% trans %}Market Cap Rank{% endtrans %}
{% trans %}Circulating Supply{% endtrans %}
{% endif %}

{{ base }} to {{ target }}

{{ base }} {{ target }}

{{ target }} to {{ base }}

{{ target }} {{ base }}
{% if quick_conversions %}

Compare with other currencies

{% set link_codes = ['usd','eur','gbp','jpy','cny','btc','eth','chf','aud','cad','inr','krw'] %} {% for lc in link_codes %} {% if lc != base|lower and lc != target|lower %} {{ base }} to {{ lc|upper }} {% endif %} {% endfor %}
{% endif %}
About {{ base }} to {{ target }} exchange rate

The {{ base_info.name }} ({{ base }}) to {{ target_info.name }} ({{ target }}) exchange rate is currently at {{ "%.6f"|format(rate) if rate < 1 else "%.4f"|format(rate) if rate < 1000 else "{:,.2f}".format(rate) }}, meaning 1 {{ base }} equals {{ "%.6f"|format(rate) if rate < 1 else "%.4f"|format(rate) if rate < 1000 else "{:,.2f}".format(rate) }} {{ target }}{% if date %} as of {{ date }}{% endif %}.

Exchange rates fluctuate based on market conditions, economic indicators, geopolitical events, and central bank policies. The rates shown are sourced from ExchangeRate-API, the European Central Bank (via Frankfurter), and CoinGecko for cryptocurrency data.

{% trans %}When is the best time to exchange?{% endtrans %}

Currency rates change constantly during trading hours. For fiat currencies, rates tend to be most active during the overlap of major market hours (London/New York). Use the historical chart above to identify trends before converting.

What affects the {{ base }}/{{ target }} rate?

Key factors include interest rate differentials between central banks, inflation rates, trade balances, economic growth data, and market sentiment. {% if is_crypto_pair %}For cryptocurrency pairs, factors also include network activity, regulatory news, institutional adoption, and overall crypto market trends.{% endif %}

{% set _page_id = page_id %} {% include "shared/quick-faq.html" %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}