Skip to main content

Trade day handling utilities for A-share market

Project description

kepler-pulse

由于开源数据不稳定,现改为需要自行注入

安装

pip install kepler-pulse

交易日处理函数

from sangreal_calenadr import *
# 获取历史交易日
tmp_series = get_xxx() -> pd.Series
CALENDAR.inject(tmp_series)

# 获取交易日列表
get_trade_dts(begin_dt='20180101', end_dt='20180201')
['20180102', '20180103', ..., '20180201']
# 获取交易日DataFrame
get_trade_dts(begin_dt='20180101', end_dt='20180201', astype='pd')
      trade_dt
6613  20180102
6614  20180103
6615  20180104
6616  20180105
6617  20180108
# 调整非交易日至之前的最近一个交易日
adjust_trade_dt('20180101')
'20171229'
# 调整非交易日至之前的最后一个交易日
adjust_trade_dt('20180101', 'next')
'20180102'
# 往后step 1个交易日
# 注意,对于非交易日的输入,会自动将其adjust至之后的最近一个交易日
# 本质上是 step_trade_dt('20180102', 1)
step_trade_dt('20180101', 1)
'20180103'
# 往后step 1个交易日
step_trade_dt('20180101', -1)
'20171229'
# 计算两个日期间的交易日长度
delta_trade_dt('20180101', '20180305')
40

时间频率处理函数

支持weekly biweekly monthly quarterly reportly halfyearly yearly

以weekly为例

# 返回每周的第一个交易日
# 格式为Series 及 datetime
Weekly(1).get('20180101', '20190101')
6613   20180102
6617   20180108
6622   20180115
6627   20180122
6632   20180129
6637   20180205

# 返回每周的最后一个交易日
Weekly(-1).get('20180101', '20190101')
6621   20180112
6626   20180119
6631   20180126
6636   20180202
6641   20180209
6644   20180214

# 返回每周的第一个及最后一个交易日
Weekly(1, -1).get('20180101', '20190101')
6613   20180102
6617   20180108
6621   20180112
6622   20180115
6626   20180119
6627   20180122

Monthly() BiWeekly() Quarterly() ....

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kepler_pulse-0.1.7.tar.gz (25.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kepler_pulse-0.1.7-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file kepler_pulse-0.1.7.tar.gz.

File metadata

  • Download URL: kepler_pulse-0.1.7.tar.gz
  • Upload date:
  • Size: 25.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for kepler_pulse-0.1.7.tar.gz
Algorithm Hash digest
SHA256 703f497eee5476fc1b202ba209b2ca6b16b35e86c102ec522f29656d0924bc35
MD5 a6ad1156c9f73d44b092edc2acd54545
BLAKE2b-256 e56c9ae46cc55a5a25be73eb50a3ac6d169b1e792eda1167de1a4cd50ad3266e

See more details on using hashes here.

File details

Details for the file kepler_pulse-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: kepler_pulse-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for kepler_pulse-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 83718b0d46322594a2202817c7091cf24d5f3db651338fa194091498914b8a68
MD5 c46c21b7ea95284475b84e4b694f905a
BLAKE2b-256 499518c6437417a4330be5ae0bc59afdd3614a0e1d2ceab5396d78d840d6f664

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page