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
By using this modified data structure there is a ~23% gain on disk space usage:
<candle> <d>2015-07-20</d> <o>277.98</o> <h>280</h> <l>277.37</l> <c>280</c> <v>782.88341959</v> </candle>
maybe some space could be salved also by minifying the file (get rid of spaces).
The text was updated successfully, but these errors were encountered:
✅ This would still be usable on google sheets no problem!
=IMPORTXML("https://finance.codin.xyz/api/ada-eur/1d.xml", "//candle")
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
By using this modified data structure there is a ~23% gain on disk space usage:
maybe some space could be salved also by minifying the file (get rid of spaces).
The text was updated successfully, but these errors were encountered: