Skip to content

Commit

Permalink
Merge pull request #53 from FinMind/debug/TaiwanStockTradingDailyRepo…
Browse files Browse the repository at this point in the history
…rtSecIdAgg

hotfix: typo
  • Loading branch information
linsamtw authored Aug 26, 2024
2 parents 45a36f9 + 757104e commit a938e00
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",
"stock_id": "2330",
"data_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",
stock_id="2330",
data_id="2330",
start_date= "2024-01-31",
end_date='2024-05-01'
token = "" # 參考登入,獲取金鑰
Expand Down

0 comments on commit a938e00

Please sign in to comment.