Hi,
Despite having only a few securities querying AlphaVantage, and getting a new free API key, I am getting the following error message and no quote updates for days:
Tue May 06 12:07:57 PDT 2025
VANGUARD EMG MKTS STK IDX ADM
------
Tue May 06 12:07:57 PDT 2025
Unexpected header in response: {
"Information": "We have detected your API key as ONNCX7V6X76WKUOO and our standard API rate limit is 25 requests per day. Please subscribe to any of the premium plans at https://www.alphavantage.co/premium/ to instantly remove all daily rate limits."
}
java.io.IOException: Unexpected header in response: {
"Information": "We have detected your API key as ONNCX7V6X76WKUOO and our standard API rate limit is 25 requests per day. Please subscribe to any of the premium plans at https://www.alphavantage.co/premium/ to instantly remove all daily rate limits."
}
at name.abuchen.portfolio.online.impl.AlphavantageQuoteFeed.getHistoricalQuotes(AlphavantageQuoteFeed.java:213)
at name.abuchen.portfolio.online.impl.AlphavantageQuoteFeed.getHistoricalQuotes(AlphavantageQuoteFeed.java:166)
at name.abuchen.portfolio.ui.jobs.UpdateQuotesJob$2.run(UpdateQuotesJob.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
------```