Quantsapp Embedded Modules
  • Quantsapp Embedded modules
  • Overview
  • 🔗Embed a Quantsapp Module
  • 💡Know more about Quantsapp
  • 🏁Getting Started with Iframe
    • 🗒️Attributes
      • Height
      • Width
      • sandbox
      • frameborder
      • src
    • ⚙️Setting restrictions
  • 🧑Authentication Modes
  • 🔑Partner Authentication
    • Open Partner
    • Verified Partner
  • ✨Products
    • Option Chain
    • Open Interest
    • Built-Up
    • Intraday-movers
    • FnO-News
    • Implied-Volatility(iv)-chart
    • GIFT-nifty
    • Ban-list
    • Architect
    • Option-calculator
    • Option-gain
    • Option-pain
    • India-vix
    • Liquidity-finder
    • Result-analysis
    • Rollover
    • Fno-Scanner
    • Synopsis
      • Future-OI
      • Options OI
      • F&O Volume
    • Deals and Holding
    • Index-Contribution
    • Advance Decline
    • Alerts
    • Technical Chart
    • Basis
    • Straddle Index
    • Market Wide Oi
    • PCR
      • OI PCR
    • Option Triggers
    • Strategies
    • Gainer Loser
    • Optimizer Find Strategies
    • Option Scalping
    • Out Runner
    • Participant Data
    • Price Oi Percentile
    • Trap Indicator
    • Unusual Option activity
    • Top-Stocks
    • Builtup-Breadth
    • Vol Trader
  • ✉️Contact Us
Powered by GitBook
On this page

Embed a Quantsapp Module

You can use the following method to embed a Quantsapp module in your application and specify module parameters. Note that the instructions below demonstrate how to embed a module. The following section explains how to configure your module to load a specific instrument or change the theme of the module.

Embed a module using an <iframe> tag

Define an <iframe> tag in your application in which the src URL specifies the module that the you will load as well as any other module parameters you want to set. The <iframe> tag's height and width parameters specify the dimensions of the module.

You can append module parameters directly to the end of the URL. The URL has the following format:

https://iframe.quantsapp.com/option-chain/BANKNIFTY

The <iframe> tag below would load a 640x550px window that would open the quantsapp option-chain module. Since the URL has only userEmail, quantsapp will check for the user account availability and accordingly display verification options .

<iframe id="qModule" type="text/html" width="640" height="550"
  src="https://iframe.quantsapp.com/option-chain/BANKNIFTY?userEmail=abc@gmail.com"
  frameborder="0"></iframe>
PreviousQuantsapp Embedded modulesNextKnow more about Quantsapp

Last updated 2 years ago

🔗