Skip to content

keep tracking and store taiwan stock information

Notifications You must be signed in to change notification settings

techthiyanes/tw_stocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TW Stocker

每天更新的台股歷史資料庫

使用方式,以2330為例,可以換成自己需要的股票

import pandas as pd

url="https://raw.githubusercontent.com/voidful/tw_stocker/main/data/2330.csv"
pd.read_csv(url)

資料來源

Yahoo finance,每隔5分鐘的六十天內資料,會用github action持續更新。

About

keep tracking and store taiwan stock information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%