Fyers

Fyers

  • API Docs
  • Demo

›Hosted Pages

Order Placement

  • Order Placement Branded buttons
  • Order Placement - Custom Buttons

Hosted Pages

  • How to host a page?
  • Orders
  • Positions
  • Funds
  • Holdings
  • Trades

Appendix

  • Parameters
  • Methods

Holdings

The holdings page contains the entire holdings that the user holds in the demat account. The holdings will include demat as well T1 holdings of the user.

Branded button for Holdings page

You can use the branded button for the hosted holdings page.

<fyers-button data-open="holdings" data-fyers="API_KEY"></fyers-button>

Custom button for Holdings page

You can create a custom button for the hosted holdings page and assign it to the same functionality.

<!--A custom button--!>
<button id="custom-button">Holdings</button>

<script>
   
    Fyers.ready(function(){

    var fyers = new Fyers("API_KEY")
    
         //link the button id to holdings module
          fyers.linkandredirect("#custom-button","holdings");
      
    })
 </script>

← FundsTrades →