Estimate the amount of precious metals you can buy for a given budget.
Track your metals' performance over time by adding your initial deposit information.
Any transactions you add after this date will track your weight and value performance from this initial value.
You can change this value at any time, even after adding transactions.
Last updated: {{ new Date(store.me.deposit_updated_at).toLocaleString('en-GB', {day: '2-digit', month: 'short', year: 'numeric', hour: '2-digit', minute: '2-digit', hour12: false, timeZone: 'UTC', timeZoneName: 'short'}) }}
Estimate how much of one metal you can acquire by selling the other. The spot rates are prefilled, adjust them to what you can get.
Calculate the buy-back rate needed to reacquire gold after selling, accounting for commissions at various tiers.
Add your sale and purchase transactions of Gold and Silver here. These will be used to calculate your portfolio performance over time.
If you are a subscriber to BullionVault, you can upload your PDF statements directly.
| # | Date | Metal | Type | Wt (g) | Wt (oz) | Rate/g | Premium | Amount | Net Amt | Net ({{ store.me.user.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, store.me.user.currency, 0) }} | {{ t.lot_id || '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatWeight(lotTotals[t.lot_id || '__none__'].totalWeight, store.me.user.weight_unit) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].totalNetCcy, store.me.user.currency, 0) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].avgPrice, store.me.user.currency, 4) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? formatCurrency(lotTotals[t.lot_id || '__none__'].avgPrice / toOz(1), store.me.user.currency, 2) : '-' }} | {{ lotTotals[t.lot_id || '__none__'] ? lotPct(t, lotTotals[t.lot_id || '__none__']) : '-' }} | {{ t.vault || '-' }} |
Name: {{ store.me.user.name }}
Email: {{ store.me.user.email }}
User ID: {{ store.me.user.id }}
Member Since: {{ new Date(store.me.user.created_at).toLocaleString() }}
Plan: {{ store.me.user.plan }}
Email us at support@bullionfolio.com if you have any questions or feedback.
Please include your user ID and email along with a detailed description of your issue.