-
Re: create an international stock ticker
matthewo Dec 6, 2017 11:31 AM (in response to Jackson)2 people found this helpfulHey Jackson,
We ran into the exact same scenario with our stock ticker. Yahoo had a great thing going
That said, we also looked at AlphaVantage and were successful in getting our stock data through this new service (seems to be working pretty well so far with only a few outages).
I did a bit of digging for you and it turns out that the service seems to cover most markets globally. The format however is not documented anywhere, but after some syntactical trial and error, I think I found Global Brands Group Holding Ltd under 0787.HK. So the complete URL for gathering daily data would work out to https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=0787.HK&interval=1min&apikey=[yourAPIKey]
Hope this helps.
Cheers!
Matt
-
Re: create an international stock ticker
Jackson Dec 7, 2017 11:56 AM (in response to matthewo)Hey Matthew,
Thank you so much for that info! Trying to read the documentation to create a html5 stock ticker widget, you have helped me so much!
-
Re: create an international stock ticker
matthewo Dec 7, 2017 12:27 PM (in response to Jackson)You're welcome!
-
-