Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YahooFinanceQuoteFeed.java - neue URL #646

Merged
merged 1 commit into from Nov 5, 2016

Conversation

tobsen987
Copy link
Contributor

@tobsen987 tobsen987 commented Nov 4, 2016

Yahoo hat nun einen redirect drin und teilt mit, dass die Quotes nun unter einer anderen Adresse zu beziehen sind.

Nachzuvollziehen mit curl "http://finance.yahoo.com/d/quotes.csv?s=AAPL&f=sl1d1hgpv"

<TITLE>Document Has Moved</TITLE>

Document Has Moved



Description: The document you requested has moved to a new location. The new location is "http://download.finance.yahoo.com/d/quotes.csv?s=AAPL&f=sl1d1hgpv".


Yahoo teilt mit, dass die Quotes nun unter einer anderen Adresse zu beziehen sind.

Nachzuvollziehen mit "curl http://finance.yahoo.com/d/quotes.csv?s=AAPL&f=sl1d1hgpv"

<HEAD>
<TITLE>Document Has Moved</TITLE>
</HEAD>

<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Document Has Moved</H1>
<HR>

<FONT FACE="Helvetica,Arial"><B>
Description: The document you requested has moved to a new location.  The new location is "http://download.finance.yahoo.com/d/quotes.csv?s=AAPL".
</B></FONT>
<HR>
</BODY>
@tobsen987 tobsen987 closed this Nov 4, 2016
@tobsen987 tobsen987 reopened this Nov 4, 2016
@buchen
Copy link
Member

buchen commented Nov 5, 2016

Interessant. Im Browser oder auch bei mir in PP funktioniert das weiterhin. Aber auf der Kommandozeile mit CURL bekomme ich diese Meldung ebenfalls. Möglicherweise folgt die Java Bibliothek den redirects. Ich schaue es mir an. Danke!

@buchen buchen merged commit a9ff73c into portfolio-performance:master Nov 5, 2016
buchen added a commit that referenced this pull request Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants