EODHD APIs integration (Finance, Data). Imported from open-connector.
https://eodhd.com/api/search/{query}
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query such as a ticker, company name, or ISIN. |
| type | string | optional | Security type used to filter EODHD instrument search results. |
| exchange | string | optional | Exchange code used to filter search results. |
| bondsOnly | boolean | optional | Whether to return only bond results. |
| limit | integer | optional | Maximum number of search results to return. |
/exchanges-list
/real-time/{ticker}
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | Primary ticker with exchange code, such as AAPL.US. |
| additionalTickers | array | optional | Additional ticker symbols to include in the quote request. |
| exchange | string | optional | Exchange code filter, such as US. |
/eod/{ticker}
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | Ticker with exchange code, such as AAPL.US. |
| dateFrom | string | optional | Inclusive start date in YYYY-MM-DD format. |
| dateTo | string | optional | Inclusive end date in YYYY-MM-DD format. |
| period | string | optional | EODHD historical price period. |
| filter | string | optional | EODHD last-value filter for historical price data. |
/id-mapping
| Param | Type | Required | Description |
|---|---|---|---|
| filterSymbol | string | optional | Ticker symbol filter, such as AAPL.US. |
| filterExchange | string | optional | Exchange code filter, such as US. |
| filterIsin | string | optional | ISIN identifier filter. |
| filterFigi | string | optional | FIGI identifier filter. |
| filterLei | string | optional | LEI identifier filter. |
| filterCusip | string | optional | CUSIP identifier filter. |
| filterCik | string | optional | CIK identifier filter. |
| pageLimit | integer | optional | Number of records per page. |
| pageOffset | integer | optional | Pagination offset. |
/macro-indicator/{country}
| Param | Type | Required | Description |
|---|---|---|---|
| country | string | required | ISO 3166-1 alpha-3 country code, such as USA. |
| indicator | string | optional | Macroeconomic indicator code supported by EODHD. |
/ust/yield-rates
| Param | Type | Required | Description |
|---|---|---|---|
| dateFrom | string | optional | Inclusive start date in YYYY-MM-DD format. |
| dateTo | string | optional | Inclusive end date in YYYY-MM-DD format. |
| filterYear | integer | optional | Year filter for Treasury yield rates. |
| pageLimit | integer | optional | Number of records per page. |
| pageOffset | integer | optional | Pagination offset. |
/user