yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.
http://developer.yahoo.com/yql
724 stars 416 forks source link

add dividend history #427

Closed mattchan- closed 10 years ago

mattchan- commented 10 years ago

Added a dividend history table using the template from yahoo.finance.historicaldata table. (Dividend history information doesn't clearly show up in that table).

jpetso commented 10 years ago

Looking through this file, it seems that the "e" parameter shouldn't work. It defaults to 31 but the JS code looks for a 30 to replace.

mattchan- commented 10 years ago

Thanks for catching the error, fixed in pull request #430