Life & fun · December 28, 2024
A financial analysis and research tool powered by agents
Hey HN! I've always been fascinated by financial markets. This month, I decided to build a tool to help with the research of stocks and cryptocurrencies. I'm using YFinance as a data source because it's free and provides a wide range of reliable market data. For sentiment analysis, I'm leveraging Google Trends to gauge public interest and sentiment over time. The tool, named Zenith, is a command-line utility with four main features: Market Analysis: Provides insights like moving averages, RSI, and volatility for selected stocks or cryptocurrencies. Sentiment Analysis: Uses Google Trends to…
What it does
In the maker’s words, at launch
Hey HN! I've always been fascinated by financial markets. This month, I decided to build a tool to help with the research of stocks and cryptocurrencies. I'm using YFinance as a data source because it's free and provides a wide range of reliable market data. For sentiment analysis, I'm leveraging Google Trends to gauge public interest and sentiment over time. The tool, named Zenith, is a command-line utility with four main features: Market Analysis: Provides insights like moving averages, RSI, and volatility for selected stocks or cryptocurrencies. Sentiment Analysis: Uses Google Trends to visualize sentiment for specific keywords. Quantitative Strategies: Implements trading strategies such as momentum, mean reversion, and pairs trading. Portfolio Management: Analyzes and visualizes portfolio performance and correlations. The goal is to make research accessible, even for those new to financial analysis, while still being powerful enough for experienced users. It's still a work in progress, and I’d love feedback or suggestions on features you'd find helpful. I'm also considering integrating LLMs to summarize key data points or assist in generating more detailed analyses. The project is open-source, and you can find it here: [https://github.com/chisasaw/zenith]. Contributions or stars are welcome! What tools or workflows do you use for financial research? Would you find something like this useful? Let me know your thoughts!
Does the same job
all alternatives →


- TFtool for commodity traders, brokers and analysts.2011 · bullbear.ca · ▲107


More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io