I’m also new, and someone might have a different solution, but my Bubble app has to do the same thing basically. After looking at the plugins available and different stock API providers, I settled on creating a manual API with IEX Cloud. You can also use AlphaVantage but I’ve found IEX to be the best.

To implement it: install the API Connector plugin by bubble. Now make an account with IEX Cloud to get your key. Here is how I set it up in the API connector. This should be able to get you all the values you need. Note that some of the values returned are only for paid IEX subscribers, but you should be able to get the price and other basic info.



Once that’s entered, it’s a really simple call to get your data.

2 Likes