├── .gitattributes ├── LICENSE ├── README.md ├── extractRatios.py ├── loadSECfilings.py └── valSECfilings.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/README.md -------------------------------------------------------------------------------- /extractRatios.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/extractRatios.py -------------------------------------------------------------------------------- /loadSECfilings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/loadSECfilings.py -------------------------------------------------------------------------------- /valSECfilings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altova/sec-xbrl/HEAD/valSECfilings.py --------------------------------------------------------------------------------