π First Hands-On Practice in Data Science
This project explores financial data to analyze relationships between popular cryptocurrencies. It covers data collection, processing, and advanced statistical techniques to uncover insights into market behavior.
- πΉ Data Collection: Fetching OHLCV Candlestick Data
- Modular Python functions for API interactions
- Processing OHLCV data into a representative price series
- Extracting implied USDT-TMN price series
- πΉ Resampling:
- Selection of time scales
- Methodological approach
- πΉ Handling Market Anomalies:
- Missing data management
- Outlier detection and correction
- Data integrity assurance
- π Log Returns, Volatility & Normality Assessment:
- Volatility estimation & clustering (EWMA)
- Statistical summaries
- Graphical & quantitative normality tests
- Importance of normality in financial models
- π Autocorrelation & Stationarity Analysis:
- ACF & PACF plots
- Stationarity testing
- Non-stationarity & autocorrelation interplay
- π Inter-Market Analysis:
- Synchronous & lagged correlations
- Strategic application
- β Cointegration testing methodology
- β Dynamic analysis of cointegration parameters
- π ECM development
- π Analysis of reversion dynamics
π Why This Matters?
Understanding market trends and price relationships is crucial for developing trading strategies and risk management in the crypto space. This project provides a structured approach to analyzing cryptocurrency data using statistical and econometric methods.