getSplitsCalendar: Get Calendar of Splits

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/getCalendar.R

Description

Create a data.frame from yahoo's calender of splits

Usage

1
2
3

Arguments

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.

Details

.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.

Value

a data.frame with Dates and information about Splits that occurred during the requested timeframe.

Note

ALPHA CODE!!! Subject to change.

Author(s)

Garrett See

References

http://biz.yahoo.com/c/s.html

See Also

getMergersCalendar, getEconomicCalendar, getEarningsCalendar, getCalendarByMonth

Examples

1
2
3
4
## Not run: 
.getSplitsCalendar("201208")

## End(Not run)

qmao documentation built on May 2, 2019, 4:54 p.m.