nomics-python icon indicating copy to clipboard operation
nomics-python copied to clipboard

A Python wrapper for the Nomics API

Results 6 nomics-python issues
Sort by recently updated
recently updated
newest added

As mentioned in Issue #39 the nomics API has been updated. These changes have been implemented and are ready for merging. Removed sparklines due to nomics deprecation Added API Usage...

The nomics API has been updated and some things like Sparklines have been deprecated. There has been a new API Usage per account call that has been added. Their new...

myjson=nomics.Currencies.get_currencies(ids=syms, interval='1d') This call used to work - now it returns this error: Your plan requires that you provide a per-page argument. See http://docs.nomics.com/ for more information.

Added ids parameter for currencies.get_sparkline

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies