Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captn3m0/india-mutual-fund-ter-tracker
Tracking Total Expense Ratios of Indian Mutual Funds. Automatically updated daily.
https://github.com/captn3m0/india-mutual-fund-ter-tracker
amfi-data git-scraping indian-mutual-funds open-data
Last synced: 15 days ago
JSON representation
Tracking Total Expense Ratios of Indian Mutual Funds. Automatically updated daily.
- Host: GitHub
- URL: https://github.com/captn3m0/india-mutual-fund-ter-tracker
- Owner: captn3m0
- License: mit
- Created: 2023-04-06T02:12:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T15:37:30.000Z (7 months ago)
- Last Synced: 2024-04-14T04:11:09.448Z (7 months ago)
- Topics: amfi-data, git-scraping, indian-mutual-funds, open-data
- Language: Python
- Homepage:
- Size: 2.79 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Indian Mutual Funds TER Tracker
-------------------------------Tracks expense ratio changes for Indian Mutual Funds.
Watch the repository for any releases to get notified of any changes.- `data.csv` holds the data. The Field headers are the same as https://www.amfiindia.com/ter-of-mf-schemes, with the exception of the TER Date field, which is dropped.
- You can directly access the latest version at .
- You can view the data online on GitHub at https://github.com/captn3m0/india-mutual-fund-ter-tracker/blob/main/data.csv## Why
The emails sent by Mutual Funds are quite useless, as they don't contain the actual TER change, just a notification of the change.
Here's a sample notification for example:
![Sample TER change notification](https://user-images.githubusercontent.com/584253/232834205-d2ed106a-972f-49b0-9ced-8d5f031a9e59.png).
You're expected to go to the website, and find the TER details on your own.
This is a simple tracker that allows you to watch the TER changes for all funds.
## Get Notified
You can follow these changes over:
1. Email by [Watching this repository for releases](http://web.archive.org/web/20181128151103/https://help.github.com/articles/watching-and-unwatching-releases-for-a-repository/).
2. RSS by subscribing to the [@[email protected]](https://tatooine.club/@tertracker.rss) RSS feed.
3. Fediverse by following [@[email protected]](https://tatooine.club/@tertracker) using your favorite app (Mastodon etc).Note that the changelog only includes changes made to TER for Direct plans. Regular
plan TER changes are tracked, but not announced.## Versioning
- New versions are tagged as `v1.YYYYDDD.k`, where `YYYYDDD` is the year and day of the year, and `k` is the hour of the day (That goes up to 24)
- This allows us to be compatible with Semver, and only bump major version in case of breaking changes in the schema.## License
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details.