A Python project for interacting with Bloomberg data using the Bloomberg API.
This project uses Poetry for dependency management. To get started:
- Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 -
- Install dependencies:
poetry install
- Activate the virtual environment:
poetry shell
src/
: Source codeconfig/
: Configuration filesdata/
: Data filesexample_notebooks/
: Example Jupyter notebooksexample_scripts/
: Example Python scriptslogs/
: Log files
[Add your license here]