Packages
XML Parser for a Company's SEC Filings Feed An example of such a feed can be found here: https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001418091&CIK=0001418091&type=&dateb=&owner=exclude&start=0&count=40&output=atom
Current section
Files
Jump to
Current section
Files
sec_company_filings_rss_feed_parser
README.md
README.md
# SecCompanyFilingsRssFeedParser
[](https://circleci.com/gh/vikram7/sec_company_filings_rss_feed_parser) [](https://hex.pm/packages/sec_company_filings_rss_feed_parser)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add sec_company_filings_rss_feed_parser to your list of dependencies in `mix.exs`:
def deps do
[{:sec_company_filings_rss_feed_parser, "~> 0.0.1"}]
end
2. Ensure sec_company_filings_rss_feed_parser is started before your application:
def application do
[applications: [:sec_company_filings_rss_feed_parser]]
end
## License
This library is under the MIT [license](LICENSE.md).