登入
所有API
Endpoints
搜尋端點
market
stock
news
screener
conversation
請求頭
參數
LuckData API-Key
Please Input
LuckData API-Host
Please Input
本測試默認消耗 1 個積分
Code Snippets
Example Responses
Results
Target:
Python
Client:
requests
import requests

headers = {
    'X-Luckdata-Api-Key': ''
}

json_data={}

response = requests.get(
    '/api/yahu-financials/ux13b5eg40fp?region=US&symbol=AMRN',
    headers=headers,
    
)
print(response.json())