Skip to main content
POST
/
api
/
morningstar
/
quotes
/
esg
/morningstar/quotes/esg
curl --request POST \
  --url https://api.anysite.io/api/morningstar/quotes/esg \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "symbol": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@morningstar_esg",
    "risk_score": 123,
    "risk_category": "<string>",
    "sub_industry": "<string>",
    "controversy_level": 123,
    "controversy_level_descriptor": "<string>",
    "controversy_topics": "<string>",
    "notable_issue_1": "<string>",
    "notable_issue_2": "<string>",
    "notable_issue_3": "<string>",
    "as_of_date": "<string>",
    "controversy_as_of_date": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
symbol
string
required

Ticker symbol

Minimum string length: 1
Examples:

"AAPL"

"MSFT"

"TSLA"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@morningstar_esg
risk_score
number | null
risk_category
string | null
sub_industry
string | null
controversy_level
integer | null
controversy_level_descriptor
string | null
controversy_topics
string | null
notable_issue_1
string | null
notable_issue_2
string | null
notable_issue_3
string | null
as_of_date
string | null
controversy_as_of_date
string | null