ServerPortfolio
2.0
Python parsers and server
|
Enumeration for the action to be performed by the parser. More...
Static Public Attributes | |
int | NoAction = 0 |
int | HistPrice = 1 |
int | DatesIntro = 2 |
int | DivSplit = 3 |
int | InstValue = 4 |
int | Fundamental = 5 |
int | Static = 6 |
int | Info = 7 |
Enumeration for the action to be performed by the parser.
Possible values:
InstValue
: instantaneous value of the asset.HistPrice
: historical price, daily range.DatesIntro
: first historical value available from Yahoo.DivSplit
: dividends and shares split.Fundamental
: fundamental data (PER,BookValue,..).Info
: name of the company, industry and sector given by Yahoo.Static
: data contained in the configuration file dictstocks.txtNoAction
: only for tests (may be deleted later) Definition at line 82 of file GlobalDicts.py.
|
static |
Definition at line 90 of file GlobalDicts.py.
|
static |
Definition at line 91 of file GlobalDicts.py.
|
static |
Definition at line 93 of file GlobalDicts.py.
|
static |
Definition at line 89 of file GlobalDicts.py.
|
static |
Definition at line 95 of file GlobalDicts.py.
|
static |
Definition at line 92 of file GlobalDicts.py.
|
static |
Definition at line 88 of file GlobalDicts.py.
|
static |
Definition at line 94 of file GlobalDicts.py.