Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/j93gsfo4ho89?pfId=the_berkshire_hathaway_portfolio®ion=US&userId=X3NJ2A7VDSABUI4URBWME2PZNM&symbols=^GSPC',
headers=headers,
)
print(response.json())