Skip to main content

A client library for the QuantJourney API

Project description

QuantJourney Framework

Introduction

Welcome to the QuantJourney Framework! This comprehensive investing package is designed to streamline your access to financial data, simplify data processing, and enhance data visualization for quantitative analysis and backtesting of financial investments.

Key Features

  • Custom Algorithm Development
  • Risk Management Strategies
  • Backtesting and Optimization
  • Real-World Applications
  • Community and Support

Installation

To install the QuantJourney client library, simply run:

pip install quantjourney

Usage

Here's a quick example of how to use the QuantJourney client:

import asyncio
from quantjourney import QuantJourney

async def main():
    qj = QuantJourney()
    qj.authenticate("your_username", "your_password")
    df = qj.get_ohlcv("AAPL", "NASDAQ", "2023-01-01", "2023-12-31")
    print(df)

asyncio.run(main())

Documentation

For more detailed information on using the QuantJourney Framework, please refer to our Wiki.

Prerequisites

  • Python 3.7 or higher
  • Basic understanding of financial markets and quantitative analysis

Contributing

We welcome contributions! Please see our Contributing Guide for more details.

Issues

If you encounter any issues, please report them on our Issue Tracker.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or support, please email contact@quantjourney.pro.

Happy coding and investing!

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

quantjourney-0.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

quantjourney-0.1.0-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page