Skip to content

Releases: mbk-dev/cbrapi

CBRAPI 0.1.7

11 Apr 14:11

Choose a tag to compare

This release improves compatibility with older pandas versions, reduces redundant calls to CBR web services, and adds test coverage for the main public API.

Fixed:

  • wrap XML responses in BytesIO before passing them to pd.read_xml, which restores compatibility with older pandas versions
  • cache make_cbr_client() and get_currencies_list() to avoid duplicate requests to CBR services
  • reuse the cached currencies list inside get_currency_code() instead of requesting it multiple times

Tests:

  • add pytest coverage for the main modules: currency, helpers, metals, rates, reserves, and ruonia

v0.1.6

12 Jan 07:56

Choose a tag to compare

currency.get_time_series pads missing periods until today if it's within first_date and last_date.

v0.1.4

27 Nov 15:42

Choose a tag to compare

chore: update version

v0.1.3

09 Nov 15:35

Choose a tag to compare

chore: update version