雅虎财务api,获得证券交易所的货币

时间:2016-10-21 13:56:44

标签: python yahoo-finance

雅虎有可能获得交易所的货币吗?

f.eks Apple正在进行NSM交流。而且我想检索NSM交易的货币。

url = "http://finance.yahoo.com/d/quotes.csv?s=AAPL+PNDORA.CO&f=x"
ftpstream = urllib.request.urlopen(url)
csvfile = csv.reader(codecs.iterdecode(ftpstream, 'utf-8'))

for line in csvfile:
    print(line)

我使用上面的代码来按符号交换股票。

0 个答案:

没有答案