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.12.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.12-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: just_design_phase-0.0.12.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.12.tar.gz
Algorithm Hash digest
SHA256 09a595576ab464834e940efc96cbbdc8a96f2dfa116491cd4ee0b73b79f390c0
MD5 a7d1e7d63722f900071a6ab493bdfa84
BLAKE2b-256 2a7766f40c45637ae677a58c2b08c355236b32ca6dfabb01d6d0d0fe69d4aada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for just_design_phase-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 94c4735a1c6356c47f3f623b13b87c501259b30c5d674254b87d7f1d3598c0db
MD5 0ea78af0e0b65537bba7ac91ead508d7
BLAKE2b-256 d486bbfc663753e42c386a499235c1293edc5e09f3d5848f6998f30ce91bb559

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