import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/yahu-financials/5xbac871zs11?ticker=AMRN', headers=headers, ) print(response.json())