Skip to main content

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


Download files

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

Source Distribution

deltafq-0.1.2.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

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

deltafq-0.1.2-py3-none-any.whl (39.0 kB view details)

Uploaded Python 3

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

Hashes for deltafq-0.1.2.tar.gz
Algorithm Hash digest
SHA256 36b644d35b61a420711ae7fc98800abf34ee232257cfe168b5dbf8ab99975d8b
MD5 c74fa98aa4d2e4453d71d3a4711e4068
BLAKE2b-256 35cc557e578654e763e7e61147de36d538e93c28390f85fa6a46ecf762597daf

See more details on using hashes here.

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

Hashes for deltafq-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4dd716940f5745c75c6b820f904b4f02623a3f5710c1741f4617b2f5f9317193
MD5 db75ae6db0cb36478038ef073c600fcf
BLAKE2b-256 d229ff1add75c2ac6ddba3cd003562b270ed4a2b328b25744b312cc6937088fb

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