{% 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 %}Historical data unavailable for this pair{% endtrans %}
| {{ base }} | {{ target }} |
|---|
| {{ target }} | {{ base }} |
|---|
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.
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.
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 %}