工具 API
get_ mp_ investverte_ esg_ view_ sector
[InvestVerte] Get detailed ESG time-series data for a specific sector by name. Returns ESG values mapped by industry/sub-sector across all available year-frequency combinations (e.g., "2015-FY", "2021-Q3"). Consumes 10 API calls per request. Use get_mp_investverte_esg_list_sectors first to discover available sector names. For company-level ESG, use get_mp_investverte_esg_view_company. For country-level ESG, use get_mp_investverte_esg_view_country. Returns: A JSON-formatted string with a sector ESG object: { "find": true, "industry": { "Airlines": [<ESG values per year>], "Transportation": [<ESG values per year>] }, "years": ["2015-FY", "2015-Q1", ...] } Fields: - find (bool): whether the sector was found - industry (object): map of industry/sector names to arrays of ESG values aligned with the "years" axis - years (array of str): time axis labels in "YYYY-frequency" format Notes: - The 'industry' section contains sector/industry names mapped to ESG values over the 'years' axis. - Rate limits (Marketplace product): * 100,000 API calls per 24 hours * 1,000 API requests per minute * 1 API request = 10 API calls Examples: "Airlines sector ESG data" → symbol="Airlines" "Aerospace & Defense ESG ratings" → symbol="Aerospace & Defense"
调用信息
- 工具标识
- eodhd.get_mp_investverte_esg_view_sector
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
symbol必填string
fmt—
api_token—