eq-python-client icon indicating copy to clipboard operation
eq-python-client copied to clipboard

Python library for Energy Quantified's Time Series API.

Results 13 eq-python-client issues
Sort by recently updated
recently updated
newest added

Hi, I tried to fetch currency data with time series api as following: ``` currency_data = EQ.timeseries.load( "Currency EUR/GBP ECB D Forex", begin=date(2024, 9, 17), end=date(2024, 10, 8), frequency=Frequency.P1D, time_zone=CET...

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...

dependencies

_pytz_ is in maintenance mode and not longer actively developed. For newer Python versions this library may thus not work as intended, so we need to replace it with the...

documentation
enhancement
dependencies
refactor