https://github.com/abhishekkr/mfl
Market Forecast Learning | to learn to forecast market
https://github.com/abhishekkr/mfl
arima arima-forecasting matplotlib-pyplot pandas-dataframe python
Last synced: 11 months ago
JSON representation
Market Forecast Learning | to learn to forecast market
- Host: GitHub
- URL: https://github.com/abhishekkr/mfl
- Owner: abhishekkr
- License: other
- Created: 2020-01-30T20:30:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T15:49:25.000Z (over 5 years ago)
- Last Synced: 2025-03-02T00:20:41.210Z (about 1 year ago)
- Topics: arima, arima-forecasting, matplotlib-pyplot, pandas-dataframe, python
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## mfl
> Market Forecast Learning
>
> purpose of this repo is to collect different _(data extraction and timeseries forecasting)_ techniques in one project
* implementing ARIMA based forecast for TimeSeries data on Mutual Fund NAV
* currently uses only `https://www.mfapi.in/` as source for India Mututal Fund Data; easily extensible

---