Skip to main content

No project description provided

Project description

just_design_phase

The just_design_phase package provides a seamless interface for interacting with the Kite Connect API for stock trading on the Zerodha platform.

Installation

To install the just_design_phase package, run the following command:

pip install just_design_phase

Configuration

Before using the just_design_phase package, you must configure your environment with necessary API keys and secrets. Follow these steps to set up your environment:

  1. Environment Variables: Store your Kite Connect API key and secret in a .env file at the root of your project. This file should contain:

    KITE_API_KEY=your_api_key_here
    KITE_API_SECRET=your_api_secret_here
    

Usage

After setting up your environment, you can begin using the just_design_phase package to interact with the Zerodha Kite Connect API. Here are the primary functionalities offered:

Placing Orders

The package provides several functions to place different types of orders. Users do not need to manually log in; the package handles authentication and session management.

  • Place a Normal Order:

    from just_design_phase import place_normal_order
    
    order_id = place_normal_order(stock_name="RELIANCE", quantity=1, order_type="BUY")
    
  • Place a Limit Order:

    from just_design_phase import place_limit_order
    
    order_id = place_limit_order(stock_name="TCS", quantity=2, price=3500, order_type="SELL")
    

Modifying Orders

To modify existing orders, use the following functions based on your requirement:

  • Modify an Order:

    from just_design_phase import modify_order
    
    modified_order_id = modify_order(variety="regular", orderId="your_order_id_here", quantity=2, price=3550)
    

Fetching Account Details

Get current holdings or positions:

  • Fetch Holdings:

    from just_design_phase import get_holdings
    
    holdings = get_holdings()
    
  • Fetch Positions:

    from just_design_phase import get_positions
    
    positions = get_positions()
    

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

just_design_phase-0.0.13.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

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

just_design_phase-0.0.13-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file just_design_phase-0.0.13.tar.gz.

File metadata

  • Download URL: just_design_phase-0.0.13.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.2.0

File hashes

Hashes for just_design_phase-0.0.13.tar.gz
Algorithm Hash digest
SHA256 fbfa6d048435447644d77a68c046aea863c7a0da9586460e5af3097f5c4dba7f
MD5 2ab4e0fcc23de852b5fd324107c22520
BLAKE2b-256 8a46a804f748c80afbc95616d41cffbf7356daa0355fec090979d41d2cd74687

See more details on using hashes here.

File details

Details for the file just_design_phase-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for just_design_phase-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 d28879ca19dc07648ca6fe307dea05eec9c266506946d643a25fcd78b2ccaede
MD5 b0eb9504de3903c088c2ff5b5460c1cd
BLAKE2b-256 afe40d3b92fd294aed5c36fde25b8fb7d362bd09962006a914e8596d6d9c1606

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