@fugle/marketdata
Advanced tools
@@ -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", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
75419
0.07%1888
0.11%