Thanks for the code. I added matplotlib's yahoo historical quote code
to my labeled array package, la. While doing so I noticed a couple of
possible bugs:
- The doc string for parse_yahoo_historical says that the volume is
adjusted. But I don't see a line of code that does the adjustment.
- quotes
On Tue, Oct 12, 2010 at 10:55 AM, Keith Goodman wrote:
> Thanks for the code. I added matplotlib's yahoo historical quote code
> to my labeled array package, la. While doing so I noticed a couple of
> possible bugs:
>
> - The doc string for parse_yahoo_historical says that the volume is
> adjusted
On Tue, Oct 12, 2010 at 9:23 AM, John Hunter wrote:
> On Tue, Oct 12, 2010 at 10:55 AM, Keith Goodman wrote:
>> Thanks for the code. I added matplotlib's yahoo historical quote code
>> to my labeled array package, la. While doing so I noticed a couple of
>> possible bugs:
>>
>> - The doc string f
On Tue, Oct 12, 2010 at 11:47 AM, Keith Goodman wrote:
> Well, then perhaps the doc string needs tweaking?
>
> *adjusted*
> If True (default) replace open, close, high, low, and volume with
> their adjusted values.
> The adjustment is by a scale factor, S = adjusted_close/close.
On Tue, Oct 12, 2010 at 10:11 AM, John Hunter wrote:
> On Tue, Oct 12, 2010 at 11:47 AM, Keith Goodman wrote:
>
>> Well, then perhaps the doc string needs tweaking?
>>
>> *adjusted*
>> If True (default) replace open, close, high, low, and volume with
>> their adjusted values.
>>