Macrobond-data-api

Latest version: v3.0.1

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

2.0.3

* Fix for upload series

2.0.2

* Fix for get_data_package_list_iterative
* Add get_data_package_list_chunked

2.0.1

- New APIs for in house series

2.0.0

Breaking change

* COM API: Metadata values for attributes that can have multiple values are now always a List.

Example:
py
from macrobond_data_api.com import ComClient

with ComClient() as api:
print(api.get_one_series("usgdp").metadata["Region"])

In 1.0.8 (old behavior) this code would print `'us'`.
In the new behavior in 2.0.0 it will print `['us']`.

1.0.8

* Upgrade dependencies

1.0.7

* Fix for parse_date

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.