Shop Card Price Calculator

This calculator is used to quickly determine how much it will cost to buy a certain number of cards of a given rarity from the shop in Clash Royale.

The card stacks in shop offers can cost either gold or gems, so this calculator finds the price for either scenario. You can also compare these prices with the prices of buying card stacks using gold purchased with gems so that you get the best value out of your gems.

Purchase

Cards to Purchase

Please check your inputs.
Shopkeeper

Purchase Costs

Buying {{number | number: 0 | ifEmpty: 0}} {{rarity.name[lang]}} Cards from Shop Card Stack Offers
Cost Per Card (Gold) {{cardCost("gold") / number | number: 0 | ifEmpty: 0}}
Total Cost (Gold) {{cardCost("gold") | ceil | number: 0 | ifEmpty: 0}}
Cost Per Card (Gems) {{cardCost("gems") / number | number: 2 | ifEmpty: 0}}
Total Cost (Gems) {{cardCost("gems") | ceil | number: 0 | ifEmpty: 0}}

Using Purchased Gold

Increments of Gold Purchased Effective Cost Per Card in Gems Total Cost in Gems
{{shopGoldData.pouch.name[lang]}} {{(cardCost("gold") / number) * (shopGoldData.pouch.gems / shopGoldData.pouch.gold) | number: 2 | ifEmpty: 0}} {{((cardCost("gold") / number) * (shopGoldData.pouch.gems / shopGoldData.pouch.gold)) * number | ceil | number: 0 | ifEmpty: 0}}
{{shopGoldData.bucket.name[lang]}} {{(cardCost("gold") / number) * (shopGoldData.bucket.gems / shopGoldData.bucket.gold) | number: 2 | ifEmpty: 0}} {{((cardCost("gold") / number) * (shopGoldData.bucket.gems / shopGoldData.bucket.gold)) * number | ceil | number: 0 | ifEmpty: 0}}
{{shopGoldData.wagon.name[lang]}} {{(cardCost("gold") / number) * (shopGoldData.wagon.gems / shopGoldData.wagon.gold) | number: 2 | ifEmpty: 0}} {{((cardCost("gold") / number) * (shopGoldData.wagon.gems / shopGoldData.wagon.gold)) * number | ceil | number: 0 | ifEmpty: 0}}

Usage Notes

  • The price per card for each rarity is always the same, so this calculator can be used to find the total cost of buying any number of cards over any number of days.
  • The rows of the Results table related to buying card stacks with gems are hidden when the rarity being bought is legendary since specific legendary cards cannot be bought from the shop using gems. You can, however, find the price of buying legendary cards with gold purchased with gems using the information in the “Using Purchased Gold” table.