I used Mathematica to create this.
I pasted the 893 numbers into input[1] in a notebook, and the output labeled each as Out[1], Out[2], ...
Then I did
FFTPrice = Abs[Fourier[Price]]^2;
Length[FFTPrice]
returned
Then drop half of it (it's symmetrical and half is a copy...useless)
ListLinePlot[FFTHALF, ImageSize -> 1400, PlotRange -> {0, 12000}]