Closed mikkelking closed 4 years ago
I just signed up and I have the same issue with getting prices for ASX and NZX (New Zealand) symbols. Have not been able to get an eod or intraday prices for anything on these two exchanges no matter what I try. e.g. https://api.marketstack.com/v1/eod?access_key=KEY&symbols=RVX.XASX
https://api.marketstack.com/v1/eod?access_key=KEY&symbols=FPH.XNZE
FWIW, the first problem you mentioned does not seem to affect the NZX - i.e. listing the tickers only results in 4 from ASX whereas NZX shows what appears to be a full list.
It looks like they fixed it now :)
Hi, I used to use the worldtradedata api, and am adapting to use marketstack.
I am trying to get Australian stock exchange data, but nothing seems to work
If I ask for the tickers
http://api.marketstack.com/v1/tickers?access_key=MY-KEY&exchange=XASX I get only 4 back
If I then ask for one of these tickers, eg BET.XASX, then I get no data:
http://api.marketstack.com/v1/eod?access_key=MY-KEY&symbols=BET.ASX
Any ideas?