Posts

Showing posts with the label how to display the live prices in google spread sheet using kiteconnect api

how to display the live prices in google spread sheet using kiteconnect api

  To display live prices in a Google Spreadsheet using the KiteConnect API, you will need to perform the following steps: Create a new spreadsheet in Google Sheets and name it as you wish. Go to the KiteConnect developer website and create an account. You will need to provide your personal and professional details, and also generate an API key. Once you have created an account, you can use the API key to access the KiteConnect API. Use the =IMPORTDATA() function in Google Sheets to import the live prices into your spreadsheet. The function takes the URL of the API endpoint as an argument. For example, if you want to import the live prices of Nifty 50 index, the formula would be: =IMPORTDATA(" https://api.kite.trade/instruments/Nifty 50") You can also use the =IMPORTJSON() function to import data in JSON format. Once the data is imported, you can use various functions in Google Sheets to analyze and display the data as you wish. To refresh the data you can use the =IMPORTDATA