[Colab][python]Install and use yfinance in Colab/在Colab上安裝與使用yfinance函式庫

 This video shares how to install and use yfinance in Colab

本影片分享如何在Colab上安裝與使用yfinance函式庫

1. Install yfinance library 安裝yfinance函式庫

2. Get single item or all items from stock information 獲取單一或全部的股票資訊項目

3. Get historical data of stocks (5days) 獲取股票的歷史資料  (5天)

4.  Download  historical data as .csv from google to location 將google上的歷史資料下載到在地端存成.csv檔

5. Download  historical data with start, end time and interval 使用開始、結束時間與間隔來下載歷史資料




留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗