ArpitSharma08

Results 2 comments of ArpitSharma08

Hi I am getting 403 error here please help to rectify ''' symbol='AAPL' api_url=f'https://sandbox.iexapis.com/stable/stock/{symbol}/quote?token={IEX_CLOUD_API_TOKEN}' data=requests.get(api_url) print(data.status_code) ''' output:-403

@Ayush-sacri I have contacted the iexapis and they said that they have discontinued sandbox api now only paid version is available or 7 days trial else you can use other...