https://github.com/jay-johnson/sec-rss-read-and-convert-to-json
Using Python, read the SEC RSS Feed and convert to JSON dictionary
https://github.com/jay-johnson/sec-rss-read-and-convert-to-json
Last synced: about 1 year ago
JSON representation
Using Python, read the SEC RSS Feed and convert to JSON dictionary
- Host: GitHub
- URL: https://github.com/jay-johnson/sec-rss-read-and-convert-to-json
- Owner: jay-johnson
- Created: 2014-07-15T20:33:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T23:49:52.000Z (over 5 years ago)
- Last Synced: 2025-03-28T11:04:56.166Z (about 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Python SEC RSS Feed Parser Repository
------
Version 1.0
Using Python, read the SEC RSS Feed: https://www.sec.gov/cgi-bin/browse-edgar?action=getcurrent&type=&company=&dateb=&owner=include&start=0&count=100&output=html to parse the entries in the feed into JSON.
Setup
------
To run this have the python dependencies installed:
feedparser
json
Usage
------
feedparser-examples$ ./read_feed.py
The rss_configs/sec_rss_config.json file maintains the count=100 but this is easy to override
Additional / License
------
This is free to use MIT LICENSE and all that fun.
Enjoy.