eodhd-apis-automation

Automate financial data retrieval and analysis tasks using Eodhd Apis via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill eodhd-apis-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eodhd-apis-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/eodhd-apis-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill eodhd-apis-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with financial APIs, allowing you to fetch market data, historical prices, and fundamental metrics without writing custom integration code.

Core Features & Use Cases

  • Automated Data Retrieval: Execute complex financial queries across Eodhd Apis endpoints.
  • Schema-Aware Execution: Dynamically discover and validate API tool schemas before execution to ensure compatibility.
  • Use Case: Automatically pull historical stock price data for a portfolio of tickers and generate a summary report for financial analysis.

Quick Start

Use the eodhd-apis-automation skill to search for available tools and fetch historical price data for AAPL.

Frequently Asked Questions about eodhd-apis-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Eodhd Apis to my agent?

Connect Eodhd Apis by calling the RUBE_MANAGE_CONNECTIONS tool with the eodhd_apis toolkit slug. Follow the provided authentication link to authorize your account and ensure the connection status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated API definitions or hardcoded tool arguments.

Does this skill support bulk financial data operations?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool to execute multiple Composio tool calls in a single workflow session.

What should I do if my API execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your execution call.