Skip to content

Calculate Fundamentals by getting data from Intrinio Annual Reports

License

Notifications You must be signed in to change notification settings

jemrickrioux/intrinio_api

Repository files navigation

NPM PACKAGE - TESTING

npm npm GitHub

Testing with : Removes all space from string

Install

$ npm install @riouxjean/test

Usage

const test = require("@riouxjean/test");

test("GOOGL");
// => Position {
//  earnings: 1228000000,
//  outstanding: 318100000,
//  revenue: 39403000000,
//  cashs: 2240000000,
//  div: -505000000,
//  liabilities: 9147000000,
//  intangibleassets: undefined,
//  totalassets: 13856000000,
//  shareprice: 49.15 } 

test(1423);
//=> I need a string!

References

Incredible Medium article by Freecodecamp written by Jonathan Wood @bamblehorse

About

Calculate Fundamentals by getting data from Intrinio Annual Reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published