[R-SIG-Finance] Equities Data

G See gsee000 at gmail.com
Thu Sep 6 15:19:54 CEST 2012


Also in quantmod, there is `getFinancials` if you want financial statements

In qmao (https://r-forge.r-project.org/R/?group_id=1113), there's

`getEarnings` which will give you historic analyst estimates and
actual earnings numbers
`getEarningsCalendar` will show you all stocks (U.S. and non-U.S.)
that report earnings.  It supports "from" and "to" arguments.
`getDividendsCalendar` will show you all stocks that go Ex-Div today
(although it also supports from and to if you want to see historic
calendars)
`getEconomicCalendar` shows the calendar of economic number releases
`getMergersCalendar` shows mergers/acquisitions

-Garrett

On Thu, Sep 6, 2012 at 8:18 AM, Ralph Vince <rvince99 at gmail.com> wrote:
> Ah, thank you! It must be in the Quantmod API / Thank you. Ralph Vince
>
> On Thu, Sep 6, 2012 at 9:05 AM, G See <gsee000 at gmail.com> wrote:
>> On Thu, Sep 6, 2012 at 8:02 AM, Ralph Vince <rvince99 at gmail.com> wrote:
>>> Thanks for the replies. I'm not looking for data adjusted for splits
>>> and dividends, but rather the ex-dates when the dividend or split will
>>> be affecting prices, and the amount of the dividends/ splits. It
>>> appears Yahoo finance might have this information, Im just not sure
>>> how, in R, to extract anything other than prices in R. Ralph Vince
>>
>> library(quantmod)
>> ?getDividends
>> ?getSplits
>> ?adjRatios
>> ?getQuote
>> ?yahooQF
>>
>> That is much more on topic that "can someone tell me where to get some
>> data?" ;-)
>>
>> Best,
>> Garrett



More information about the R-SIG-Finance mailing list