Skip to content

ewswlw/windsurf_bloomberg

Repository files navigation

Windsurf Bloomberg

A Python project for interacting with Bloomberg data using the Bloomberg API.

Setup

This project uses Poetry for dependency management. To get started:

  1. Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 -
  1. Install dependencies:
poetry install
  1. Activate the virtual environment:
poetry shell

Project Structure

  • src/: Source code
  • config/: Configuration files
  • data/: Data files
  • example_notebooks/: Example Jupyter notebooks
  • example_scripts/: Example Python scripts
  • logs/: Log files

License

[Add your license here]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published