Barter Calculator
Enter flea market prices for required items to see the total rouble cost of any barter.
{% if barters %}
{% for b in barters %}
Required items
{% for ri in b.required %}
{% if ri.icon %}

{% 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 %}