These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Science & Industry

 
  • Topic is locked indefinitely.
 

Base Item Cost

First post
Author
Sheeth Athonille
Rabid Dogz Mining
#1 - 2015-04-16 18:52:12 UTC
So I'm trying to make a spreadsheet and I need to know what the Base Item cost is for different items. I've been looking but having some trouble finding a list of what base cost is for different items. I read that it was calculated by multiplying the amount of minerals by some arbitrary base price for the mineral that was set back when the game was created, is this still true? If it is, anyone happen to know what the mineral values are? I found one set, but it was from a few years back and doesn't seem to be accurate anymore.

Any help would be greatly appreciated Smile
Whalt Thisney
StellarTech Industries
#2 - 2015-04-16 21:37:25 UTC  |  Edited by: Whalt Thisney
I use EVE Industry XML API in my spreadsheets, works wonderfull.
Jai Blaze
Honor Forge
Joint Operation Involving Nobodys
#3 - 2015-04-25 02:22:53 UTC
Also if you query info from the SDE DB file, it's included now as part of one of the tables. I get my numbers from there.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2015-04-25 15:38:31 UTC
Jai Blaze wrote:
Also if you query info from the SDE DB file, it's included now as part of one of the tables. I get my numbers from there.



The base cost, used for industry, isn't in the SDE.

It's provided as a JSON feed, which updates on a semi regular basis.

https://public-crest.eveonline.com/market/prices/

(It's around 3MB of json.)

The adjusted price is the one used for industry.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Zaphire Blaze
Honor Forge
Joint Operation Involving Nobodys
#5 - 2015-05-01 10:19:42 UTC
Steve Ronuken wrote:
The base cost, used for industry, isn't in the SDE.

It's provided as a JSON feed, which updates on a semi regular basis.

https://public-crest.eveonline.com/market/prices/

(It's around 3MB of json.)

The adjusted price is the one used for industry.


Hrm... I haven't done any JSON work yet myself, I grabbed some info from the .bak file from your SDE posts (using microsoft sql server). there's a column for basePrice in the table I use for grabbing typeID and typeNames. Where do you get the .bak file from anyways? That's all I've been working with.
Zifrian
The Frog Pond
Ribbit.
#6 - 2015-05-01 10:40:55 UTC
Zaphire Blaze wrote:
Steve Ronuken wrote:
The base cost, used for industry, isn't in the SDE.

It's provided as a JSON feed, which updates on a semi regular basis.

https://public-crest.eveonline.com/market/prices/

(It's around 3MB of json.)

The adjusted price is the one used for industry.


Hrm... I haven't done any JSON work yet myself, I grabbed some info from the .bak file from your SDE posts (using microsoft sql server). there's a column for basePrice in the table I use for grabbing typeID and typeNames. Where do you get the .bak file from anyways? That's all I've been working with.

https://developers.eveonline.com/resource/static-data-export

basePrice is an old field that I don't think is used anymore. I've never used it.

See https://neweden-dev.com/Category:EVE_Online and this http://wiki.eve-id.net/Category:CCP_DB_Tables for documentation (not sure how current the eve-id.net stuff is).

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder