Destiny 2 currency farm rate
Grinding currency in Destiny 2 is all about reward per minute, not the size of any single drop. A short, repeatable loop with a modest payout often beats a long activity with a flashy reward. This tool lets you enter several farming routes, computes the per-hour rate of each, ranks them, and projects how much you will earn in a planned session on the most efficient one.
How it works
For each route the rate is simply reward divided by run time, scaled to an hour:
rate_per_hour = (currency_per_run / run_minutes) * 60
The route with the highest rate_per_hour wins. Your session projection multiplies the best route’s per-minute rate by the total minutes you plan to play:
session_haul = (best_rate_per_hour / 60) * session_minutes
Tips and notes
- Fold loading screens, travel, and reset time into each route’s run minutes — a loop with long load times is slower than it looks on paper.
- Currencies fluctuate with seasonal modifiers and boosts; re-measure a route after any event multiplier changes your per-run yield.
- Keep your units consistent. Compare glimmer to glimmer and shards to shards — mixing currencies makes the ranking meaningless.