Pearlyn
Results
1
issues of
Pearlyn
hi I just start learning coding. while getting the API requests i keep getting the 404 error """symbol = 'APPL' api_url =f'https://sandbox.iexapis.com/stable/stock/{symbol}/quote?token={IEX_CLOUD_API_TOKEN}' print(api_url) data = requests.get(api_url) print(data)""" Can anyone help...