第11章 Python 量化策略的获取数据函数

第11章 Python 量化策略的获取数据函数


在股票量化笨略开盘时的运行函共中,是获取股票的收盘价、5日均价、上一时间的点价格等,就会用到获取数据函数。下面来具体讲解一下获取数据函数。

本章主要内窑包括:

> history()函数和attribute_history()函数

> get_current_data ()函数和get_fundamentals()函数

> get_fundamentals_continuously()函数和get_index_stocks()函数

> get_industry_stock()函数和get_concept_stocks()函数

> get_all_securities()函数和get_security_info()函数

> get_billboard_list()函数和get_locked_shares()函数