Market Repo Logo

Company List

GET/v1/companies

Get a list of all company symbols and names available in the API.

Query Params

nextPageKeystring

Key used to get the next page of results. This is provided in the response when there are more pages available.

Headers

X-Api-Keystringrequired

API key for authentication

Responses

{
"nextPageKey": "OIA_835333",
"items": {
"symbol": ["AAPL", "MSFT", "GOOGL"],
"companyName": ["Apple Inc.", "Microsoft Corporation", "Alphabet Inc."]
}
}

LANGUAGE

CURL REQUEST

1curl --request GET \
2--url "https://api.marketrepo.com/v1/companies" \
3--header 'X-Api-Key: YOUR_API_KEY'

RESPONSE

Click Try It! to start a request and see the response here!

application/json

200