A comprehensive Python quantitative finance library
Project description
DeltaFQ
A comprehensive Python quantitative finance library for strategy development, backtesting, and live trading.
Features
- Data Management: Efficient data fetching, cleaning, and storage
- Strategy Framework: Flexible strategy development framework
- Backtesting: High-performance historical data backtesting
- Paper Trading: Risk-free strategy testing with simulated trading
- Live Trading: Real-time trading with broker integration
- Technical Indicators: Rich library of technical analysis indicators
- Risk Management: Built-in risk control modules
Installation
pip install deltafq
Quick Start
import deltafq as dfq
# Fetch market data
data = dfq.data.fetch_stock_data('AAPL', start='2023-01-01')
# Create and test a strategy
strategy = dfq.strategy.MovingAverageStrategy(fast_period=10, slow_period=20)
results = dfq.backtest.run_backtest(strategy, data)
# Run paper trading
simulator = dfq.trading.PaperTradingSimulator(initial_capital=100000)
simulator.run_strategy(strategy, data)
Documentation
Contributing
Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 deltafq-0.1.2.tar.gz.
File metadata
- Download URL: deltafq-0.1.2.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36b644d35b61a420711ae7fc98800abf34ee232257cfe168b5dbf8ab99975d8b
|
|
| MD5 |
c74fa98aa4d2e4453d71d3a4711e4068
|
|
| BLAKE2b-256 |
35cc557e578654e763e7e61147de36d538e93c28390f85fa6a46ecf762597daf
|
File details
Details for the file deltafq-0.1.2-py3-none-any.whl.
File metadata
- Download URL: deltafq-0.1.2-py3-none-any.whl
- Upload date:
- Size: 39.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dd716940f5745c75c6b820f904b4f02623a3f5710c1741f4617b2f5f9317193
|
|
| MD5 |
db75ae6db0cb36478038ef073c600fcf
|
|
| BLAKE2b-256 |
d229ff1add75c2ac6ddba3cd003562b270ed4a2b328b25744b312cc6937088fb
|