action polygon_get_v1_companies { label: "Available Companies" description: "Get a list of the traded companies that polygon.io streams. Company includes some details about the company which we hope to add more to soon.\n" provider: polygon method: GET path: "/v1/companies" encoding: json input: { type: "object" properties: { page: { type: "string" } perpage: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }