Skip to content

Commit

Permalink
update line notify with messaging api
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyeh9872 committed Feb 2, 2025
1 parent df4204d commit 18a8ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
- 台積電 (2330.TW)
- Microsoft (MSFT)
- Amazon (AMZN)
- Netflix (NFLX)
- Tesla (TSLA)
- QQQ
- VTI
- SMH
- ASML

### 執行檔案

Expand Down
2 changes: 1 addition & 1 deletion etf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests

# 定義股票列表
stocks = ['NVDA', '2330.TW', 'MSFT', 'AMZN', 'NFLX', 'QQQ', 'VTI', 'SMH']
stocks = ['NVDA', '2330.TW', 'MSFT', 'AMZN', 'TSLA', 'QQQ', 'VTI', 'ASML']

def get_stock_data(symbol, period='5y'):
stock = yf.Ticker(symbol)
Expand Down

0 comments on commit 18a8ece

Please sign in to comment.