MARKET_ORDERS_STATS seems broken for PLEX?

About a couple months ago I put together a simple spreadsheet that breaks down the value of PLEX and OMEGA offerings. For example, comparing cost per PLEX by quantity of PLEX offering and translating that to ISK.

This now seems to be broken as MARKET_ORDERS_STATS does not yield the “buy” or “sell” fields for PLEX as it does for any other item.

My suspicion is that this has something to do with the launch of the global PLEX market. About a couple of months ago the following function call was working fine:

=EVEONLINE.MARKET_ORDERS_STATS(10000002, 44992)

This function continues to work fine for other items as far as I can tell.

Is there another function meant to fulfill the purpose of getting the current market value of PLEX in ISK?

Solution:

=EVEONLINE.MARKET_ORDERS_STATS(19000001, 44992)

The above solution contains a new region_id which seems specific to PLEX prices called “Global PLEX Market”

1 Like