Is there any way to get historical stock prices from the yahoo api in the json format? I\'d like to use REST because it\'s more lightweight.
You can use YQL to fetch data. look at here the code in C#.
Or if you want current stock look at https://github.com/samkiller/stoxxbees You can have stock data in both xml or json.