-1

I found an embed code in the "Advanced Real-Time Chart Widget" section in Tradingview. How can I export this to a screen of my application on xcode.

CAE
  • 11
  • 2

1 Answers1

1

An API would be needed for the values which changes in relative time, for trading view API follow this link- https://uk.tradingview.com/rest-api-spec/#operation/getQuotes

It contains all information related to how to import APIs etc

Thanks