I'm aware of the reasons one should not use IEEE 754 to represent currency amounts. That said, suppose I want to experiment with some time series/technical analysis on stock prices; would it be ok to ...
An unfortunate reality of trying to represent continuous real numbers in a fixed space (e.g. with a limited number of bits) is that this comes with an inevitable loss of both precision and accuracy.