Skip to main content

Banco de España connector for the parsimony framework

Project description

parsimony-bde

Banco de España connector — Spanish macroeconomic, monetary, and financial time series via the BIEST REST API.

Part of the parsimony-connectors monorepo. Distributed standalone on PyPI as parsimony-bde.

Connectors

Name Kind Description
bde_fetch connector Fetch one or more BdE time series by series code (comma-separated).
enumerate_bde enumerator Discover BdE series from six catalog CSV chapters plus the Bank Lending Survey (recovered from pb.zip).
bde_search connector Semantic-search the published BdE catalog snapshot; returns ranked series codes.

bde_fetch's time_range is frequency-dependent (BdE validates it): monthly / quarterly series take 30M/60M/MAX, daily series take 3M/12M/36M (not MAX), and any frequency accepts a 4-digit year (e.g. 2024). A range that doesn't fit a series' frequency is reported as an InvalidParameterError.

Install

pip install parsimony-bde

Pulls in parsimony-core>=0.7,<0.8 automatically. Verify discovery:

python -c "from parsimony import discover; print([p.name for p in discover.iter_providers()])"

Configuration

No API key required — the BdE BIEST API is open and unauthenticated.

bde_search reads a published catalog snapshot (default hf://parsimony-dev/bde). Override the snapshot location with the PARSIMONY_BDE_CATALOG_URL environment variable, or pass catalog_url= at call time.

Quick start

from parsimony_bde import CONNECTORS

result = CONNECTORS["bde_fetch"](key="D_1NBAF472")
print(result.data.head())

For multi-plugin composition (autoloads everything installed):

from parsimony import discover
connectors = discover.load_all()

Catalogs

enumerate_bde discovers the full BdE series catalog — ~15.5k unique series across six published CSV chapters (be, cf, ie, si, tc, ti), plus the Bank Lending Survey. The survey's CSV chapter lists only un-fetchable family aliases (PB_1_1.1), so its real fetchable codes (DPB…) are recovered from the bulk pb.zip. Rows are de-duplicated by series code (a series can appear under more than one thematic chapter). Maintainers build a Catalog snapshot from the enumerator (see scripts/build_catalog.py) and push it to the snapshot URL that bde_search reads. The crawl is expensive (the CF/Financial-Accounts chapter alone is several thousand series), so it runs offline as a publish job — never at query time.

A small tail (~1% of catalog codes, mostly dollar-denominated …$… financial accounts variants and a handful of external-sector series) is listed in the CSV catalog but not served by the web service; fetching such a code returns a clear InvalidParameterError rather than data.

Provider

License

See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parsimony_bde-0.0.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parsimony_bde-0.0.1-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file parsimony_bde-0.0.1.tar.gz.

File metadata

  • Download URL: parsimony_bde-0.0.1.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for parsimony_bde-0.0.1.tar.gz
Algorithm Hash digest
SHA256 87b38e5592fdd36eb3e2fdb0a0dc2899b5e8e2e8b2e88ef1d83cf3dfadbfca01
MD5 bbd6704f45ec4395cca7aed6ea21dd24
BLAKE2b-256 dfccb53124b0010ae931ee76f0d7f0e331a391c97fe99990ebc3a5a401f71af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_bde-0.0.1.tar.gz:

Publisher: release.yml on ockham-sh/parsimony-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file parsimony_bde-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: parsimony_bde-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for parsimony_bde-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f777a44fdf4473f802d54f8e6c3f495c112001b662083840cc91d45f42c4913e
MD5 228ef34ed055c8d45793f4021fe26a3d
BLAKE2b-256 4e53c2189dc9394cbcfdae5a553b0a1f3e79880ae47766f0db66451eb47f04b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_bde-0.0.1-py3-none-any.whl:

Publisher: release.yml on ockham-sh/parsimony-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page