Description Usage Arguments Details Value Note Author(s) References See Also Examples
Create a data.frame
from yahoo's calender of
splits
1 2 3 | .getSplitsCalendar(YM = format(Sys.Date(), "%Y%m"))
getSplitsCalendar(from, to)
|
YM |
a six character string with the first 4 characters representing the year and the last 2 characters representing the month of the year (01-12). |
from |
Date that is in the earliest month to retrieve. |
to |
Date that is in the last month to retrieve. |
.getSplitsCalendar
is used to get the Splits
Calendar for a single month. It will usually be called
by getCalendarByMonth
, but can also be
called directly.
getSplitsCalendar
is a wrapper to get the Splits
Calendar over many months.
a data.frame
with Dates and information about
Splits that occurred during the requested timeframe.
ALPHA CODE!!! Subject to change.
Garrett See
http://biz.yahoo.com/c/s.html
getMergersCalendar
,
getEconomicCalendar
,
getEarningsCalendar
,
getCalendarByMonth
1 2 3 4 | ## Not run:
.getSplitsCalendar("201208")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.