Skip to main content
GET
/
api
/
market-data
/
screener
/
indicators
Get screener indicators
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/screener/indicators \
  --header 'x-api-key: <api-key>'
{
  "indicators": {
    "data": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Response

Screener indicators

indicators
object