+
+ {{ it.name }}
+ {{ fmtDate(it.trade_date) }}
+
+
+ {{ fmtClose(it.close) }}
+
+ {{ it.pct_chg != null && it.pct_chg > 0 ? '▲' : it.pct_chg != null && it.pct_chg < 0 ? '▼' : '' }}{{ fmtPct(it.pct_chg) }}
+
+
+
+
+
+
+
+
+
+ {{ hoverText(it) }}
+
+
+