12.0.0 • Published 2 years ago

mboummarketdatalib v12.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Library to get market data from Mboum

Functions in the package:

  • getHistoricData(symbol, startDate, endDate, apiCode)

    • symbol - a symbol that you are requesting a historic market data for
    • startDate - UTC start date in seconds
    • endDate - UTC end date in seconds
    • api - Mboum API code
  • getHighestPercentageChangePerInterval (symbol, startDate, endDate, interval, apiCode)

    • symbol - a symbol that you are requesting a historic market data for
    • startDate - UTC start date in seconds
    • endDate - UTC end date in seconds
    • interval - number of days for which max percentage change in price is assessed for
    • api - Mboum API code
  • getPercentageChangesPerInterval (symbol, startDate, endDate, interval, apiCode)

    • symbol - a symbol that you are requesting a historic market data for
    • startDate - UTC start date in seconds
    • endDate - UTC end date in seconds
    • interval - number of days for which max percentage change in price is assessed for
    • api - Mboum API code
  • getMostWatchedSecurities (apiCode)

    • api - Mboum API code
  • getWallStreetBetsSecurities (apiCode)

    • api - Mboum API code
  • getMostGainersSecurities (apiCode)

    • api - Mboum API code
  • getMostActiveSecurities (apiCode)

    • api - Mboum API code
  • getMostLosersSecurities (apiCode)

    • api - Mboum API code

    • Example -

      const mboum=require('mboummarketdatalib'); let maxChange; mboum.getHighestPercentageChangePerInterval("spy", "1672549200", "1679454000", 30, "").then((result)=>{ maxChange=result; }) console.log(maxChange);

      {getHistoricData, getHighestPercentageChangePerInterval, getPercentageChangesPerInterval, getMostWatchedSecurities, getWallStreetBetsSecurities, getMostGainersSecurities, getMostActiveSecurities, getMostLosersSecurities};

12.0.0

2 years ago

11.12.0

2 years ago

10.6.0

2 years ago

11.14.0

2 years ago

10.8.0

2 years ago

11.16.0

2 years ago

10.0.0

2 years ago

10.2.0

2 years ago

10.4.0

2 years ago

11.10.0

2 years ago

11.6.0

2 years ago

10.17.0

2 years ago

11.4.0

2 years ago

10.15.0

2 years ago

10.13.0

2 years ago

11.8.0

2 years ago

10.11.0

2 years ago

9.1.0

2 years ago

11.2.0

2 years ago

11.0.0

2 years ago

10.5.0

2 years ago

11.11.0

2 years ago

10.7.0

2 years ago

11.13.0

2 years ago

10.9.0

2 years ago

11.15.0

2 years ago

11.17.0

2 years ago

10.1.0

2 years ago

10.3.0

2 years ago

10.16.0

2 years ago

11.7.0

2 years ago

10.14.0

2 years ago

11.5.0

2 years ago

10.12.0

2 years ago

10.10.0

2 years ago

11.9.0

2 years ago

9.0.0

2 years ago

11.3.0

2 years ago

11.1.0

2 years ago

8.1.0

2 years ago

8.3.0

2 years ago

8.2.0

2 years ago

7.0.0

2 years ago

8.0.0

2 years ago

6.0.0

2 years ago

5.0.3

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago