<ForexCrossRates/>

Forex Cross Rates Widget

This one allows you to display real-time quotes of selected currencies in comparison to other major currencies.


Options

Use the TradingView Forex Cross Rates Widget builder to generate the options for the <ForexCrossRates/> widget and pass into the options prop.

example
<template>
  <ForexCrossRates :options="{
    width: '100%',
    height: 450,
    colorTheme: 'dark',
    currencies: ['EUR', 'USD', 'JPY', 'GBP', 'CHF', 'AUD', 'CAD', 'NZD'],
    isTransparent: false,
    locale: 'en',
  }"/>
</template>

Preview

Table of Contents