lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

access multiple stock exchanges #68

Closed TimoFrancke-cnic closed 9 months ago

TimoFrancke-cnic commented 9 months ago

Is there a format to access stock prices from other stock exchanges? Toronto, London, etc.

If there is, I think it should be added to the Readme.

lavolp3 commented 9 months ago

I haven't tried. Can you provide me with a few example tickers?

TimoFrancke-cnic commented 9 months ago

I discovered Yahoo accepts it by submitting a letter for the stock exchange at the end, eg THG.L. it looks like Alpha uses a different format for their stocks. "LSX:THG" might be required.

lavolp3 commented 9 months ago

"THG.L" works. Note that I am not using Alphavantage anymore but yahoo finance. So you could test out your ticker with yahoo finance and then include it in the config when it works.

TimoFrancke-cnic commented 9 months ago

I didn't know Alphavantage wasn't used at all, since the API key was still mentioned in the Readme. Thank you.