I don’t know if it is still Ajax if there is no XML involved.  I used PHP to
parse the CSV data from Yahoo Finance and exported it into JSON.  My server did
not support the json_decode and json_encode functions so I had to manually parse it
[…]