overlay-market / overlay-risk

Risk metrics for various data streams
MIT License
13 stars 4 forks source link

NFTX cryptopunks floor data at 1 min interval #24

Closed deepsp94 closed 2 years ago

deepsp94 commented 2 years ago

Hey @mikeyrf Made a simple script in case we want to try out other NFT projects in the future.

It can be used like this: python scripts/nftx_data.py --source nftx_floor_punks.csv --periodicity 1min

The data that we require as input to the market impact script is this: nftx_floor_punks_1min.csv

Lemme know if it works! :)

mikeyrf commented 2 years ago

Looks good! Renamed to clean_data.py and specified path as csv/ so we dont have a bunch of super large csvs in the repo (.gitignore).