features

package
v1.3.39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockPath = "/T0002/blocknew"
	ZxgBlk    = "zxg.blk"
	BkltBlk   = "BKLT.blk"
	ZdBk      = "ZDBK.blk"
)

Variables

View Source
var (
	FBarsRaw    = []string{"Open", "Close", "High", "Low", "Vol", "Amount", "DateTime", "UpCount", "DownCount"}
	FBarsRename = []string{"open", "close", "high", "low", "volume", "amount", "date", "up", "down"}

	FBarsHelfFields = []string{"date", "open", "close", "high", "low", "volume", "amount", "up", "down", "open_volume", "open_turnz", "open_unmatched", "close_volume", "close_turnz", "close_unmatched", "inner_volume", "outer_volume", "inner_amount", "outer_amount"}
	FBarsFields     = []string{"date", "open", "close", "high", "low", "volume", "amount", "up", "down", "last_close", "turnover_rate", "open_volume", "open_turnz", "open_unmatched", "close_volume", "close_turnz", "close_unmatched", "inner_volume", "outer_volume", "inner_amount", "outer_amount"}
)
View Source
var (
	// DataDaysDiff 日期差异偏移量
	DataDaysDiff = 1
)

Functions

func BatchRealtime

func BatchRealtime(codes []string) error

BatchRealtime 批量获取实时行情数据

func BlockList added in v1.3.25

func BlockList() pandas.DataFrame

BlockList 获取板块列表

func FinanceInfo

func FinanceInfo(fullCode string) (*quotes.FinanceInfo, error)

FinanceInfo 个股基本信息

func GetCacheKLine

func GetCacheKLine(code string, argv ...bool) pandas.DataFrame

GetCacheKLine 加载K线

第2个参数, 是否前复权

func GetCacheXdxr

func GetCacheXdxr(code string) pandas.DataFrame

func GetF10List

func GetF10List() pandas.DataFrame

GetF10List 证券F10信息列表

func GetKLineAll

func GetKLineAll(fullCode string, argv ...int) pandas.DataFrame

GetKLineAll 获取日K线

func GetMinuteHistory

func GetMinuteHistory(code, date string) *quotes.HistoryMinuteTimeReply

GetMinuteHistory 获得指定日期的分时数据

func GetSecurityList

func GetSecurityList() pandas.DataFrame

GetSecurityList 证券列表

func GetStockName

func GetStockName(code string) (string, bool)

GetStockName 获取证券名称

func GetTickAll

func GetTickAll(code string) (vol float64)

GetTickAll 下载全部tick数据

func GetTickData

func GetTickData(securityCode string, date string) pandas.DataFrame

GetTickData 获取指定日期的分笔成交记录

func GetXdxrInfo

func GetXdxrInfo(code string) pandas.DataFrame

GetXdxrInfo 除权除息数据

func GetZxgList

func GetZxgList() []string

func InflowCount

func InflowCount(df pandas.DataFrame, securityCode string) (summary cache.TurnoverDataSummary)

InflowCount 统计内外盘

func QuantityRelativeRatio

func QuantityRelativeRatio(code string) float64

QuantityRelativeRatio 获得指定日期的分时数据

量比是衡量相对成交量的指标。
它是指股市开市后平均每分钟的成交量与过去5个交易日(不包含当日)平均每分钟成交量之比。
其计算公式为:量比=(现成交总手数 / 现累计开市时间(分) )/ 过去5日平均每分钟成交量

Types

type QuoteSnapshot

type QuoteSnapshot struct {
	Market          uint8   // 市场
	Code            string  // 代码
	Active1         uint16  // 活跃度
	Price           float64 // 现价
	LastClose       float64 // 昨收
	Open            float64 // 开盘
	High            float64 // 最高
	Low             float64 // 最低
	ServerTime      string  // 时间
	ReversedBytes0  int     // 保留(时间 ServerTime)
	ReversedBytes1  int     // 保留
	Vol             int     // 总量
	CurVol          int     // 现量
	Amount          float64 // 总金额
	SVol            int     // 内盘
	BVol            int     // 外盘
	IndexOpenAmount int     // 指数-集合竞价成交金额=开盘成交金额
	StockOpenAmount int     // 个股-集合竞价成交金额=开盘成交金额
	OpenVolume      int     // 集合竞价-开盘量, 单位是股
	TurnZ           float64 // 开盘换手率Z
	Bid1            float64
	Ask1            float64
	BidVol1         int
	AskVol1         int
	Bid2            float64
	Ask2            float64
	BidVol2         int
	AskVol2         int
	Bid3            float64
	Ask3            float64
	BidVol3         int
	AskVol3         int
	Bid4            float64
	Ask4            float64
	BidVol4         int
	AskVol4         int
	Bid5            float64
	Ask5            float64
	BidVol5         int
	AskVol5         int
	ReversedBytes4  uint16  // 保留
	ReversedBytes5  int     // 保留
	ReversedBytes6  int     // 保留
	ReversedBytes7  int     // 保留
	ReversedBytes8  int     // 保留
	Rate            float64 // 涨速
	Active2         uint16  // 活跃度
}

func BatchSnapShot

func BatchSnapShot(codes []string) []QuoteSnapshot

BatchSnapShot 批量获取即时行情数据快照

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL