https://github.com/ekzhu/secxbrl
Download SEC XBRL Filings
https://github.com/ekzhu/secxbrl
Last synced: 7 months ago
JSON representation
Download SEC XBRL Filings
- Host: GitHub
- URL: https://github.com/ekzhu/secxbrl
- Owner: ekzhu
- Created: 2014-02-27T23:48:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T04:53:33.000Z (over 11 years ago)
- Last Synced: 2025-01-23T06:32:34.626Z (9 months ago)
- Language: Java
- Homepage:
- Size: 2.89 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
secxbrl
=======[](https://travis-ci.org/ekzhu/secxbrl)
This tool helps you download the meta data (URL, form type, date, CIK, etc.) of XBRL filings from SEC. It can also be used as a data retrieval library for XBRL processing. To convert XBRL to RDF, see [xbrl2rdf](https://github.com/ekzhu/xbrl2rdf).
To compile (need Ant):
1. Check out the source code.
2. Run `bash build.sh`
3. The compiled jar is in folder `dist`To run, type `java -jar secxbrl.jar -h` to see help messages.