UNPKG

polygon.io

Version:

Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs

3 lines (2 loc) 229 B
import { ICryptoDailyOpenCloseFormatted } from "./ICryptoTickJson"; export declare const cryptoDailyOpenClose: (apiKey: string, apiBase: string, from: string, to: string, date: string) => Promise<ICryptoDailyOpenCloseFormatted>;