๐๐ญ๐จ๐๐ค ๐๐๐ญ๐ ๐ญ๐จ ๐๐ ๐๐๐ฉ๐จ๐ซ๐ญ๐ฌ | ๐๐ฒ๐ญ๐ก๐จ๐ง-๐ข๐ง-๐๐ฑ๐๐๐ฅ | ๐ฑ๐ฅ๐ฐ๐ข๐ง๐ ๐ฌ ๐๐ข๐ญ๐โ-โ๐๐๐ซ๐ญย ๐
- Amar Harolikar
- Apr 7
- 2 min read
Updated: 7 days ago
Pull stock data, Run AI analysis, Get PDF reportsโ-โright from Excel.
๐ฑ๐ฅ๐ฐ๐ข๐ง๐ ๐ฌ ๐๐ข๐ญ๐ย : ๐๐ฎ๐ฌ๐ก๐ข๐ง๐ ๐ญ๐ก๐ ๐๐จ๐ฎ๐ง๐๐๐ซ๐ข๐๐ฌ ๐จ๐ ๐๐ฑ๐๐๐ฅ
Released just last week by Felix Zumstein (creator of the original xlwings). Based on what I've tried hands-on so far, it completely redefines what is possible in Excel, and I don't say that lightly. A mini code editor, console logs, Web API accessโ-โdirectly inside Excel. A single add-in install. And free. Processing, automation, databases, fin/stats analysis, machine learningโ-โhandles that out of the box. Tight integration with Excel object model. Going beyond thatโ-โbuild full tools inside Excel tied into APIs, databases, LLMs, n8n, Flowise, PDF generators, and agents. And I've barely touched the surface.
๐๐ง ๐ญ๐ก๐ข๐ฌ ๐๐ฑ๐๐ฆ๐ฉ๐ฅ๐
โฆ with Python scripts, running inside Excelโฆ
โธ Pull data from Yahoo Finance
โธ Compute technical indicators
โธ Send to Gemini for insights
โธ Get back a PDF-formatted technical analysis report
โธ Pull financialsโ-โP&L, B/S, Cash Flows, Qtrlyโ-โmulti-period
all in secondsย โฆ
๐๐ซ๐ฒ ๐ข๐ญ ๐จ๐ฎ๐ญ
โธ Single Excel file. Download hereโ-โGoogle drive
Install xlwings Lite Add-in (Excel > Home > Add-in > search "xlwings lite").
โธ Get a Gemini API key. Needed only for the AI report. Free, takes less than a minute. Go to aistudio.google.com โ Get API Key โ Create AI Key โ Select default project.
๐๐๐ฆ๐ฉ๐ฅ๐๐ญ๐๐ฌ ๐ญ๐จ ๐๐ฑ๐ฉ๐ฅ๐จ๐ซ๐
โธ Monte Carlo simulation with dashboardsโ-โgreat share by FRANCO SIVILA: https://lnkd.in/ghAsXgW5
โธ Web API calls, DB connectโ-โexplore, query, pull data, analyze https://lnkd.in/g7mEJfVT
โธ API calls to LLMsโ-โschema detection, EDA, ML https://lnkd.in/gXF4PEvV
๐๐จ๐๐ ๐๐ง๐ ๐๐ฎ๐ข๐ฅ๐ ๐ ๐ฎ๐ข๐๐๐ฌ
GitHub repo & Full video (8 mins) with process and code walkthroughโ-โLinks in comments.
๐ ๐ข๐ง๐ ๐๐ซ๐ข๐ง๐ญ
YLENS: Yahoo Finance Analyzer is not investment research or advice. It's a working prototype to demonstrate what's possible with xlwings Lite. AI and automation setups in live use cases require iteration, validation, and human judgment.
*โ-โ-โ-โ- -*โ-โ-โ-โ- -*
Explore 15+ ๐จ๐ฉ๐๐ง-๐ฌ๐จ๐ฎ๐ซ๐๐ ๐๐ ๐๐ง๐๐ฅ๐ฒ๐ญ๐ข๐๐ฌ ๐๐ง๐ ๐๐ฎ๐ญ๐จ๐ฆ๐๐ญ๐ข๐จ๐ง ๐๐ฉ๐ฉ๐ฌ at rex.tigzig.com
โธ Mutual Fund Disclosures Excel to CSV -AI Automation with Schema detect -https://lnkd.in/gxVbCdpv
โธ Connect ChatGPT to n8n for automationโ-โtracker updates, PDF reports, slides & Google Apps Script automation https://lnkd.in/gTDC74gY
โธ Advanced Analytics Multi Agents- https://lnkd.in/g8xPQvb8
-โ-โ-
Video Guide
Demo, architecture and code walkthrough
https://youtu.be/nnsO8XmLYuk
Github Repos
Xlwings Lite Files:
https://github.com/amararun/shared-xlwings-docs
FastAPIโ-โMarkdown to PDF
https://github.com/amararun/shared-markdown-to-pdf
FastAPIโ-โYahoo Finance Pull