Barter Calculator

Enter flea market prices for required items to see the total rouble cost of any barter.





{% if barters %}
{% for b in barters %}
{% if b.reward_icon %} {{ b.reward_short }} {% endif %}
{% if b.reward_wiki %} {{ b.reward_name }}{% if b.reward_count > 1 %} ×{{ b.reward_count }}{% endif %} {% else %} {{ b.reward_name }}{% if b.reward_count > 1 %} ×{{ b.reward_count }}{% endif %} {% endif %}
{{ b.trader }} · LL{{ b.level }}
{{ b.trader }} LL{{ b.level }} {% if b.task_unlock %} 🔒 {{ b.task_unlock }} {% endif %}
Required items
{% for ri in b.required %}
{% if ri.icon %} {{ ri.short }} {% else %}
{% endif %}
{{ ri.name }}
× {{ ri.count }}
{% endfor %}
Total cost: Enter prices above to calculate
{% endfor %}
{% else %}
No barter data available. Check your connection to tarkov.dev.
{% endif %}