Can I build this on Bubble?

I’m entirely new in the “no-code” application building and I’m also not a developer myself so I want to know if my project is something that can actually be built using Bubble. I need your insight!

I’m building a stock charting platform (a bit similar to TradingView) that can display interactive stock charts and also company financial data. I need to build some tools that can analyse the financial data and provide a type of gauge of a company’s financial health. I also need to build some custom charting indicators.

To me this sounds very complex to built without code using Bubble. What do you think?

1 Like

If you plan on having a TON of traffic to look at charts and have complex algorithms/calculations it’s probably not best to use Bubble to do all that heavy lifting. You could however use an external data server/api to process your data and render with Bubble.

Bubble is best as an internal tool/more for prototyping.

This sounds a lot like a dashboard with visualizations. If you search YouTube with phrases like “bubble.io dashboard tutorial” and skim through a few videos, you can see whether it’s likely to fit your needs.

However, if you do go the coding route, Python has libraries that simplify the kinds of data analysis and visualizations you’re talking about, plus frameworks for posting them as websites.