import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/yahu-financials/ke6gzl1mrinc?count=100&start=0&scrIds=MOST_ACTIVES', headers=headers, ) print(response.json())