davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 107 forks source link

XIgnite quote service has expired #40

Open davpin opened 8 years ago

davpin commented 8 years ago

account and token for use of XIgnote service has expired.

We shouldn't really be using services that we need to register for, or that there are expiration dates or low threshold limits of use.

Need to add to the docs on how to create account and change token for now, but look at using different service - specially now that we have yahoo quotes as well.

davpin commented 8 years ago

Is anyone coming up against this issue?

svrc commented 8 years ago

yup. I've tried signing up for a trial but it's not letting me even get quotes for the trial.

kelapure commented 8 years ago

Instead of XIgnite can we use something like this http://www.google.com/finance/info?q=NASDAQ%3aGOOG

davpin commented 8 years ago

yes we do need to get rid of xignite service. we have marketitondemand and yahoo. is there documentation on the google one?