股票數(shù)據(jù)格式大全,股票數(shù)據(jù)格式分析 http://alantop.5166.info
我以招商銀行為例說明其數(shù)據(jù)格式:
日線數(shù)據(jù)存放在 C:\Program Files\國泰君安證券\超強(qiáng)版\vipdoc\sh\lday
文件名: sh600036.day
以下是數(shù)據(jù)文件圖片顯示.首頁內(nèi)顯示不了圖片,請(qǐng)點(diǎn)擊標(biāo)題進(jìn)入看.
其每32個(gè)字節(jié)記錄的是一日線數(shù)據(jù):
其數(shù)據(jù)結(jié)構(gòu)定義如下:
typedef struct mystructtag
{
int date;
int open;
int high;
int low;
int close;
float amount;
int vol;
int reservation;
} StockData;
這個(gè)數(shù)據(jù)是以上圖片翻譯的兩行數(shù)據(jù)
日期 開牌價(jià) 最高價(jià) 最低價(jià) 收盤價(jià) 成交量
20020409 10.51 10.88 10.51 10.66 414108800
20020410 10.66 10.70 10.39 10.60 67945400
客戶合作定制 見個(gè)人主頁聯(lián)系 http://alantop.5166.info