工具 API

get_mp_praams_risk_scoring_by_isin

[PRAAMS] Get risk scores and risk-return decomposition for an equity identified by ISIN code. Returns overall PRAAMS ratio (1-7), sub-scores for valuation, performance, profitability, growth, dividends, volatility, liquidity, stress-manual, country risk, and solvency. Use when assessing investment risk and you have the ISIN. Consumes 10 API calls per request. For lookup by ticker instead of ISIN, use get_mp_praams_risk_scoring_by_ticker. For a full PDF report, use get_mp_praams_report_equity_by_isin. Returns: JSON object with Praams envelope: - success (bool): whether the request succeeded - item (object): equity analysis payload containing: - praamsRatio (float): overall PRAAMS score - totalReturnScore (int): aggregate return score (1-7 scale) - totalRiskScore (int): aggregate risk score (1-7 scale) - valuation (object): valuation metrics and score - performance (object): performance metrics and score - profitability (object): profitability metrics and score - growthMomentum (object): growth & momentum metrics and score - dividends (object): dividend yield, payout ratio, score - analystView (object): consensus target price, recommendations, score - volatility (object): historical volatility, VaR, score - stressTest (object): stress-manual scenarios and score - liquidity (object): trading volume, bid-ask spread, score - countryRisk (object): country-level risk assessment and score - solvency (object): debt ratios, interest coverage, score - descriptions (object|null): narrative risk/return explanations - errors (array): list of error messages, empty on success - message (str): status message Limits (Marketplace rules): - 1 request = 10 API calls - 100k calls / 24h, 1k requests / minute - Output is JSON only

finance1 积分

调用信息

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

输入参数

isin必填

string

api_token