Macrobond-data-api

Latest version: v3.0.0

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

Scan your dependencies

Page 3 of 7

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

1.0.6

* Fix for "4.1 - Macrobond Data API - Revision History.ipynb"
* Fix for SubscriptionList last_modified time of set
* Fix for to_pd_data_frame() in GetAllVintageSeriesResult

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.