工具 API

get_mp_praams_bank_income_statement_by_ticker

[PRAAMS] Retrieve bank-specific income statement time series by ticker symbol. Returns annual and quarterly data: core revenue, net interest income, fee & commission income, RIBPT, non-recurring income, IBPT, and provisioning. Tailored for banking sector analysis. Consumes 10 API calls per request. For lookup by ISIN, use get_mp_praams_bank_income_statement_by_isin. For bank balance sheet data, use get_mp_praams_bank_balance_sheet_by_ticker. Returns: JSON object with Praams envelope: - success (bool): whether the request succeeded - items (array): time-series of income statement entries, each containing: - period (str): reporting period (e.g. "2023-Q4", "2023-FY") - coreRevenue (float|null): total core revenue - netInterestIncome (float|null): net interest income - netFeeCommissionIncome (float|null): net fee & commission income - ribpt (float|null): recurring income before provisioning and taxes - nonRecurringIncome (float|null): non-recurring income items - ibpt (float|null): income before provisioning and taxes - provisioning (float|null): loan loss provisions - Additional bank-specific income line items - message (str): status message - errors (array): list of error messages, empty on success Limits (Marketplace rules): - 1 request = 10 API calls - 100k calls / 24h, 1k requests / minute - Output is JSON only

finance1 积分

调用信息

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

输入参数

ticker必填

string

api_token