Analyze stock
Project description
kabutobashi
Development Environment
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.1.1.tar.gz
(20.5 kB
view hashes)
Built Distribution
Close
Hashes for kabutobashi-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d279b1ef7df9dab450962034ce7af48fb74863538311f1b3af0a7d7f6c772365 |
|
MD5 | 76449fb575eb7be639530a30c7e3ac22 |
|
BLAKE2b-256 | a25ebebe54a61cc3127438467bf2d33a21b0f242289252027d8400eb25fef79d |