docs: update generated docs

This commit is contained in:
nym21
2026-01-27 00:58:45 +01:00
parent ec1f2de5cf
commit aa5c4a8d69
354 changed files with 7275 additions and 5735 deletions

View File

@@ -50,7 +50,7 @@ def test_fetch_typed_metric():
)
print(d)
e = (
client.metrics.market.dca.class_average_price._2017.by.dateindex()
client.metrics.market.dca.class_average_price._2017.dollars.by.dateindex()
.tail(10)
.fetch()
)