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/polygon
yarn add @deepagent/polygon
pnpm add @deepagent/polygon
Usage
import { PolygonClient } from '@deepagent/polygon'
const polygon = new PolygonClient()
const res = await polygon.tickerDetails({ ticker: 'AAPL' })