1. 程式人生 > >Tushare學習文件(六 新聞事件資料)

Tushare學習文件(六 新聞事件資料)

import  tushare  as  ts


1.即時新聞

ts.get_latest_news()  ,預設是80條新聞 ts.get_latest_news(數字小於八十)

ts.get_latest_news(top=10,show_content=True)  顯示十條資料 當show_centent=True 顯示新聞內容

 

2.資訊地雷

ts.get_notices()   此處官網是這麼寫的,但是沒有執行結果

 

3.新浪股吧

ts.guba_sina()