Exporting Real-Time Quotes to Excel
Posted: Sat Nov 02, 2024 3:53 pm
**Description:**
A script or program needs to be developed that will automatically export real-time quotes from Investing or TradingView websites to an Excel file. The obtained data will be used for further information processing.
**Requirements:**
1. **Data Sources:**
- Choose one or both websites (Investing or TradingView) to obtain quotes.
2. **Functionality:**
- Automatic collection of real-time quotes.
- Saving data in Excel format (.xlsx).
- Option to select the time interval (e.g., every minute, every 5 minutes, etc.).
3. **Technical Details:**
- Use an API if available to retrieve data.
- If an API is not available, scrape data from web pages.
- Handle potential errors and exceptions during data export.
- Regularly update data (this can be implemented using a task scheduler).
4. **Output Data:**
- Structure of the Excel file:
- Date/Time
- Ticker
- Opening Price
- Current Price
- Highest Price
- Lowest Price
- Trading Volume
5. **Additional Requirements:**
- Documentation for installing and running the script/program.
- Usage examples and descriptions of possible settings.
**Expected Result:**
The output should be a complete script or program that automatically exports real-time quotes to Excel for further analysis and data processing.
A script or program needs to be developed that will automatically export real-time quotes from Investing or TradingView websites to an Excel file. The obtained data will be used for further information processing.
**Requirements:**
1. **Data Sources:**
- Choose one or both websites (Investing or TradingView) to obtain quotes.
2. **Functionality:**
- Automatic collection of real-time quotes.
- Saving data in Excel format (.xlsx).
- Option to select the time interval (e.g., every minute, every 5 minutes, etc.).
3. **Technical Details:**
- Use an API if available to retrieve data.
- If an API is not available, scrape data from web pages.
- Handle potential errors and exceptions during data export.
- Regularly update data (this can be implemented using a task scheduler).
4. **Output Data:**
- Structure of the Excel file:
- Date/Time
- Ticker
- Opening Price
- Current Price
- Highest Price
- Lowest Price
- Trading Volume
5. **Additional Requirements:**
- Documentation for installing and running the script/program.
- Usage examples and descriptions of possible settings.
**Expected Result:**
The output should be a complete script or program that automatically exports real-time quotes to Excel for further analysis and data processing.