Compare commits

..

4 Commits

Author SHA1 Message Date
Nelson Torres 3fc9c1486a This script contains the necessary logic to calculate the max pain for a given
expiration date.
2025-01-28 16:51:50 -03:00
Nelson Torres 6e1cb5f147 Here are the necessary fuctions to fetch the data
from deribit, using cryptofeed library, this functions are located
in the deribit's api module.

Changes:
1. Add and fix auxiliar functions for handling cryptofeed data.
2. Add aio open interest functions for context management and cryptofeed conexions.
3. Some typos and format fixes too.
2025-01-28 16:51:50 -03:00
Nelson Torres dc2b255548 uv migration 2025-01-28 16:38:42 -03:00
Nelson Torres 2ef20761a0 Nix fix for using `poetry run` instead `poetry shell`:
Since the last poetry update (2.0.0) the `poetry shell` command has been move out to a plugin, so now we use `poetry run`
this change broke the environment for the poetry to work.

Here are the missing deps that has been added for this to work aagain.
2025-01-28 16:36:19 -03:00

Diff Content Not Available