Polygon Stocks
Connector for the polygon-stocks API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.polygon.io - Auth:
query:apiKey(pass your key via theapiKeyinput)
Operations
get_v1_companies— GET /v1/companies — Available Companiesget_v1_currencies— GET /v1/currencies — Available Currenciesget_v1_historic_agg_size_symbol_date— GET /v1/historic/agg/{size}/{symbol}/{date} — Historic Aggregatesget_v1_historic_forex_from_to_date— GET /v1/historic/forex/{from}/{to}/{date} — Historic Forex Ticksget_v1_historic_quotes_symbol_date— GET /v1/historic/quotes/{symbol}/{date} — Historic Quotesget_v1_historic_trades_symbol_date— GET /v1/historic/trades/{symbol}/{date} — Historic Trades
Inputs
apiKey— your polygon-stocks API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_v1_companies
apiKey: <your key>