Get Stock Quote from Yahoo using Node-RED
[ { "id": "d5d3c55c.ff8808", "type": "debug", "z": "3b163621.c03b8a", "name": "", "active": true, "console": "false", "complete": "false", "x": 930, "y": 180, "wires": [] }, { "id": "39834827.c17818", "type": "http request", "z": "3b163621.c03b8a", "name": "Yahoo Stock", "method": "GET", "ret": "txt", "url": "http://download.finance.yahoo.com/d/quotes.csv?s=^IXIC&f=nsl1opc1p2&e=.csv", "tls": "", "x": 510, "y": 180, "wires": [ [ "247647e3.b30f88", "5db14531.5fb30c" ] ] }, { "id": "5aba260a.74be08", "type": "inject", "z": "3b163621.c03b8a", "name": "Click me to request a stock quote...", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": true, "x": 210, "y": 180, "wires": [ [ "39834827....