Alphavantage and NASDAQ Index stopped working

家住魔仙堡 提交于 2020-05-15 19:09:25

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/54751839/alphavantage-and-nasdaq-index-stopped-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!