Back

Gloomberb

206 points3 hoursgloom.sh
u82 hours ago

Yeah... people aren't paying Bloomberg $31,980 per year for a TUI. They're paying for the data source... and I don't think you have Bloomberg's connections.

ryukoposting1 hour ago

Asked a dear friend in the finance industry what he thought about Bloomberg. He's the type of guy who uses these systems daily. Mostly paraphrasing:

  1) Bloomberg was lightyears ahead of anything else in the pre-internet days, so there's a lot of UI familiarity.

  2) Bloomberg's chat is important because, as a hedge fund or investment bank, the chat is how you buy and sell bonds. You agree to the trade in the chat, then tell the back office folks to execute the trade. Direct quote: "I'd wager 90% of the ~400 trillion in annual bond trading value happens over Bloomberg DM"

  3) Bloomberg is the biggest and best aggregator
This is fascinating to be because I always assumed latency was the key. After all, the only Bloomberg terminal I've ever seen in person was hooked up to its own dedicated fiber drop. It seems like the chat and sheer breadth of data are the differentiators.
mattnewton51 minutes ago

TIL Bloomberg terminal is the original iMessage blue bubbles network

pizzalife50 minutes ago

It's funny to think some of the world's largest trades are being done in something that resembles a game's tradechat. (WTS bonds)

lq9AJ8yrfs27 minutes ago

For a long time fixed income trading took place over AOL Instant Messenger and later Yahoo chat rooms.

I am not making this up.

There were custom frontends that would enrich things like cusips.

globular-toast37 minutes ago

I find it a bit less funny. There is this perception that what finance people do is super important and grown up but following a brief stint in the industry I realised it literally is just a game. We used to trade bits of stationery and trading cards for fun at school. They never stopped. The only difference is people who never consented to any of this are paying for it all, especially when it all goes wrong.

linkregister8 minutes ago

Why would a trader need your consent to make a trade with somebody else?

allthetime19 minutes ago

That should have been obvious from the mere fact that the bottom rungs are almost completely populated by silver-spooned nepo-babies.

tikhonj1 hour ago

Bloomberg is big enough that different aspects of the system are going to be absolutely key for substantial subsets of its customers.

steveBK12349 minutes ago

Yes its a multi-decade long-tail of thousands and thousands of use cases all used in different combinations by different users.

traceroute6660 minutes ago

> They're paying for the data source

Yup.

If you want fixed-income data, Bloomberg is the only shop on the street data-wise.

If you want other financial data, Bloomberg's fixed entry-point pricing tends to make more sense in terms of bang for buck than its competitors modular price sheets.

People saying Bloomberg is just about the chat are simply embarrassing themselves.

Look at the price sheets of Eikon, Factset, CapIQ etc. There is no such thing as a cheap "Bloomberg killer".

Quality data is expensive. So are the leased-lines it arrives at Bloomberg on. So is the data wrangling architecture.

dpmartinez12 minutes ago

This is what is wrong with the world today.

devin2 hours ago

To be fair, I don't see anywhere on this page where they try to suggest that this is competitive with a Bloomberg terminal.

wnmurphy42 minutes ago

Seriously. I see a cool product that someone built and is sharing with the community, and the top comment is basically a criticism that it's not a $31k terminal.

dpmartinez16 minutes ago

It is almost like they want to be ripped off, the massive amount of gatekeeping is bizzare.

Financial information should be free for everyone.

croes1 hour ago

The name

NDlurker1 hour ago

Inspired by and competing with are different things

jimmydddd2 hours ago

Financial companies are cutting down on the amount associates can bill the firm for a $30 dinner, and the time before they can have the firm pay for a $30 car ride home. They definitely wouldn't pay for Bloomberg if it could be easily replaced.

rmah1 hour ago

Bloomberg terminal is only $133/day (assuming 240 work days per year). So, while $32k/yr seems expensive at first glance, given the total annual cost of an analyst or trader, it's not huge. Of course, they'd rather not spend the $32k/yr if they could avoid it, if bloomberg can give you an edge on just one or two trades a year, you come out ahead. So...

toomuchtodo6 minutes ago

I bet its cheaper than tokens for software development with higher ROI.

adjejmxbdjdn21 minutes ago

Skipping a dinner is not losing you much money.

Making a bad trade or missing a good one due to delaying data or bad data can pay for several years worth of bloombergs for everyone in your firm in one moment.

jpfromlondon51 minutes ago

Nobody ever got fired for choosing Bloomberg, even if there was a viable alternative there is no way anyone is pioneering the switch.

mushufasa2 hours ago

Correct. Also, Bloomberg has messaging for traders that is actually an important network effect in certain domains.

hmokiguess2 hours ago

Can you elaborate on the network effect piece? Curious about that

lesam2 hours ago

It's really useful to have a chat app that is gatekept behind a 20k/year+ subscription. It's a particularly useful signal if someone is offering you a million+ dollar asset for sale.

+1
hmokiguess1 hour ago
kortilla1 hour ago

Same effect as a country club. You know a lot about the person you’re talking to just based on their presence.

hmokiguess1 hour ago

That's a cool way of putting it, thank you!

rdiddly1 hour ago

Good thing they're not asking $31,980 per year for it then?

rvz2 hours ago

> They're paying for the data source... and I don't think you have Bloomberg's connections.

We keep seeing hundreds of Bloomberg competitors mimicking the interface and they always forget that the chat (with the connections), data and the newsroom are the reasons why Bloomberg's network effect is close to impossible to break.

Using the Bloomberg Terminal is taught very early at colleges for any finance professional, which is how they get them as well.

notpushkin2 hours ago

I think it is more oriented towards retail investors (if anybody) than professional users. In theory it could compete with TradingView?

(I’d especially love to see some federated social feature built in!)

hmokiguess2 hours ago

Is it still though? I have a few finance friends and they all seem to be on TradingView these days

handwarmers1 hour ago

does the author claim to be a bloomberg clone?

theodric2 hours ago

Some of us are just here for the æsthetics! Plus I already have the SEA100 "Centerboard" with chrome accents, and this will help complete the look.

d--b2 hours ago

actually a lot of data is not included in the standard bloomberg license and you have to pay extra (mostly passing through to the data vendors) to get access to it.

There is not a single reason for Bloomberg’s dominance but the one feature that keeps people on it is the chat.

sakimonkey2 hours ago

it's a GUI and a TUI, pay attention to the screenshots

passivegains2 hours ago

Does the GUI have Bloomberg's data source?

slowin33 minutes ago

I really wish people would mention their stack when they have these curl install scripts. I'd rather use a real package manager, but I'm not totally against installing a compiled binary this way. I am, 100%, not going to install some Java/Type-script nightmare like this though. How is it resolving the dependencies? Is it installing some version of node, bun... on my machine? How's that working with other versions I have installed?

Related: please don't write command line tools in non-compiled languages! Don't make the runtime your user's problem.

CharlesW16 minutes ago

The source is prominently linked: https://github.com/gloom-sh/gloomberb

> please don't write command line tools in non-compiled languages!

Around 40% of Linux CLI tools are written in interpreted languages.

lavela20 minutes ago

Agree. If you really want to know what's used here: probably uses bun single-file executables[0] so shouldn't clash with anything else on your system.

[0] https://bun.com/docs/bundler/executables

bobajeff21 minutes ago

I know where you're coming from. I've been worried about all the supply chain attacks on npm too. And I'm far from a security expert. However, if you're okay with installing binary packages via `curl somesite.com | sh` I don't think you are in a better position with regards to security.

rdiddly1 hour ago

Useful on its own merits.

Everybody who's distracted by the name and can't get past it, there's a thread developing here somewhere, where they're comparing it to Bloomberg.

brendoelfrendo41 minutes ago

Yeah, I think a few of the widgets here are neat and useful. It's not a Bloomberg replacement, but it might be a good replacement for a few tabs? You could get the info elsewhere, but I like this presentation more.

Edit: Ah, they're offering a pro subscription. While I appreciate that cloud services aren't free, I'm not sure that I'm willing to pay to replace a few browser tabs. Not for me, but maybe for someone!

grahammccain32 minutes ago

I don't think the finance field needs a better bloomberg, I think the whole interface and everything needs to be rethought. Part of the moat is the data, and data access. But I think we need to completely reimagine the terminal interface and interactions with the introduction of AI. The finance industry probably will be slow to adapt, but I genuinely think someone could completely disrupt 99% of the wall street businesses with an original idea.

springtimesun22 minutes ago

My observation is that finance and banking and corporate functions high enough up the ladder operate more like a clubhouse than cutthroat businesses. You’d think all you need to do is make a better interface, but if you’re not part of the club, you’re not doing the business (or even getting shot at it).

methodical26 minutes ago

Bloomberg's moat is the messaging service within it, not it's aggregation of data

hodder24 minutes ago

People repeat this rhetoric all the time, but I promise you, finance professionals can and do easily migrate to other messaging platforms such as ICE chat. This isn't a moat for BBG

hmokiguess2 hours ago

this looks neat, what's the data source and latency?

crossthestreams2 hours ago

Looks like Yahoo and the SEC for filings: https://github.com/gloom-sh/gloomberb/tree/cd82b5c61a8d0eb0d...

ComputerPerson1 hour ago

Which is not great for history, right? Seems like a real detractor.

You pretty much need $30/m subscriptions for historical data. Not that it couldn't be worked into this.

tolugenius2 hours ago

Was just about to ask on data sourcing, I imagine yfinance is used but can't really tell for anything else (like for prediction markets or news data).

andreypk1 hour ago

Interesting project, the view looks like gpui based interface, but source code say that it is web based interface written on typescript

thm2 hours ago
charv2 hours ago

An aside - do tools like this (or what it's modeling, the Bloomberg Terminal) really offer that much benefit to finance folks?

elictronic1 hour ago

Here's an article. Basically if your trading stocks no. If you are trading different instruments or want interaction with the money folks (connections) yes. https://financetracked.com/bloomberg-terminal

From it: "Bonds and Fixed Income: It provides the best data for interest rates and debt markets. Global Economics: It easily connects data from different countries, such as currency rates and government debt. The Chat Room: The messaging system is the industry standard. If you want to talk to the biggest players in the market, you often need to be on Bloomberg."

Ntrails45 minutes ago

Depends a bit how you're trading stocks - bbg is still an extremely attractive data provider so I'd not dismiss them out of hand.

Retr0id1 hour ago

Bloomberg Terminal costs ~$24K per user per year, so the fact that people are paying for it implies it offers at least that much value. As mentioned elsewhere in the thread, most of that value lies in the data sources.

sigmonsays50 minutes ago

This post / OP really needs to say if it's AI SLOP or not and to what extent. This looks like AI slop.

RetroTechie2 hours ago

gloom.sh/docs - 404: This page could not be found.

gymbeaux2 hours ago

When I see new software now, my first thought is an LLM wrote it and it makes me not want to use it. I also assume there are bugs and it’s not particularly feature-rich.

MyHonestOpinon31 minutes ago

It is becoming very hard not to use an LLM. I have been working on a project all this year. I started doing everything by hand, and I am using LLMs a little bit more every day. I suppose we want to use projects that were crafted with care, whether or not LLMs were used. But it is not easy to figure that out. It reminds me. 30 years ago, before code formatters were popular, you could tell good code just by looking at how carefully formatted it was.

janlukacs30 minutes ago

same and for some reason people are downvoting. why would we use vibecoded stuff with sensitive information?

ahahs2 hours ago

my first thoughts too.

TZubiri2 hours ago

What I pressume is the text for "Gloomberg" in the Hero header looks very fucked up

https://imgur.com/a/ssiKckF

Hopefully it's not intentional

KomoD1 hour ago

Yeah, looks totally broken on my machine too.

nhinck22 hours ago

How much intent can you ascribe to any of this?

cwnyth2 hours ago

Looks fine on my end (Firefox).

timcobb2 hours ago

what platform is that? looks fine on mine

8note2 hours ago

Gloom Harder?

ghjv2 hours ago

looks fine on my machine

u82 hours ago

How well do you think their terminal works if they couldn't even spend the time to clean up their vibe coded website?

dpmartinez2 hours ago

> How well do you think their terminal works if they couldn't even spend the time to clean up their vibe coded website?

Your website is literally down.

https://i.postimg.cc/YCdkwZZq/image.png

And I don't think their website is that bad.

KomoD1 hour ago

> And I don't think their website is that bad.

The download button doesn't even work properly.

Clicking download in the top right gives me a .dmg, the other download button in the hero gives me the .exe, the one in the footer gives me a .dmg

Docs give me a 404, blog is empty

+1
dpmartinez1 hour ago