Getting Error 503: API Proxy not available. Using Python to scrape historical data. Any help on this

Best Answer

  • Hi @fahad.va

    Please try the following libraries version:

    eikon 1.1.6.post3 (pip install eikon --upgrade)
    httpx 0.15.x or 0.16.x => need to downgrade to 0.14.3 (pip install httpx==0.14.3)
    nest-asyncio 1.4.x => need to downgrade to 1.3.3 (pip install nest-asyncio==1.3.3)