Polygon
Stock market and company financial data.
- package:
@deepagent/polygon - exports:
class PolygonClient,namespace polygon - env vars:
POLYGON_API_KEY - source
- polygon api docs
Install
npm install @deepagent/polygonyarn add @deepagent/polygonpnpm add @deepagent/polygonUsage
import { PolygonClient } from '@deepagent/polygon'
const polygon = new PolygonClient()
const res = await polygon.tickerDetails({ ticker: 'AAPL' })