Eodhd Apis

Learn how to use Eodhd Apis with Composio

Overview

Enum

EODHD_APIS

Description

EODHD APIs provide comprehensive financial data, including historical stock market data, live stock prices, fundamental data, and more, accessible via REST and WebSocket APIs.

Authentication Details

Actions

Tool to retrieve macroeconomic indicators data. use when you need country-level economic indicators across a date range. use after confirming the api token is set.

Action Parameters

country
stringRequired
from_date
string
indicator
string
to_date
string

Action Response

data
array
error
string
successful
boolean
Tool to retrieve mutual funds data for a specified symbol. use after confirming the mutual fund ticker symbol.

Action Parameters

code
stringRequired
fmt
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to retrieve real-time data for forex via websocket. use when you need live price updates for specific currency pairs.

Action Parameters

pairs
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve real-time trade data for the us market via websocket. use when live updates for specific us symbols are required. example: subscribe to ['aapl', 'goog'].

Action Parameters

action
stringRequired
symbols
arrayRequired

Action Response

data
object
error
string
successful
boolean