Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@fugle/marketdata

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fugle/marketdata - npm Package Compare versions

Comparing version
1.4.1
to
1.4.2
+6
-4
lib/rest/stock/historical/candles.d.ts

@@ -9,9 +9,11 @@ import { RestClientRequest } from '../../client';

sort?: 'asc' | 'desc';
adjusted?: boolean;
}
export interface RestStockHistoricalCandlesResponse {
symbol: string;
type: string;
exchange: string;
market: string;
timeframe: string;
type?: string;
exchange?: string;
market?: string;
timeframe?: string;
adjusted?: boolean;
data: Array<{

@@ -18,0 +20,0 @@ date: string;

+1
-1
{
"name": "@fugle/marketdata",
"version": "1.4.1",
"version": "1.4.2",
"description": "Fugle MarketData API client library for Node.js",

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