@smurftheweb/tradier-client
Advanced tools
Comparing version
@@ -223,3 +223,3 @@ 'use strict'; | ||
value: function historical(ticker) { | ||
return this._axios.get('markets/history', { params: { symbols: ticker } }).then(function (response) { | ||
return this._axios.get('markets/history', { params: { symbol: ticker } }).then(function (response) { | ||
var history = response.data.history; | ||
@@ -226,0 +226,0 @@ |
{ | ||
"name": "@smurftheweb/tradier-client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node API wrapper for the Tradier API", | ||
@@ -12,3 +12,3 @@ "main": "build/index.js", | ||
"start": "babel-node --presets es2015 src/index.js", | ||
"prepublish": "npm run build" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
61612
-0.01%