-
Notifications
You must be signed in to change notification settings - Fork 102
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
Rounding in History #4
Comments
This seems like the sort of post processing that should not depend on API
features imo.
…On Sat, Jul 7, 2018 at 12:47 PM James Miller ***@***.***> wrote:
Here's a feature request:
Can we get a rounding capability when we pull history? I.e. if I pull
symbol "MCD", I only need a quote like Open: 159.62 instead of
159.6200051825049032. Maybe "significance" variable in history.Params with
constant similar to how you've done history.Interval ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIHyO0iVCnk3bxNaYByEJb5FJTr4xcjaks5uERBCgaJpZM4VGeKT>
.
|
Fair enough. |
Yeah I've been debating how I want to handle problems with the floats that get returned in some responses. Leaving it up to end-users for now, but I'll keep your suggestions in mind. Please be aware that the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a feature request:
Can we get a rounding capability when we pull history? I.e. if I pull symbol "MCD", I only need a quote like Open: 159.62 instead of 159.6200051825049032. Maybe "significance" variable in history.Params with constant similar to how you've done history.Interval ?
The text was updated successfully, but these errors were encountered: