stock quotes with javascript

后端 未结 6 1027
眼角桃花
眼角桃花 2021-02-08 17:32

Does anyone know a way to get live - or 20 minutes delayed - stock quotes using javascript? I looked at the google api at http://code.google.com/apis/finance/docs/finance-gadget

6条回答
  •  遥遥无期
    2021-02-08 17:58

    This code pulls multiple stocks information from Yahoo Finance. No plugin needed, only using jQuery. I got the rest end point at https://developer.yahoo.com/yql/console/ , under the community table yahoo.finance.quote.

    
    

提交回复
热议问题