<EconomicCalendar/>
Economic Calendar Widget
Keep an eye on key upcoming economic events, announcements, and news. Plus, set up filters in a few clicks, selecting for event importance and affected currencies.
Options
Use the TradingView Economic Calendar Widget builder to generate the options for the <EconomicCalendar/>
widget and pass into the options
prop.
example
<template>
<EconomicCalendar :options="{
width: '100%',
height: 450,
colorTheme: 'dark',
isTransparent: false,
locale: 'en',
importanceFilter: '-1,0,1',
countryFilter: 'ar,au,br,ca,cn,fr,de,in,id,it,jp,kr,mx,ru,sa,za,tr,gb,us,eu',
}"/>
</template>