crewAIInc / crewAIInc/crewAI

Add a tool for live EU/Eurostat statistics

Open
#7,456 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

vendor-pitch
Dominant language
Python
Stars
58.8k
Forks
8.5k
Avg merge
1d 15h
Merged PRs (30d)
109

Description

No existing tool in crewai_tools covers Eurostat / EU official statistics (unemployment, inflation, GDP, population, etc.). Eurostat's dissemination API (https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data) is fully public — no API key or registration required.

Proposed tool: EurostatTool, taking either an indicator friendly name (unemployment_rate, inflation_rate, gdp, population) or a raw dataset_code, plus geo/since/filters. See linked PR.

Eurostat responds in JSON-stat format (a flat, index-addressed value map plus separate dimension/category metadata) rather than plain records, so the tool unpacks that into readable dimension=label: value lines.

Checked before opening: no existing issues or PRs in this repo reference Eurostat or the ECB. I've also contributed an equivalent tool to agno-agi/agno, and initially opened one against crewAIInc/crewAI-tools before realizing that repo is archived/deprecated in favor of lib/crewai-tools in this monorepo.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Eurostat dissemination API and the proposed EurostatTool in crewai_tools. Define the supported indicator or dataset_code inputs along with geo, since, and filters, then verify that JSON-stat responses become readable dimension=label: value lines.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.