Alphavantage quote trouble

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)


------```

The error message is telling you the issue.

You’ve reached the limit.

That’s what it looks like, but I haven’t reached the limit. I created a fresh API key and manually updated only one quote, but still got this message.

There is nothing we can do about it.

The API returns limit reached, so the limit is reached.

It’s only 25 requests a day.

Thats true, because “Information” is not included in Hypertext Transfer Protocol (HTTP) Field Name Registry

1 Like