Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/gw5ycny2aaae?range=1d&symbols=AMZN,AAPL,WDC,REYN,AZN,YM=F&interval=1m',
headers=headers,
)
print(response.json())