EODHD API Financial Data Skill for Openclaw

A powerful financial data toolkit that connects Openclaw Skills agents to the EODHD API for comprehensive market analysis and data retrieval.

simonpierreboucher02
v1.0.0
Mar 5, 2026
1
811
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install eodhd-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install eodhd-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is EODHD API Financial Data Skill?

The EODHD API skill provides a seamless interface for AI agents to access a vast repository of financial information from EOD Historical Data. This integration is a core component of the Openclaw Skills ecosystem, enabling developers and analysts to programmatically retrieve historical end-of-day prices, intraday movements, and deep fundamental data for global securities.

By utilizing a dedicated Python client, this skill simplifies the authentication and request logic required to interact with complex financial endpoints. It empowers AI agents to act as sophisticated financial analysts, capable of fetching anything from macro-economic indicators to real-time sentiment data and corporate calendars with high precision.

EODHD API Financial Data Skill Use Cases

  • Performing automated historical price analysis and trend discovery.
  • Generating comprehensive fundamental reports for specific ticker symbols.
  • Monitoring real-time financial news and sentiment for market sentiment analysis.
  • Screening global stock markets based on custom technical indicators.
  • Automating the tracking of earnings calls, IPOs, and stock split calendars.

How EODHD API Financial Data Skill Works

  1. The agent analyzes the user's financial inquiry to determine the specific data endpoint required.
  2. The system checks the local config.json file to ensure a valid EODHD API token is available for authentication.
  3. The agent dynamically generates a Python script that imports the EODHDClient from the Openclaw Skills directory.
  4. The script executes a specific method (e.g., get_fundamental_data) via a secure shell command.
  5. The resulting JSON payload is parsed and converted into a readable format, such as a Markdown table or a summary report, for the user.

EODHD API Financial Data Skill Setup

To activate this skill within your Openclaw Skills environment, you must configure your personal API token. Obtain your key from the EODHD dashboard and run the following command within the agent environment:

default_api.file(
    action="write",
    path="/home/ubuntu/skills/eodhd-api/config.json",
    text=f"{\"api_token\": \"{user_provided_token}\"}"
)

Ensure that the eodhd_client.py script is accessible in your skills path to allow the agent to instantiate the client.

EODHD API Financial Data Skill Data Schema & Taxonomy

The skill manages financial data through a structured interface and local configuration. The following schema defines how the skill organizes its environment:

File/Component Role Data Type
config.json Stores the persistent API token JSON Object
eodhd_client.py Primary API wrapper for all requests Python Script
get_eod_historical_data Historical price arrays JSON List
get_fundamental_data Deep company financials (Balance Sheets, etc.) Nested JSON
Error Handling Standardized error reporting {"error": "string"}

EODHD API Financial Data Skill Advanced Features

  • Bulk EOD data support for retrieving entire exchange data in a single call.
  • Technical indicator calculation support, including RSI, MACD, and SMA directly from the client.
  • Global market coverage including stocks, ETFs, mutual funds, and forex via Openclaw Skills.
  • Macro-economic data retrieval for country-level fundamental analysis.
  • Integration with financial news sentiment analysis for algorithmic trading insights.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*