Gold Holdings
Silver Holdings
Total Value
Spot Gold
| XAU/
Spot Silver
| XAG/
Current Holdings by Value ({{ prefs.currency }})
Gold Δ
Silver Δ
Current Holdings by Weight ({{ prefs.weight_unit }})
Gold Δ
Silver Δ
Ratio of Holdings By Value
Ratio of Holdings By Weight
Metal Price History ({{ prefs.currency }})
Holdings by Weight
Holdings by Value ({{ prefs.currency }})
Gold / Silver Ratio
Recent Transactions
Recent transaction history will appear here.
Trade Tools
Trade tools and calculators will appear here.
Initial Deposit
All Transactions
Net Gold
{{ (txSummary.goldBought - txSummary.goldSold > 0 ? '+' : '') + formatWeight({grams: txSummary.goldBought - txSummary.goldSold}) }}
+{{ formatWeight({grams: txSummary.goldBought}) }} / -{{ formatWeight({grams: txSummary.goldSold}) }}
Premium: {{ formatCurrency(txSummary.goldPremium, prefs.currency, 2) }}
Net Silver
{{ (txSummary.silverBought - txSummary.silverSold > 0 ? '+' : '') + formatWeight({grams: txSummary.silverBought - txSummary.silverSold}) }}
+{{ formatWeight({grams: txSummary.silverBought}) }} / -{{ formatWeight({grams: txSummary.silverSold}) }}
Premium: {{ formatCurrency(txSummary.silverPremium, prefs.currency, 2) }}
{{ txSelectedIds.length }} selected
{{ txBatchError }}
| # | Date | Metal | Type | Wt (g) | Wt (oz) | Rate/g | Premium | Amount | Net Amt | Net ({{ prefs.currency }}) | Lot | Lot Wt | Lot Amt | Lot Avg/g | Lot Avg/oz | Lot % | Vault | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ formatDate(t.transaction_datetime) }} | {{ t.asset }} | {{ t.type_buy ? 'Buy' : 'Sell' }} | {{ t.weight_gms }}g | {{ toOz(t.weight_gms).toFixed(2) }} | {{ formatCurrency(t.rate_gm, t.currency, 4) }} | {{ formatCurrency(t.premium, t.currency, 2) }} | {{ formatCurrency(t._amount, t.currency, 0) }} | {{ formatCurrency(t._netAmount, t.currency, 0) }} | {{ formatCurrency(t._netAmountCcy, prefs.currency, 0) }} | {{ t.lot_id || '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatWeight({grams: lotTotals[t.lot_id || '__none__'].totalWeight}) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].totalNetCcy, prefs.currency, 0) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].avgPrice, prefs.currency, 4) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].avgPrice / toOz(1), prefs.currency, 2) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? lotPct(t, lotTotals[t.lot_id || '__none__']) : '-' }} | {{ t.vault || '-' }} |
No transactions found.
Preferences
Change Password
Account
Logged in as: {{ userName }}