Yahoo Finance

FREE
By enclout | Updated 24日前 | Finance
Popularity

0 / 10

Latency

14ms

Service Level

0%

Health Check

N/A

Back to All Discussions

Not allowing access with API key

Rapid account: Mding 5692
mding5692
9年前

Hey there, I’m using angular code to just grab some stock symbols:

$http.get('http://www.enclout.com/api/v1/yahoo_finance/show.json?auth_token=GxgszWXVoUmgG7fKmwer' ).
	success(function(data, status, headers, config) {
		$scope.stocksList = data;
	});

except each time it says:

No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:8000’ is therefore not allowed access.

Which i guess is a security measure meant to prevent me from accessing the data, but I already have an API key, whats going on?

Rapid account: Enclout
enclout Commented 9年前

Join in the discussion - add comment below:

Login / Signup to post new comments