Skip to content

Commit

Permalink
add: typo in tw tech doc
Browse files Browse the repository at this point in the history
  • Loading branch information
YenChen committed Jan 29, 2024
1 parent 2bd29d8 commit 682d820
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/tutor/TaiwanMarket/Technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
min: float64,
close: float64,
spread: float64,
Trading_turnover: float32
Trading_turnover: int64
}
```

Expand Down Expand Up @@ -775,7 +775,13 @@
| 2 | 2020-07-01 09:00:10 | 11632.4 |
| 3 | 2020-07-01 09:00:15 | 11643.5 |
| 4 | 2020-07-01 09:00:20 | 11644.2 |

=== "Schema"
```
{
date: str,
TAIEX: float64
}
```
----------------------------------
#### 當日沖銷交易標的及成交量值 TaiwanStockDayTrading

Expand Down

0 comments on commit 682d820

Please sign in to comment.