import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/yahu-financials/ie4d46bv3syk?symbol=INTC', headers=headers, ) print(response.json())