This is the generated cookiecutter template for the OpenBB Platform v4. It is used to help you create a new extension that can be integrated into the existing structure of the OpenBB Platform.
With it you can:
- Create a new extension
- Build custom commands
- Interact with the standardization framework
- Build custom services and applications on top of the framework
We recommend you check out the files in the following order:
openbb_fmp_extension/README.md
openbb_fmp_extension/models/example.py
openbb_fmp_extension/provider.py
openbb_fmp_extension/router.py
🦋 Made with openbb cookiecutter.