This n8n workflow automates the process of scraping real-time stock data from Yahoo Finance, formatting it, and recording it in a Google Sheet. It begins with a scheduled trigger to run at specified intervals, then uses the ScrapeGraphAI node to extract stock information such as symbol, current price, change, volume, and market cap from Yahoo Finance. The data is then processed in a Code node, which formats the stock information into a structured object suitable for spreadsheet entry. Finally, the workflow appends this data to a Google Sheet, enabling continuous tracking of stock market performance without manual effort.
This workflow is ideal for financial analysts, stock traders, or data enthusiasts who need up-to-date stock reports in a systematic and automated manner. It simplifies the process of monitoring multiple stocks and maintaining historical data for analysis.
Reviews
There are no reviews yet.