Opening Bell Daily
October 8, 2025 ยท View on GitHub
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.
- Key should be: X-FRED-API-KEY
- Value should be get from here: https://fred.stlouisfed.org/docs/api/api_key.html
Something like this:
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