FrontPage
jobs †
daily †
| ジョブ名 | 内容 |
| S10get-stockmaster | 銘柄一覧(stock code)を取得 |
| S20get-historydata | 個々銘柄について、price historyを取得 |
| S30get-detaildata | 個々銘柄について、詳細データを取得 |
| S40get-finstdata | 個々銘柄について、決算数値を取得 |
Directories †
cron jobs †
| ディレクトリ | 内容 |
| basedir | ベースdirectory |
| crondir=$basedir/cron | cronジョブ |
| cronbin=$crondir/bin | cronで使うスクリプト |
| bindir=$basedir/bin | バイナリ等 |
| logdir=$crondir/logs | cron logs |
| dailydir=$crondir/jstockdaily | daily cron(jstock) |
conf dir †
| ディレクトリ | 内容 |
| confdir | 設定ファイル用ディレクトリ |
| jstockconf=$confdir/jstock | jstock用設定ディレクトリ |
$jstockconf/以下 †
| ファイル | 内容 |
| industorymaster | 業種一覧 |
| fundmaster | ファンド一覧 |
| indexmaster | index一覧 |
data dir †
| ディレクトリ | 内容 |
| jstockdir=$DataDir?/jstock | jstock用データディレクトリ |
| masterdir=$jstockdir/stock_master | マスターデータ(stock code一覧) |
| historydir=$jstockdir/price_history | price historyデータ |
| finance=$jstockdir/finance | 決算指標データ |
DB: jstock †
Table: stocklist †
| 項目 | 型 | 内容 |
| industry | varchar(25) not null | 業種 |
| stockcode | integer not null | コード |
template_historydata †
| 項目 | 型 | 内容 |
| date | date unique not null | 日付 |
| open | integer not null | 始値 |
| high | integer not null | 高値 |
| low | integer not null | 安値 |
| close | integer not null | 終値 |
| volume | integer not null | 出来高 |
| adj_close | integer not null | 調整後終値 |
値のセット: obsolete †
- copy history_1301 from '/usr/home/(username)/Data/forestry_fishery/history.1301';
- \copy history_1301 from '/usr/home/(username)/Data/forestry_fishery/history.1301'
※index(23337, 998405, 998407は100倍してload)
DB: stockdata: obsolete? †
- Tabel1: template_historicalprices
create table template_historicalprices (~~
date date not null,~~
open integer,~~
high integer,~~
low integer,~~
close integer,~~
volume integer,~~
adj_close integer~~
);
最新の20件
2008-01-28
2008-01-26
2008-01-24
2007-02-17
2006-11-05
2006-11-03
2006-09-22
2006-05-24
2006-04-25
2006-04-12
2006-04-11
- counter: 195
- today: 1
- yesterday: 0
- online: 1