Feedback

what's your question? be descriptive.

By: [ Editor ] Asked from Sweden

Is there a LP/ISK-ratio program/site/spreadsheet anywhere?

Is there a LP/ISK-ratio program/site/spreadsheet anywhere?

Add comment viewed 704 times Latest activity 10 months ago

or Cancel

2 answers

  • 1

psyrelle [ Editor ]

as far as i know there is none searched for one a while back and found no answear.

but using simple excell you can easily calculate lp/isk ratio. try to get it as close to 1000 as possible.

if you find a item that gives over 1000 isk per lp let me know cause they are few and far between.

NN comments
deantwo
-

i think the main reason you won’t find one… is cause of people going with the “why would i give away my way of making ISK” and so ^^; also if you yell out that the best thing to sell is X then every one will suddenly try to sell X… and then X will become worthless very quickly ^^;

psyrelle
-
true. but id gladly share my spreadsheet for calculating isk/lp ratio if people donated a little isk.

of cause i would not directly tell them what to go after but tell them how to use the document so they can figure out themselves what to go for.

or Cancel
  • 1

melissa blick [ Editor ]

I don’t have a spreadsheet, but I show you how to automatically get prices if you make your own. In a Google Spreadsheet, use IMPORTXML() with the correct type_id for eve-central or eve market data. I use this myself to make shopping lists for my JF pilots.

=IMPORTXML("http://eve-marketdata.com/api/item_price_jita.xml?type_id=34";"eve/price")
=IMPORTXML("http://api.eve-central.com/api/marketstat?typeid=34&usesystem=30000142";"evec_api/marketstat/type/buy/max")
or Cancel