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

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

Market Discussions

 
  • Topic is locked indefinitely.
 

eve-marketdata down

First post
Author
FrenchSubstitute
Tradors'R'us
IChooseYou Alliance
#1 - 2015-12-22 16:33:02 UTC
I was getting some of my API data from here. Seems like it is down.

Any suggestion as to where i can get daily Jita volume from? Cheers!
Bumblefck
Kerensky Initiatives
#2 - 2015-12-22 17:38:53 UTC
FrenchSubstitute wrote:


Any suggestion as to where i can get daily Jita volume from? Cheers!




- Fly to Jita 4-4

- Equip T2 Notepad and T3 Pencil

- Open up market screen, and select 'show all'

- Begin noting down the quantities of any and/or all items (delete as appropriate)

- ???

- Proft!

Perfection is a dish best served like wasabi .

Bumble's Space Log

FrenchSubstitute
Tradors'R'us
IChooseYou Alliance
#3 - 2015-12-22 17:42:25 UTC
Bumblefck wrote:
FrenchSubstitute wrote:


Any suggestion as to where i can get daily Jita volume from? Cheers!




- Fly to Jita 4-4

- Equip T2 Notepad and T3 Pencil

- Open up market screen, and select 'show all'

- Begin noting down the quantities of any and/or all items (delete as appropriate)

- ???

- Proft!


You used to be able to get it from the evemarketdata api...
Bumblefck
Kerensky Initiatives
#4 - 2015-12-22 17:51:42 UTC
I know :)

Perfection is a dish best served like wasabi .

Bumble's Space Log

FrenchSubstitute
Tradors'R'us
IChooseYou Alliance
#5 - 2015-12-22 18:01:51 UTC
I feel you know something I don't.
Teckos Pech
Hogyoku
Goonswarm Federation
#6 - 2015-12-22 18:12:02 UTC
FrenchSubstitute wrote:
I feel you know something I don't.


I think he is pointing you to the old way of gathering data, yes it is a PITA (data entry sucks).

"The curious task of economics is to demonstrate to men how little they really know about what they imagine they can design."--Friedrich August von Hayek

8 Golden Rules for EVE Online

Rhivre
TarNec
Invisible Exchequer
#7 - 2015-12-22 18:33:48 UTC
Other places to get market data are

Eve-markets.net
Eve-Central
CREST

Lucas Kell
Solitude Trading
S.N.O.T.
#8 - 2015-12-23 14:16:45 UTC
Eve-marketdata has been miles out on the data for a while anyway. CREST is the best way to go if you can get it implemented.

The Indecisive Noob - EVE fan blog.

Wholesale Trading - The new bulk trading mailing list.

FrenchSubstitute
Tradors'R'us
IChooseYou Alliance
#9 - 2015-12-27 04:20:50 UTC
I've just spend hours reading up on alternatives, including crest. Everything seems so complicated. I just want to get the daily volume for a given item into google sheets. Is the information in this string? If so, I could learn how to parse it out...

https://public-crest.eveonline.com/market/10000002/types/34/history/

Unfortunately, I don't think that what I need is there. Volume is the amount of orders, not the about of items sold per day.

Is there no easy way of doing this?

I appreciate the help!
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#10 - 2015-12-27 21:51:53 UTC
FrenchSubstitute wrote:
I've just spend hours reading up on alternatives, including crest. Everything seems so complicated. I just want to get the daily volume for a given item into google sheets. Is the information in this string? If so, I could learn how to parse it out...

https://public-crest.eveonline.com/market/10000002/types/34/history/

Unfortunately, I don't think that what I need is there. Volume is the amount of orders, not the about of items sold per day.

Is there no easy way of doing this?

I appreciate the help!



Are you sure about that volume bit?

10705199830 seems a touch high for the number of orders.


The following may be of interest.

https://github.com/fuzzysteve/eve-googledocs-script/blob/master/HistoryGrabber.gs

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Buzz Orti
State War Academy
Caldari State
#11 - 2015-12-27 23:44:47 UTC
eve-central is the one I use when eve-marketdata is down, and it is so regularly "down".

The reason it is down, and that you feel other know something you don't know is that it is down because it is overloaded.

Once a program (or website) reaches a quota of calls to the CREST API, it cannot function.

One way to prevent or deal with this overload is to charge money or other requirement for the info.

Of course that is far from the solution and will only create delays into implementing the solution.

The solution to the CREST API overload problem lies in the calculation of the data requirements and the control of the data transfer based on the best criteria possible to therefore avoid this function shut down due to overload.

In other words, one cannot expect to get tons of updates per minutes on the EVE Universe (Inter-Region) without overloading data.
There may be a way to trim down the data by specifying specific fields to lessen the load of indexed fields, however, the field data may still be over the quota.

etc...

Builds ship in empty Quafe bottle.

FrenchSubstitute
Tradors'R'us
IChooseYou Alliance
#12 - 2015-12-28 01:55:10 UTC
Steve Ronuken wrote:
FrenchSubstitute wrote:
I've just spend hours reading up on alternatives, including crest. Everything seems so complicated. I just want to get the daily volume for a given item into google sheets. Is the information in this string? If so, I could learn how to parse it out...

https://public-crest.eveonline.com/market/10000002/types/34/history/

Unfortunately, I don't think that what I need is there. Volume is the amount of orders, not the about of items sold per day.

Is there no easy way of doing this?

I appreciate the help!



Are you sure about that volume bit?

10705199830 seems a touch high for the number of orders.


The following may be of interest.

https://github.com/fuzzysteve/eve-googledocs-script/blob/master/HistoryGrabber.gs


Thanks for this. Numbers seem a bit off to those now on eve-marketdata. They get 8,557,423,161, but this may be because they compile an average.

Your LoadAllVolumes function seems to have an error on line 16. It may just be me.

Either way, thank you very much.