工具 API
get_ mp_ praams_ smart_ screener_ equity
[PRAAMS] Screen and filter equities using multi-factor risk-return criteria. Filter by region, country, sector, industry, market cap, currency, and PRAAMS score ranges (1-7) for valuation, performance, profitability, growth, dividends, analyst view, and risk factors. Returns paginated matching equities with scores. Consumes 10 API calls per request. For bond screening, use get_mp_praams_smart_screener_bond. For deep analysis of a single equity, use get_mp_praams_risk_scoring_by_ticker. Returns: JSON object with Praams envelope: - item (object): - peers (array): matching equity instruments, each containing: - ticker (str): equity ticker symbol - isin (str): ISIN code - name (str): company name - praamsRatio (float): overall PRAAMS score - totalReturnScore (int): return score (1-7) - totalRiskScore (int): risk score (1-7) - valuation (int): valuation score (1-7) - performance (int): performance score (1-7) - profitability (int): profitability score (1-7) - dividends (int): dividends score (1-7) - country (str): company country - sector (str): company sector - capitalisation (int): market cap category (1=small, 2=mid, 3=large) - currency (str): trading currency - totalCount (int): total matching instruments (for pagination) - success (bool): whether the request succeeded - message (str): status message - errors (array): list of error messages, empty on success Notes: - All *Min/*Max fields are 1..7 scale integers (nullable). - Provide at least one filter value in the JSON body. Examples: "Large-cap US tech stocks with high dividends" → capitalisation=[3], regions=[1], dividendsMin=5 "European equities low volatility risk" → regions=[2], currency=["EUR"], volatilityMax=2
调用信息
- 工具标识
- eodhd.get_mp_praams_smart_screener_equity
- 服务提供方
- EODHD
- 平均响应
- 4292 ms
- 近 7 天调用
- 1
输入参数
skip—
take—
regions—
countries—
sectors—
industries—
capitalisation—
currency—
mainRatioMin—
mainRatioMax—
valuationMin—
valuationMax—
performanceMin—
performanceMax—
profitabilityMin—
profitabilityMax—
growthMomMin—
growthMomMax—
otherMin—
otherMax—
analystViewMin—
analystViewMax—
dividendsMin—
dividendsMax—
countryRiskMin—
countryRiskMax—
liquidityMin—
liquidityMax—
stressTestMin—
stressTestMax—
volatilityMin—
volatilityMax—
solvencyMin—
solvencyMax—
orderBy—
api_token—