Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbols quote #2

Closed
jharby1 opened this issue Jun 22, 2021 · 1 comment
Closed

symbols quote #2

jharby1 opened this issue Jun 22, 2021 · 1 comment

Comments

@jharby1
Copy link

jharby1 commented Jun 22, 2021

every time I use the bottom quote search, it automatically reverts to google or "GOOG". I tried many symbols but its not changing. is it a sandbox issue or a code issue?

$config = new Config(true);
$mk_obj = new Market($config);
$market_quotes_para["symbols"]= "FB";
$mk_quotes = $mk_obj->MarketGetQuotes($market_quotes_para);
print_r($mk_quotes);

@kevinrider
Copy link
Owner

Its a sandbox issue. Its been a long time since I used the sandbox, but I'm pretty sure GOOG was the default ticker it returned for any market query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants