The Alpha Vantage API doesn't deliver quotes for the NASDAQ Index (anymore?). All other indizes that I'm interested in seem to work like a charm.
For example calling the following URL (API Key masked) will deliver the quote for the S&P (symbol ^GSPC
):
https://www.alphavantage.co/query?symbol=%5EGSPC&apikey=123456789&outputsize=compact&datatype=csv&function=GLOBAL_QUOTE
I already came across this post, that describes the exact thing. The solution using the symbol ^IXIC
doesn't seem to work however (neither IXIC
). All I get is {}
.
Are some indizes like NASDAQ just not supported or is there any other symbol I have to take.