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