Read the statement by Michael Teeuw here.
Stocks
-
@homebrew
i’m too - i can’t see anything on my display if i use the Stocks module.
I‘m useing mm 2.2.1 on a raspberry pi. -
I’ve found a web service which provides free intraday stock quotes. You will only need to register to get an API key.
https://www.alphavantage.co/support/#api-key
The code in the module will need to be modified though to parse a different payload result. I will try to update it today or tomorrow.
-
@alexyak
Many Thanks - i‘m looking forward.
If you update your code - i will Test it ;) -
I’ve updated the code to support the new API’s from https://iextrading.com/developer/docs/#stocks. Which BTW, doesn’t even require registration.
-
Alexyak this is great thanks! The iex API seems to only support US stocks. Any chance of integrating Alphavantage into this great module? Would love to get some CDN ( TSX ) stocks into it
Thanks!
-
Many thanks for all your work Alexyak. I can’t seem to get the stock to display. I am using the default configuration file and this is display on the terminal during execution:
Connecting socket for: stocks stocks helper started ... Sockets connected & modules started ... Launching application. url:https://api.iextrading.com/1.0/stock/.DJI/quote url:https://api.iextrading.com/1.0/stock/MSFT/quote url:https://api.iextrading.com/1.0/stock/AAPL/quote url:https://api.iextrading.com/1.0/stock/GOOG/quote url:https://api.iextrading.com/1.0/stock/INTC/quote url:https://api.iextrading.com/1.0/stock/CICS/quote url:https://api.iextrading.com/1.0/stock/TSLA/quote url:https://api.iextrading.com/1.0/stock/FB/quote
Any suggestions?
Thanks, Mitch -
Me too - i do not see anything on my display.
I use the default config too. -
There are a few symbols that don’t exist. Remove .DJI and CICS
-
Thanks again, that fixed it (although the DJI would be nice…).
I really appreciate your efforts.
Mitch
-
Awesome, and chance of getting alpha api to work for Canadian Stocks? ;) Thanks