工具 API

get_mp_investverte_esg_view_country

[InvestVerte] Get detailed ESG ratings for a specific country by country code. Returns mean and median ESG scores broken down by year and frequency (FY, Q1-Q4). Optionally filter by year and frequency. Consumes 10 API calls per request. Use get_mp_investverte_esg_list_countries first to discover available country codes. For company-level ESG, use get_mp_investverte_esg_view_company. For sector-level ESG, use get_mp_investverte_esg_view_sector. Returns: A JSON-formatted string with an array of objects, e.g.: [ { "symbol": "US", "name": "United States of America", "mean": 63.2928294103373, "median": 63.32, "year": 2021, "frequency": "FY" }, ... ] Notes: - Year and frequency are optional; when omitted, all available years/frequencies for the country are returned. - Rate limits (Marketplace product): * 100,000 API calls per 24 hours * 1,000 API requests per minute * 1 API request = 10 API calls Examples: - /api/mp/investverte/country/US?year=2021&frequency=FY - /api/mp/investverte/country/US

finance1 积分

调用信息

工具标识
eodhd.get_mp_investverte_esg_view_country
服务提供方
EODHD
平均响应
0 ms
近 7 天调用
0

输入参数

symbol必填

string

year

frequency

fmt

api_token