Module mutual_funds

Source
Expand description

Mutual Funds module for KiteConnect API v1.0.0

This module contains all mutual fund-related data structures:

  • MF instruments and fund information
  • MF orders and SIP management
  • MF holdings and portfolio tracking
  • Fund performance and NAV data

Re-exports§

pub use holdings::*;
pub use instruments::*;
pub use orders::*;
pub use sips::*;

Modules§

holdings
instruments
orders
sips