Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

似乎沒有當日的即時資料? #32

Closed
pahome opened this issue May 8, 2020 · 1 comment
Closed

似乎沒有當日的即時資料? #32

pahome opened this issue May 8, 2020 · 1 comment

Comments

@pahome
Copy link

pahome commented May 8, 2020

感謝大大開放這麼方便的API讓大家使用

在看到文件教學時試著操作以下部分取得今日5/8的股票資訊

form_data = {'dataset':'TaiwanStockPrice','stock_id':'2330','date':'2020-05-08'}
res = requests.post(url,verify = True,data = form_data)

temp = res.json()
data = pd.DataFrame(temp['data'])
data.head()

但是卻沒有跑出今日5/8的資料? 請問是通常會延遲一天嗎

謝謝

@linsamtw
Copy link
Collaborator

linsamtw commented May 8, 2020 via email

@linsamtw linsamtw closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants