Skip to content
/ fingest Public

SEC Financial Statement Data Ingester and Reporter

Notifications You must be signed in to change notification settings

jgeth/fingest

Repository files navigation

Nest Logo

Description

FINGEST: A sample financial data application using the Nest framework TypeScript starter repository.

Requirements

Support for Node v10.16.3 (LTS at time of latest update)

Installation

$ yarn

Fetching the data

$ yarn fetch

Ingesting the data

Can ingest all data

$ yarn ingest

Can also ingest individual submission and numbers files

$ yarn ingest-sub
$ yarn ingest-num

Note: yarn ingest-num should be run after submission data is complete since there are FK constraints

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

REST API endpoints:

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

SEC Financial Statement Data Ingester and Reporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published