Analyze stock
Project description
kabutobashi
usage
import kabutobashi as kb
# 例データの取得
df_stock = kb.example_data()
# 分析手法
analysis_methods = [
kb.macd,
kb.sma,
kb.stochastics,
kb.adx,
kb.bollinger_bands,
kb.momentum,
kb.psycho_logical
]
kb.get_impact_with(df_stock, analysis_methods)
# n日前までの営業日の日付リストを取得する関数
target_date = "2020-01-01"
date_list = kb.get_past_n_days(target_date, n=40)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kabutobashi-0.2.0.tar.gz
(23.4 kB
view hashes)
Built Distribution
Close
Hashes for kabutobashi-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41bc08e07e030d3e0b59cea080fa21ee9be7381d7091dc256828dab0bb8d3aea |
|
MD5 | 293f5ee54572f76c4f026202880d5ee3 |
|
BLAKE2b-256 | 8979f85ce4f7932fce19a53b5f4668aaa1341b06a0299dcdc6b0c842bea3efaa |