I can\'t seem to get a CSV stock file from yahoo finance to \"success\"-fully load. I\'ve tested different callbacks and suggestions from other questions, but none of them s
You can not request CSV files from another domain unless they support CORS. Since you do not control yahoo you are out of luck there. You would need to use a proxy [request it from your own server, backend makes the get request] or a service that can make it into a jsonp request.