Socket
Socket
Sign inDemoInstall

tradier-client

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "tradier-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node API wrapper for the Tradier API",

@@ -5,0 +5,0 @@ "main": "build/index.js",

# tradier-client
[![npm](https://img.shields.io/npm/l/express.svg?style=plastic)](https://www.npmjs.com/package/tradier-client)
tradier-client is a promise-based Node.js wrapper for the Tradier API. It currently works with the *Market Data* and *Fundamentals* API.

@@ -174,3 +179,3 @@

tradier
.intradaystatus('AAPL')
.intradaystatus()
.then(intraday => {

@@ -188,3 +193,3 @@ console.log(intraday)

tradier
.marketcalendar('AAPL')
.marketcalendar()
.then(mc => {

@@ -191,0 +196,0 @@ console.log(mc)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc