Skip to content

Commit

Permalink
fix: typo in TaiwanStockTradingDailyReportSecIdAgg
Browse files Browse the repository at this point in the history
  • Loading branch information
YenChen committed Sep 26, 2024
1 parent 57b73d4 commit d3ae7dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutor/TaiwanMarket/Chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -1824,9 +1824,9 @@
parameter = {
"dataset": "TaiwanStockTradingDailyReportSecIdAgg",
"data_id": "2330",
securities_trader_id="1020",
start_date= "2024-07-01",
end_date='2024-07-15'
securities_trader_id: "1020",
start_date: "2024-07-01",
end_date: '2024-07-15'
"token": "", # 參考登入,獲取金鑰
}
data = requests.get(url, params=parameter)
Expand Down

0 comments on commit d3ae7dc

Please sign in to comment.