Skip to content

Commit

Permalink
fix: TaiwanStockTradingDailyReportSecIdAgg R code
Browse files Browse the repository at this point in the history
  • Loading branch information
samlin17 committed Oct 1, 2024
1 parent fb8523d commit 318c5cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutor/TaiwanMarket/Chip.md
Original file line number Diff line number Diff line change
Expand Up @@ -1839,11 +1839,10 @@
library(httr)
library(data.table)
library(dplyr)
url = 'https://api.finmindtrade.com/api/v4/data'
url = 'https://api.finmindtrade.com/api/v4/taiwan_stock_trading_daily_report_secid_agg'
response = httr::GET(
url = url,
query = list(
dataset="TaiwanStockTradingDailyReportSecIdAgg",
data_id="2330",
securities_trader_id="1020",
start_date= "2024-07-01",
Expand Down

0 comments on commit 318c5cd

Please sign in to comment.