Description Usage Arguments Value References Examples
View source: R/AmerAssocIndividInvestorsAAII.R
The American Association of Individual Investors has a software product called StockInvestor Pro. Historically periodically e.g. monthly, but recently daily, new updated corporate data of of 6000+ companies is updated and re-available. The software includes (much) information from the following: income statements, cash flow statements, balance sheets, stock prices, analyst ratings, and company general information. This function reads the file Setup.dbf file. It is a dBASE file. Note, the .dbf file can be opened interactively (and read) using/through LibreOffice Calc, R package foreign function read.dbf, and other applications that use the file shapefil.h written by Frank Warmerdam.
1 | dateAAIISIPro(From = "C:/Program Files (x86)/Stock Investor/Professional")
|
From |
String. Directory of AAII StockInvestor Pro installation directory. Defaults to "C:/Program Files (x86)/Stock Investor/Professional". |
String. Date of the SIPro update, in days since the UNIX epoch (birthday of UNIX: January 1st, 1970). Returned is the "Current as of date" of StockInvestor Pro. This is the same data found by doing Help -> About (and then reading the bottom line).
foreign/src/shapefil.h https://github.com/cran/foreign/blob/master/src/shapefil.h
Index of /shapelib/ http://download.osgeo.org/shapelib/
1 2 3 4 5 6 7 8 | ## Not run:
dateAAIISIPro()
[1] "18565"
zoo::as.Date(as.integer(dateAAIISIPro()))
[1] "2020-10-30"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.