Upload Failed


{{ file_type }} CSV could not be imported
{{ filename }}

The file was not saved. Fix the issues below and try uploading again. Your existing data is unchanged.

    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
Required columns
{% if file_type == "Trades" %} date, ticker, exchange, currency, fx, type, quantity, price, fees, note {% else %} date, ticker, exchange, currency, fx, amount, tax_credit, fees, note {% endif %}

fx and note may be empty. All other columns must be present. See Help & FAQ for full format details.

Back to {{ file_type }}
{% include "loading.html" %}