AuctioneerDB/DbBase.lua
Aus Norganna's AddOns
DbBase.lua is a data file containing the aggregate price data for items. It contains aggregate purchase price data that has been collected from those who have uploaded their data. These are the prices that people actually paid to purchase these items during the time window.
The data is available in several varieties from the auctioneerdb.com website:
- aggregated globally (and seen count >= 5)
- global data plus US realm aggregates (seen count >= 3)
- global data plus EU realm aggregates (seen count >= 3)
- global data plus US and EU realm aggregates (seen count >= 3)
- global data plus US and EU realm aggregates (seen count > 0)
These files are regenerated every Sunday with the most recent data, and so can be updated weekly to have the most current data.
File format
For each aggregation level, the following price data is included for each item:
- seen count
- minimum price
- average (mean) price
- maximum price
- standard deviation
- quartile 1 price
- quartile 2 price
- quartile 3 price
- Inter-quartile range
- Inter-quartile mean
- mode (the most common price)