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.
Asked
Active
Viewed 1,252 times
1 Answers
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

ABHIJAY PALIWAL
- 11
- 3
-
While using an api is the best way I don’t think the linked api is relevant here since reading the overview section states that this api is for broker firms. – Joakim Danielson Apr 25 '21 at 14:03
-
are you using javascript? there is an chart API in javascript – ABHIJAY PALIWAL Apr 25 '21 at 14:10
-
I am not using anything since I am not OP – Joakim Danielson Apr 25 '21 at 14:25
-
okay then, I think of using another API instead of trading view one, you could also use binance API. It is also a Better option – ABHIJAY PALIWAL Apr 25 '21 at 14:30