Login
All
Endpoints
Search Endpoints
market
stock
news
screener
conversation
Headers
Params
LuckData API-Key
Please Input
LuckData API-Host
Please Input
Content-Type
This test defaults to consuming 1 credit
Code Snippets
Example Responses
Results
Target:
Python
Client:
requests
import requests

headers = {
    "Content-Type": "text/plain",
    'X-Luckdata-Api-Key': ''
}

json_data={}

response = requests.get(
    '/api/yahu-financials/4t4jbotgu79n?uuid=9803606d-a324-3864-83a8-2bd621e6ccbd®ion=US',
    headers=headers,
    
)
print(response.json())