工具 API
get_ bulk_ fundamentals
Fetch fundamental data for all stocks on an exchange in bulk. Use when the user needs financials, valuation, or earnings data for many companies at once -- screening, comparing sectors, or building dashboards across an entire exchange. Returns General, Highlights, Valuation, Technicals, SplitsDividends, Earnings (last 4 quarters + 4 years), and Financials for up to 500 stocks per call. Stocks only (no ETFs or mutual funds). Costs 100 API calls per request. Requires Extended Fundamentals plan. For a single ticker's full fundamentals, use get_fundamentals_data instead. For macro country-level economic data, use get_macro_indicator.
调用信息
- 工具标识
- eodhd.get_bulk_fundamentals
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
exchange必填Exchange code (e.g., 'NASDAQ', 'NYSE', 'US', 'LSE').
symbolsComma-separated list of specific symbols to filter.
offsetPagination start (default 0).
limitMax symbols to return (default 500, max 500).
version'1.2' for single-symbol-like output format.
fmt'json' (default) or 'csv'.
api_tokenPer-call token override.