driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Allow for MSRP to change over time #33

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Is your feature request related to a problem? Please describe. MSRP prices can change over time for various reasons, and currently the code cannot handle this. It assumes the MSRP is constant over time. This is an issue for instance when the tariffs went into affect on graphics cards on 1/1/21 and the code calculates profits as if it were the old price.

Describe the solution you'd like The user should be able to set the MSRP to change on a certain date and the code will use the new price in future calculations.