{% extends "base.html" %} {% block content %}
| Date | Time | Gold Code | Gold Short Name | Quoted Buying Price | Quoted Selling Price | Trading Highest | Trading Lowest | Trading Avg | Latest Price | Volume |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ record['Date'] }} | {{ record['Time'] }} | {{ record['GoldCode'] }} | {{ record['GoldShortName'] }} | {{ record['QuotedBuyingB.Price'] }} | {{ record['QuotedSellingS.Price'] }} | {{ record['TradingHighest'] }} | {{ record['TradingLowest'] }} | {{ record['TradingAvg.'] }} | {{ record['TradingLatestTradingInfo.LatestPrice'] }} | {{ record['TradingVolume'] }} |