Submit a Feed
RealMarketFeed is open source! You can contribute new feeds by opening a pull request on GitHub.
How to contribute
- Fork the GitHub repository
- Open
data/feeds.json - Add your feed entry following this format:
{ "name": "Feed Name", "url": "https://example.com/rss", "category": "crypto | forex | stocks | macro", "tags": ["tag1", "tag2"], "description": "Short description of the feed" } - Commit your changes and open a Pull Request
- We'll review and merge it!