最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

angular - How to display NSE stock data via TradingView iframe (without widget)? - Stack Overflow

programmeradmin3浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论