Thread download speichern und auslesen - yahoo finance API - csv (8 answers)
Opened by Gustl at 2013-11-08 19:28

Gustl
 2013-11-08 19:35
#171946 #171946
User since
2011-01-27
441 Artikel
BenutzerIn
[Homepage]
user image
Code (perl): (dl )
1
2
3
4
5
6
use LWP::Simple;

my $url = 'http://download.finance.yahoo.com/d/quotes.csv?s=DBK.DE&e=.csv&f=sd1opl1n0';
my $file = 'dbk.csv';

getstore($url, $file);


Ich habs schon :)

Einmal richtig googlen und schon da.

Gruß

View full thread download speichern und auslesen - yahoo finance API - csv