📡RealMarketFeed

Submit a Feed

RealMarketFeed is open source! You can contribute new feeds by opening a pull request on GitHub.

How to contribute

  1. Fork the GitHub repository
  2. Open data/feeds.json
  3. 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"
    }
  4. Commit your changes and open a Pull Request
  5. We'll review and merge it!