A modern Python library for financial indicators
Project description
Findicator
A Python library to calculate financial indicators like moving averages, RSI, Bollinger Bands, and more.
Installation
pip install findicator
Usage
from findicator import elder_ray
import pandas as pd
# Example: Calculate simple moving average
data = pd.DataFrame()
result = elder_ray(high=data['high'], low=data['low'], close=data['close'])
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
findicator-0.1.11.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file findicator-0.1.11.tar.gz.
File metadata
- Download URL: findicator-0.1.11.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.10.18 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985bc8667352b5cd785cafb7b94654ab9c9c3627934ebc175548b99a1e3eda8d
|
|
| MD5 |
bca582b749fca5e38c7bff145d04503c
|
|
| BLAKE2b-256 |
0fe3eeb8e34b5af1253f4c7f5dd8be539301ae3f955d220b65039b3095d449f2
|
File details
Details for the file findicator-0.1.11-py3-none-any.whl.
File metadata
- Download URL: findicator-0.1.11-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.10.18 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4e71dd982d59fe368c315e9977044733a47be6f0e2ffc3264cc38663d9a66f2
|
|
| MD5 |
e6b914fee21a1bd1dbb86199edd0e646
|
|
| BLAKE2b-256 |
290d426e1c532e66a95d3216a3e6b1329a150f86b43380f422ffbf1d9a16c185
|