4

This API call for NASDAQ Composite used to work. Now it returns just an empty JSON. {}. No error message.

https://www.alphavantage.co/query?function=TIME_SERIES_MONTHLY&symbol=IXIC&apikey=your_api_key

Other indices seem to work OK eg DJI, SPX

An email to support has not been answered.

Anyone have any more information on this?

Ron Rosenfeld
  • 53,870
  • 7
  • 28
  • 60
  • I see the same thing. One interesting thing I've found is that you can make that request repeatedly (I tried it 100 times in a row) without getting rate limited. It's like that symbol sends the request into a black hole. – Keith Layne Apr 02 '19 at 16:48

1 Answers1

2

UPDATE

The trick below has stopped working. Hopefully Alpha Vantage will regain their access to the NASDAQ soon.

Try replacing IXIC with NASDAQ:^IXIC

https://www.alphavantage.co/query?function=TIME_SERIES_MONTHLY&symbol=NASDAQ:^IXIC&apikey=your_api_key

randyth
  • 95
  • 6