I am in the process of making an EVE resource website.
(super cool, more on this at a later date)
I noticed some of my 2-3 week old market sell orders were missing from
https://eve-marketdata.com/price_check.php?type_id=21951&type=sell
and
https://evemarketer.com/types/21951
At first I suspected the website operators made a mistake, so I wrote my own marketdata server.
It grabs the list of regions, then gets all sell orders per region.
This many things were active in the data:
regions: 35
systems: 1643
orders: 937310
The following active, public, 2-3 week old sell order has not been present for over 2 weeks:
orderID,typeID,charID,charName,regionID,regionName,stationID,stationName,range,bid,price,volEntered,volRemaining,issueDate,orderState,minVolume,accountID,duration,isCorp,solarSystemID,solarSystemName,escrow,
5464957606,21951,97097252,roxxkatt,10000016,Lonetrek,1029214998768,Kappas - Omega Base,32767,False,63999970.0,5,5.0,2019-07-15 02:04:12.000,0,1,74639598,90,False,30021392,Kappas,0.0,
Additionally, this order ID is not present in the results.
What would cause this particular order to not appear in market API results?
Has CCP made a mistake somewhere?