Debug Python Script for Financial Data Retrieval
Budget: $10 – $30 USD
Description:
I need an experienced Python developer familiar with financial data APIs (like Yahoo Finance) to debug an issue in a Django-based project.
Problem:
The script is supposed to fetch historical stock data including the Adjusted Close price. However, for some tickers (e.g., AEE), I'm getting the following error:
sql
Copy
Edit
1 Failed download:
- AEE: No data found for this date range, symbol may be delisted
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []
This issue appears only locally — the code is now deployed on a VPS and the web interface works fine.
What I Need:
Review and debug the Python script that retrieves financial data.
Ensure robust error handling for cases like delisted or invalid tickers.
Possibly review date range formatting or library usage (e.g., yfinance).
Ensure the script works consistently both locally and on the VPS.
I need an experienced Python developer familiar with financial data APIs (like Yahoo Finance) to debug an issue in a Django-based project.
Problem:
The script is supposed to fetch historical stock data including the Adjusted Close price. However, for some tickers (e.g., AEE), I'm getting the following error:
sql
Copy
Edit
1 Failed download:
- AEE: No data found for this date range, symbol may be delisted
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []
This issue appears only locally — the code is now deployed on a VPS and the web interface works fine.
What I Need:
Review and debug the Python script that retrieves financial data.
Ensure robust error handling for cases like delisted or invalid tickers.
Possibly review date range formatting or library usage (e.g., yfinance).
Ensure the script works consistently both locally and on the VPS.