Yahoo Finance All Currencies quote API Documentation

前端 未结 6 775
梦谈多话
梦谈多话 2020-12-02 09:51

I\'ve being using this feed for a long time, I believe Apple does it as well in one of the mac widgets. but what is really curious is that I simply can\'t find any documenta

6条回答
  •  死守一世寂寞
    2020-12-02 10:31

    This could help: http://finance.yahoo.com/d/quotes.csv?e=.csv&f=c4l1&s=EURUSD=X,GBPUSD=X It will return csv file:

    "EUR",1.2972
    "GBP",1.6034
    

    Or if you need json: Yahoo csv parser

提交回复
热议问题