Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pschatzmann/smart-edgar
EDGAR XBRL Processing
https://github.com/pschatzmann/smart-edgar
Last synced: 12 days ago
JSON representation
EDGAR XBRL Processing
- Host: GitHub
- URL: https://github.com/pschatzmann/smart-edgar
- Owner: pschatzmann
- Created: 2019-01-16T08:18:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:46:32.000Z (3 months ago)
- Last Synced: 2024-11-04T09:24:57.478Z (about 2 months ago)
- Language: HTML
- Size: 42.5 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In the US, all companies, foreign and domestic, are required to file registration statements, periodic reports, and other forms electronically through EDGAR. Anyone can access and download this information for free.
This goal of this project is to make this information accessible in an easy way so that it can be used by any Data Science functionality. It consists of the following core functionality
- [A Java API](https://pschatzmann.ch/edgar/docs/overview-summary.html)
- which provides Company information and Company filings from the [EDGAR](https://www.sec.gov/edgar.shtml) site
- which implements a XBRL parser (which supports XBRL an iXBRL)
- for Reporting on Summary Information
- for Reporting on Company KPIs
- [REST Services](https://www.pschatzmann.ch/edgar/index.html)
- to access XBRL files
- to access consolidated numerical information which are stored in a Database
- which provides financial KPIs for a selected company
- Automatic Download of the latest XBRL files and import them into a SQL databaseThe full solution is provided as [Docker image](https://hub.docker.com/r/pschatzmann/smart-edgar/")
The Java Library can be installed with the help of Maven from the following repository http://software.pschatzmann.ch/repository/maven-public/ as
ch.pschatzmann
smart-edgar
1.0.2
## Further Information
Further information can be found in my posts## Changes
V1.0.2
- Automatically scales FactValue entries by default
- Added missing index files to speed up database searches
- Upgraded dependencies to latest versions