We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checking the network, I see values returned from the request. https://api.polygon.io/v1/indicators/sma/C:XAUUSD?limit=5000×pan=minute×tamp.gte=2024-11-06&window=5
values
However, the js client returns an empty results. const resp = await polygonRestClient.forex.sma(symbol, queryOptions); returns nothing
results
const resp = await polygonRestClient.forex.sma(symbol, queryOptions); returns nothing
This is the output in my console.
{ "results": [], "status": "OK", "request_id": "09fd5a985a976db593d07069cec45631", "count": 0, "next_url": null }
Note: I'm a Forex subscribed user. This is bad.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checking the network, I see
values
returned from the request.https://api.polygon.io/v1/indicators/sma/C:XAUUSD?limit=5000×pan=minute×tamp.gte=2024-11-06&window=5
However, the js client returns an empty
results
.const resp = await polygonRestClient.forex.sma(symbol, queryOptions); returns nothing
This is the output in my console.
Note: I'm a Forex subscribed user. This is bad.
The text was updated successfully, but these errors were encountered: