Apple Stocks into TouchBar?

I find old theme on GitHub with last variant

curl -s https://www.alphavantage.co/query?function=BATCH_STOCK_QUOTES&symbols=AAPL&apikey=YOURAPIKEY | python -c "import sys, json; result=json.load(sys.stdin);
print 'AAPL ' + result['Stock Quotes'][0]['2. price']"

It load AAPL and after any time crashed.
Cant use any other Apple Stocks currency. Have errors.

Any working solutions to use it now?