import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/yahu-financials/59k3j17xxybn?region=US', headers=headers, ) print(response.json())