Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/azr83087xcq0?type=®ion=US&symbol=IBM&period1=&period2=',
headers=headers,
)
print(response.json())