Opening Bell Daily

October 8, 2025 ยท View on GitHub

CleanShot 2025-10-07 at 23 03 05@2x

Add to your OpenBB workspace by going to https://pro.openbb.co/, clicking on "Apps" and clicking "Connect Backend".

For endpoint URL you can use https://openbb-opening-bell-daily.fly.dev which I'm hosting personally.

Then you will want to add a Authentication for access to FRED.

Something like this:

CleanShot 2025-10-07 at 23 00 50@2x

Instead of utilizing my hosted app, you can run this locally with

uvicorn main:app --port 8080

and update the endpoint URL to utilize http://127.0.0.1:8080