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

Import the package using the alias jdp and utilize its functions for interacting with the Zerodha Kite Connect API.

Example Imports

import just_design_phase as jdp

Placing Orders

  • Place a Normal Order:

    order_id = jdp.place_normal_order(stock_name="RELIANCE", quantity=1, order_type="BUY")
    
  • Place a Limit Order:

    order_id = jdp.place_limit_order(stock_name="TCS", quantity=2, price=3500, order_type="SELL")
    

Modifying Orders

  • Modify an Order:

    modified_order_id = jdp.modify_order(variety="regular", orderId="your_order_id_here", quantity=2, price=3550)
    

Fetching Account Details

  • Fetch Holdings:

    holdings = jdp.get_holdings()
    
  • Fetch Positions:

    positions = jdp.get_positions()
    

Additional Methods

Include more comprehensive functionalities for trading:

  • Get Stock Price:

    stock_price = jdp.get_stock_price(name="RELIANCE")
    
  • Get Stock Instrument Token:

    token = jdp.get_stock_instrument_token(stock_name="RELIANCE")
    
  • Buy/Sell Intraday Normal Order:

    order_id = jdp.buy_intraday_normal_order(stock_name="INFY", quantity=10)
    
    order_id = jdp.sell_intraday_normal_order(stock_name="INFY", quantity=5)
    
  • Buy/Sell Intraday Limit Order:

    order_id = jdp.buy_intraday_limit_order(stock_name="INFY", quantity=10, price=1500)
    
    order_id = jdp.sell_intraday_limit_order(stock_name="INFY", quantity=5, price=1500)
    
  • Place Stop Loss Market Order:

    order_id = jdp.place_slm_order(stock_name="INFY", quantity=10, order_type="BUY", price=1500)
    
  • Modify Order Properties:

    new_order_id = jdp.modify_order_quantity(variety="regular", order_id="order123", quantity=15)
    
    new_order_id = jdp.modify_order_price(variety="regular", order_id="order123", price=1520)
    
  • Cancel or Exit Orders:

    jdp.cancel_order(order_id="order123")
    
    jdp.exit_orders(order_id="order123")
    

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.16.tar.gz (3.8 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.16-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: just_design_phase-0.0.16.tar.gz
  • Upload date:
  • Size: 3.8 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.16.tar.gz
Algorithm Hash digest
SHA256 fefe8763f4bba0bdb1e39caf28f1f4a956849b05882e9f423f1e8d310b63d753
MD5 fb80d4dc7a6e1420ca01facf4a29aebe
BLAKE2b-256 2ae0624edad57884abb207d1b0b2746e96084083e0d094d6cf0d7643763fa0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for just_design_phase-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 99b2ec2616303194c1505c8007dcefa5f0d3e388622c76d7e781d3b6a993f804
MD5 7ef8800330621d2ae9b3f4aade1a3275
BLAKE2b-256 fcbade1ab5702b474e7d45a217fe08a92a84a9c97090079bd2abc11c163841b3

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