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

Account for huge volume stocks #13

Open
jfmatth opened this issue Dec 30, 2020 · 0 comments
Open

Account for huge volume stocks #13

jfmatth opened this issue Dec 30, 2020 · 0 comments
Labels
enhancement New feature or request v3 Version 3 specific

Comments

@jfmatth
Copy link
Owner

jfmatth commented Dec 30, 2020

Tried to load the OTCBB index, and it blew up the Volume field, since it's an integer and the volume is higher than the max integer value in Django and Postgres

Change to DecimalField with 0 decimal places)

@jfmatth jfmatth added v3 Version 3 specific enhancement New feature or request labels Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3 Version 3 specific
Projects
None yet
Development

No branches or pull requests

1 participant