It looks like you're new here. If you want to get involved, click one of these buttons!
import pandas as pd
url = "https://api.kite.trade/instruments.json"
df = pd.read_json(url)
df.to_excel("Token_List.xlsx")
print('DataFrame is written to Excel File successfully.')