股票数据接口服务

version : 1.0.0

get_hist_data

Get historical stock market data. 'eastmoney_direct' support all A,B,H shares

*symbol(string)

interval(string)

interval_multiplier(integer)

start_date(string)

end_date(string)

adjust(string)

source(string)

indicators_list(null)

recent_n(null)

结果(Result)

get_realtime_data

Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares

symbol(null)

source(string)

结果(Result)

get_news_data

Get stock-related news data.

*symbol(string)

recent_n(null)

结果(Result)

get_balance_sheet

Get company balance sheet data.

*symbol(string)

recent_n(null)

结果(Result)

get_income_statement

Get company income statement data.

*symbol(string)

recent_n(null)

结果(Result)

get_cash_flow

Get company cash flow statement data.

*symbol(string)

source(string)

recent_n(null)

结果(Result)

get_inner_trade_data

Get company insider trading data.

*symbol(string)

结果(Result)

get_financial_metrics

Get key financial metrics from the three major financial statements.

*symbol(string)

recent_n(null)

结果(Result)

get_time_info

Get current time with ISO format, timestamp, and the last trading day.

结果(Result)