AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Bank Of Statistics

skill-taivop-marketplace-bank-of-statistics · by taivop

Retrieve macro-financial and monetary statistics from the Bank of Estonia statistics portal for banking, external sector, and monetary analysis.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-taivop-marketplace-bank-of-statistics

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-taivop-marketplace-bank-of-statistics)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Bank Of Statistics? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Bank of Estonia Statistics

Use when

  • You need central-bank indicators (monetary, financial, external sector).
  • You need statistics complementary to Statistics Estonia.

Avoid when

  • The indicator is already fully available from Statistics Estonia and no financial split is needed.

Access reality

  • Public access type: JavaScript UI backed by /spring/* JSON endpoints.
  • Critical caveat: direct endpoint calls can return 406 without browser-like request headers.

Inputs

  • Indicator topic and period.
  • Preferred granularity and format.

Outputs

  • Downloaded indicator series and source citation.

Primary endpoints

  • Portal UI: https://statistika.eestipank.ee/
  • Example JSON endpoints (public):
  • https://statistika.eestipank.ee/spring/getValuutad
  • https://statistika.eestipank.ee/spring/getValuutaKursid
  • https://statistika.eestipank.ee/spring/getValuutaKurssAjaloos
  • https://statistika.eestipank.ee/spring/getAvaldamiskalenderHeaders
  • https://statistika.eestipank.ee/spring/getHeadingsFilterData
  • https://statistika.eestipank.ee/spring/getAvaldamiskalenderList

Retrieval workflow

  1. Start from portal page to identify needed indicator family.
  2. For /spring/* endpoint calls, send headers:
  • Accept: application/json, text/plain, */*
  • X-Requested-With: XMLHttpRequest
  • Referer: https://statistika.eestipank.ee/
  1. Call relevant endpoint with required parameters.
  2. Parse JSON response and normalize dates/units.
  3. Keep endpoint URL and parameter set with output.

Request contract

  • getValuutaKursid:
  • required: aeg, aeg1, aeg2, tyyp, lang
  • date format expected by endpoint: dd.mm.yyyy
  • getValuutaKurssAjaloos:
  • required: valuuta1, valuuta2, aegAlg, aegLopp, lang, step
  • known step values: DAY, WEEK, MONTH, QUARTER, SEMIANNUAL, YEAR
  • getAvaldamiskalenderList:
  • required: lng
  • optional filter: rubriikId

Output schema expectations

  • Keep at least:
  • indicator code/name
  • period/date
  • value
  • unit/currency
  • dimension filters used (if any)
  • source endpoint URL and params

Limits and caveats

  • Endpoints are unofficially documented through frontend behavior.
  • Some endpoint combinations return empty arrays if params are incomplete or mismatched.
  • UI routes are hash-based; data endpoints are under /spring/.

Verification hooks

  • Verify JSON response content type is application/json.
  • Verify endpoint returns non-empty arrays for known-valid sample query.
  • Verify calls without headers can fail with 406 and calls with headers succeed.

Quality checks

  • Confirm frequency (daily/weekly/monthly/quarterly/annual).
  • Confirm whether values are stock or flow before interpretation.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.