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