Skip to content

Commit

Permalink
Merge pull request #54 from FinMind/revert-53-debug/TaiwanStockTradin…
Browse files Browse the repository at this point in the history
…gDailyReportSecIdAgg

Revert "hotfix: typo"
  • Loading branch information
linsamtw authored Aug 30, 2024
2 parents a938e00 + 041bbc4 commit b636586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutor/TaiwanMarket/Chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@
url = "https://api.finmindtrade.com/api/v4/data"
parameter = {
"dataset": "TaiwanStockTradingDailyReportSecIdAgg",
"data_id": "2330",
"stock_id": "2330",
"start_date": "2024-01-31",
"end_date": "2024-05-01",
"token": "", # 參考登入,獲取金鑰
Expand All @@ -1823,7 +1823,7 @@
url = url,
query = list(
dataset="TaiwanStockTradingDailyReportSecIdAgg",
data_id="2330",
stock_id="2330",
start_date= "2024-01-31",
end_date='2024-05-01'
token = "" # 參考登入,獲取金鑰
Expand Down

0 comments on commit b636586

Please sign in to comment.