This task was to display stock data from Quandl. It downloads the available tickers for a certain day, displays them and lets the user choose one, then it downloads the pricing data and draws candles on a canvas. The first problem I ran into was CORS. I’m not sure whether I’m misusing their API orRead more