I am trying to display NSE stock data using a TradingView chart via an (without using the TradingView widget) in my Angular 16 project. Is this possible? If so, what are the steps to implement it?
Here is my current code:
<iframe
width="100%"
height="500"
src="/?frameElementId=tradingview_2f302&symbol=NSE:HDFCBANK&interval=D&hidesidetoolbar=0&theme=light"
frameborder="0"
allowtransparency="true"
scrolling="no"
allowfullscreen="true"
></iframe>
Thanks
However, the chart is not loading as expected. Are there any restrictions or alternative methods to achieve this?
Any guidance would be appreciated.