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 fetch Fetch one or more BdE time series by series code (comma-separated).
enumerate_bde enumerator Enumerate BdE series by querying well-known series codes for catalog seeding.

Install

pip install parsimony-bde

Pulls in parsimony-core>=0.4,<0.5 automatically. Verify discovery:

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

Configuration

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

Quick start

import asyncio
from parsimony_bde import CONNECTORS

async def main():
    connectors = CONNECTORS.bind_env()
    result = await connectors["bde_fetch"](key="D_1NBAF472")
    print(result.data.head())

asyncio.run(main())

For multi-plugin composition (autoloads everything installed):

from parsimony import discover
connectors = discover.load_all().bind_env()

Catalog publishing

This plugin publishes catalogs under the bde namespace. Build and push:

parsimony publish --provider bde --target "hf://<your-org>/parsimony-bde"

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.4.0.tar.gz (15.0 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.4.0-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: parsimony_bde-0.4.0.tar.gz
  • Upload date:
  • Size: 15.0 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.4.0.tar.gz
Algorithm Hash digest
SHA256 d320fa9554e8fc67dbdd88a1c8d9af22855cbcfa2bdf4a864e100d069e77dd90
MD5 80edee48880149f3ed7b5d962a0cc50a
BLAKE2b-256 b3abcf7227d740baa4f92a80d941115926471978ea81089d37a6788338dacd86

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_bde-0.4.0.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.4.0-py3-none-any.whl.

File metadata

  • Download URL: parsimony_bde-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 16.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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23870a3b3d02df0790c3cb053376ad91ff6dad13b4bfd37be0b37896966d2c5e
MD5 44dfb9d1a734889255d2d9595a415bfa
BLAKE2b-256 e236456f5978d707130a97a03aa4ea7f489aa3386b4685dddfd7543a253b5c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_bde-0.4.0-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