Automate Stock Earnings Report Analysis with AI and Google Tools - n8n Workflow | Neura Market
Automate Stock Earnings Report Analysis with AI and Google Tools
This n8n workflow automates the analysis of company quarterly earnings reports using AI tools like OpenAI and Google's Gemini AI, alongside Pinecone's vector search. It processes PDFs from Google Drive, analyzes them, and compiles findings into a structured Google Doc.
The workflow fetches PDF links from a Google Sheet, downloads and parses them, and uses Google AI to generate embeddings. These embeddings are stored in a Pinecone vector database for semantic search. An AI agent then generates a comprehensive report, which is saved as a Google Doc. This setup allows for efficient and automated financial analysis, providing insights into company performance over recent quarters.
Platform
n8n
Category
AI
Price
Free
Creator
Eva Kowalski
googleDocs
stickyNote
googleDrive
googleSheets
manualTrigger
splitInBatches
agent
lmChatOpenAi
toolVectorStore
lmChatGoogleGemini
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.