Hi
What's the definition of the "change" value passed in the return from /
lists/members?
The docs state it's "last_trade" => Decimal Last Change.
What does this mean?
I assumed it was analogous to the change values I see throughout the
site, but it doesn't seem to add up:
"data":[
{
"ticker":"UCALDERON",
"full_name":"UBER CALDERON",
"location":"Tres Rios",
"country":"Costa Rica",
"outstanding_shares":"51",
"change":"0.46098",
"last_trade":"9.22594",
"close":"9.22467",
"sm_portrait":"http:\/\/
www.empireavenue.com\/public\/
portraits\/p_sm_UCALDERON_4895806917f1.jpg",
"lg_portrait":"http:\/\/
www.empireavenue.com\/public\/
portraits\/p_lg_UCALDERON_4895806917f1.jpg"
},
last_trade: 9.22594
close: 9.22467
I'd have expected change = 0.00127, not 0.46098
Am I missing something?
Thanks,
Marty