Polygon
  1. Stocks
Polygon
  • Stocks
    • Available Companies
      GET
    • Historic Aggregates
      GET
    • Historic Quotes
      GET
    • Historic Trades
      GET
    • Last Trade for a Symbol
      GET
    • Last Quote for a Symbol
      GET
  • Currencies
    • Available Currencies
      GET
    • Historic Forex Ticks
      GET
    • Last Trade for a Currency Pair
      GET
    • Last Quote for a Currency Pair
      GET
  1. Stocks

Available Companies

GET
/v1/companies
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/companies'
Response Response Example
200 - Example 1
[
    {
        "country": "string",
        "exchange": "string",
        "industry": "string",
        "marketcap": 0,
        "name": "string",
        "sector": "string",
        "symbol": "string",
        "updated": "2019-08-24T14:15:22Z"
    }
]

Request

Query Params

Responses

🟢200An array of companies
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Next
Historic Aggregates
Built with