joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
814 stars 224 forks source link

289 add adjusted to output #345

Closed ethanbsmith closed 2 years ago

ethanbsmith commented 2 years ago

adds the adjusted close to output with unadjusted data, following the yahoo pattern this is the simplest approach i could think of that exposes both the adjusted and unadjusted data in a way that is compatible with other existing sources, doesnt break any existing contract (both implied and specified) and doesnt require a radical re-design of the API.

partially addresses #289