A Python package providing utility functions for bbg api controller
Project description
Bloomberg API Controller (BBG API Controller)
A Python package providing utility functions for Bloomberg API controller. This package helps streamline the process of handling Bloomberg data fetching process and provides related database management.
Features
- Bloomberg API data fetching and parsing
- MongoDB integration for data storage
Installation
You can install the package using pip:
pip install git+https://github.com/nailen1/module-bbg_api_controller.git
Package Structure
bbg_api_controller/
├── __init__.py # Package initialization
├── application.py # Application level functionality
├── composed.py # Collection of composed or partial functions
├── connector.py # Bloomberg connection management
├── utils.py # Utility functions
├── basis/ # Core functionality
│ ├── __init__.py # Subpackage initialization
│ ├── fetcher.py # Data fetching operations
│ └── ... # Other base modules
└── consts/ # Constants and configurations
├── __init__.py # Subpackage initialization
├── bbg_consts.py # Bloomberg-specific constants
└── ... # Other constant definitions
Usage
from bbg_api_controller import application
# Example usage code
# ...
Requirements
- pdblp
- pandas
- tqdm
- python-dotenv
- canonical_transformer
- string_date_controller
- shining_pebbles
- mongodb_controller
Version History
v0.1.1
- Added
recurse_squaredfunction for recursive data fetching, parsing, and insertion process across multiple dates - Improved package structure documentation
License
This project is licensed under the MIT License.
Author
June Young Park AI Management Development Team Lead & Quant Strategist at LIFE Asset Management
LIFE Asset Management is a hedge fund management firm that integrates value investing and engagement strategies with quantitative approaches and financial technology, headquartered in Seoul, South Korea.
Contact
- Email: juneyoungpaak@gmail.com
- Location: TWO IFC, Yeouido, Seoul
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bbg_api_controller-0.1.1.tar.gz.
File metadata
- Download URL: bbg_api_controller-0.1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2e854521fa26c3ee833be2b17533a134d497124006e90658eab28f1c8b033a2
|
|
| MD5 |
2727f65bfb30aeb25b34009d83224718
|
|
| BLAKE2b-256 |
810631b74a985212f4042ac31604176d7fd7119caf46a642f05de627f377a3da
|
File details
Details for the file bbg_api_controller-0.1.1-py3-none-any.whl.
File metadata
- Download URL: bbg_api_controller-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b19bc1c89082b7390451c06046233af73fceedce69e097175756abb249f36bdb
|
|
| MD5 |
dab6cf9dc9b64e8963beee601024fab7
|
|
| BLAKE2b-256 |
75745d4b6aa94b14e2087e9baa08662059316ade5069d1f923a5217cb3656fc5
|