Skip to content

Commit

Permalink
Update example year month
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed May 15, 2024
1 parent 287aa86 commit ea2b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ ma_p_cont = stock.continuous(ma_p) # 計算五日均價持續天
ma_br = stock.ma_bias_ratio(5, 10) # 計算五日、十日乖離值
```

擷取自 20151 月至今之資料
擷取自 20243 月至今之資料

```python
stock = Stock('2330')
stock.fetch_from(2015, 1)
stock.fetch_from(2024, 3)
```

基本資料之使用
Expand Down

0 comments on commit ea2b339

Please sign in to comment.