Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
1–10 of 314 posts
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#2In summary, the Terminal (https://github.com/DidierRLopes/GamestonkTerminal) has 7 distinct menus: - Discover Stocks Top gainers; Sectors performance; upcoming earnings releases; top high shorted interest stocks; top stocks with low float; top orders on fidelity; and some SPAC websites with news/calendars.
- Market Sentiment Scrolling through Reddit main posts, and most tickers mentions; Extracting stocktwit sentiment based on bull/bear flags; Twitter in-depth sentiment prediction using AI; Google mentions over time.
- Research Web pages List of good pages to do research on a stock, e.g. macroaxis, zacks, macrotrends, ..
- Fundamental Analysis Read financials from a company from Market Watch, Yahoo Finance, Alpha Vantage, and Financial Modeling Prep API.
- Technical Analysis The usual technical indicators: sma, rsi, macd, adx, bbands, and more.
- Due Diligence Some features are: Latest news of the company; Analyst prices and ratings; Price target from several analysts plot over time vs stock price; Insider activity, and these timestamps marked on the stock price historical data; Latest SEC fillings; Short interest over time; A check for financial warnings based on Sean Seah book.
- Prediction Techniques The one I had more fun with. It tries to predict the stock price, from simple models like sma and arima to complex neural network models, like LSTM. The additional capability here is that all of these are easy to configure. Either through command line arguments, or even in form of a configuration file to define your NN.
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#3Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#4e: and is there a way to perform all DD, PT, etc?
e2: oh no!
'xlwings requires an installation of Excel and therefore only works on Windows and macOS. To enable the installation on Linux nevertheless, do: export INSTALL_ON_LINUX=1; pip install xlwings'
e3: https://github.com/DidierRLopes/GamestonkTerminal/issues/2
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#5Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#6Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#7Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#8I wish I was more literate in these subjects, some of these terms - I am not familiar with such as `sma, rsi, macd, adx, bbands`
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#9I wish I was more literate in these subjects, some of these terms - I am not familiar with such as `sma, rsi, macd, adx, bbands`
You can google each one, there is usually a decent explanatory article
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#10I wish I was more literate in these subjects, some of these terms - I am not familiar with such as `sma, rsi, macd, adx, bbands`