For currency audusd:
On opening of Day1 the price is 20 and on closing of Day1 the price is 35
So the growth rate is (35-20)/20 = 0.75
So, for usdaud (reverse pair) the price at opening of Day1 will be 1/20 and the price at closing of Day1 will be 1/35
The growth rate now is (1/35-1/20)/(1/20) = -0.428
Is the calculation correct? Should the correct one be -0.75?
In general, if a quantity changes from $x_{initial}$ to $x_{final}$, the growth rate is $\dfrac{x_{final} - x_{initial}}{x_{initial}}$. So that calculation is correct.