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