Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
31–40 of 314 posts
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#32But please implement a section for ALERTS!
I want to make them configurable so eg whenever any stock goes up by more than its normal amount for the past week/month/configurable, I want to get an alert so I can buy call options, or put options for two months from now. Those usually jump 20,000%!
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#33If you like stocks and are careful with the way you spend your money, you know how much time goes into buying shares of a stock. It’s tedious and I don’t have 24k for a Bloomberg terminal. Which led me to the idea during xmas break to spend the time creating my own terminal. I introduce you to “Gamestonk Terminal” (probably should’ve sent 1 tweet everyday to Elon Musk for copyrights permission eheh). In summary, the…
You may want to add a Dockerfile.
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#34this is nice - it looks like it's linked against at least one GPL lib (fuzzywuzzy) though, so the MIT license almost certainly isn't allowed. looks like there's only one usage though, the other is an unused import, so may be easy to change
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#35on a serious note, koyfin is really very nice and does a better job than Bloomberg, at least for equities
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#36this is nice - it looks like it's linked against at least one GPL lib (fuzzywuzzy) though, so the MIT license almost certainly isn't allowed. looks like there's only one usage though, the other is an unused import, so may be easy to change
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#37If you like stocks and are careful with the way you spend your money, you know how much time goes into buying shares of a stock. It’s tedious and I don’t have 24k for a Bloomberg terminal. Which led me to the idea during xmas break to spend the time creating my own terminal. I introduce you to “Gamestonk Terminal” (probably should’ve sent 1 tweet everyday to Elon Musk for copyrights permission eheh). In summary, the…
But i was working through sigaloid's post here
https://github.com/DidierRLopes/GamestonkTerminal/issues/2
And was still hitting a error on compile
Generally ending with
NFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_dfdaf2b8ece8a02eb11f050ec701c0ec NOW. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Ran the following to clear the error
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
Pretty sure libssl-dev and python3-dev were the only ones needed though
Also UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
So the following was needed as sigaloid stated
pip3 install python-Levenshtein
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#38"...that has been developed for fun, while I saw my GME shares tanking." "Spare time"... Wasn't that only several weeks ago? This is an incredible feature set! How many hours did you put into this?
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#39If you like stocks and are careful with the way you spend your money, you know how much time goes into buying shares of a stock. It’s tedious and I don’t have 24k for a Bloomberg terminal. Which led me to the idea during xmas break to spend the time creating my own terminal. I introduce you to “Gamestonk Terminal” (probably should’ve sent 1 tweet everyday to Elon Musk for copyrights permission eheh). In summary, the…
Re: Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing
#40How does an everyday person get the real time market data that this would theoretically need to invest to compete with a Bloomberg terminal?