Bug: Stock Quote Block: getQuote Behaviour
The Stock Quote block has some rather odd behaviour with regards to the getQuote method. On trying to derive a percentage calculation based on the price of a stock and the change of the stock, the calculator will never return a known value.
In fact, if I use the straight output of getQuote (e.g. environment.output(data["Stock Quotes"].price); The price will display if the block is the last in the chain. However, if I use the output of the block in any format into another block (e.g. Text Formatter, Calculator, etc etc) the text does not appear. I tried every permutation I could think of with no success.
On the other hand, the getStockChart method does return artefacts that are usable in subsequent blocks. However the information is rather sparse (e.g. quote, change, symbol) and is not as robust as the actual getQuote method that is exposed in the block.

