Skip to content

Commit

Permalink
feat: add TaiwanOptionTick data issue, add USStockPriceMinute update …
Browse files Browse the repository at this point in the history
…time
  • Loading branch information
linsamtw committed Apr 15, 2024
1 parent 00da818 commit 0811bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutor/TaiwanMarket/Derivative.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
#### 選擇權交易明細表 TaiwanOptionTick (只限 [backer、sponsor](https://finmindtrade.com/analysis/#/Sponsor/sponsor) 會員使用)

- 由於資料量過大,單次請求只提供一天資料
- 資料區間:2011-01-03 ~ now
- 資料區間:2011-01-03 ~ now ( 2018-02-10~2019-07-11 缺少部分資料,不完整 )
- 資料更新時間 **星期一至五 6:00**,實際更新時間以 API 資料為主

!!! example
Expand Down
4 changes: 4 additions & 0 deletions docs/tutor/UnitedStatesMarket/Technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

#### 美國股價 minute 資料表 USStockPriceMinute

- 資料更新時間 **每天 08:00**,實際更新時間以 API 資料為主

!!! example
```python
import requests
Expand Down Expand Up @@ -93,6 +95,8 @@

#### 美國股價 daily 資料表 USStockPrice

- 資料更新時間 **每天 08:00**,實際更新時間以 API 資料為主

!!! example
```python
import requests
Expand Down

0 comments on commit 0811bbc

Please sign in to comment.