yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.

Home Page:http://developer.yahoo.com/yql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yahoo.finance.dividendhistory endDate no longer working

DanielLChapman opened this issue · comments

select * from yahoo.finance.dividendhistory where symbol = "KO" and startDate = "1962-01-01" and endDate = "2013-12-31"

Even using the example code results in an error. Running this query results in data after the endDate.