Cn-stock-holidays

Latest version: v1.11

Safety actively analyzes 625891 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.5

---

* 更新2020年中国市场休假数据 ref: <https://www.tdx.com.cn/url/holiday/>


$("table.table tr td:first-child").map((i, e)=>e.innerText).toArray().filter(e => /[\d.]/.test(e)).map(e=>e.replace(/\./g, "")).join("\n")


* 更新2019,2020年香港股市休市数据 ref: <https://www.hkex.com.hk/Services/Trading/Derivatives/Overview/Trading-Calendar-and-Holiday-Schedule?sc_lang=en>


$("table.table tr td:first-child").map((i, e)=>e.innerText).toArray().filter(e => /[\d.]/.test(e)).map(e=>e.replace(/\./g, "")).filter(e=>e.includes("/")).map(e=> moment(e, "D/M/YYYY").format("YYYYMMDD")).join("\n")

1.4

---

* 更新2019年中国市场假期数据

1.3

---

* update hk 2018 holiday data

1.2

---

* 增加get-day-list命令,用于获取一段周期内的工作日或者休息日列表

1.1

---

* merge pr 2 from JaysonAlbert
* 增加minutes per session
* 从wind获取假日信息代码

1.0

---

* 增加对香港交易所的支持

0.x
---

* 史前版本,历史记录还未整理

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.