This evening I was trying to download some historical EOD data from Yahoo with AmiQuote v.3.21, and it looks like they have the same problem with wrong adjusted prices again like in mid May.
Yahoo today (July 22) changed the order of columns (swapped “Close” with “Adjusted Close”).
To fix, you need to edit aqh.format file (in Formats subdirectory).
Old format line
$FORMAT Date_DMY,Open,High,Low,Skip,Close,Volume
should be changed to:
$FORMAT Date_DMY,Open,High,Low,Close,Skip,Volume
A ready to use aqh.format file can be downloaded from here (right click and choose “Save target as…”). Place it into “Formats” subdirectory.
This explains precisely what to do if you want to have data adjusted for splits AND dividends.
Current (as of July 24) format for data adjusted for SPLITS only is:
# default in AmiQuote 3.22
$FORMAT Date_DMY,Open,High,Low,Close,Skip,Volume