Atoka API User Reference

Companies package "Atoka Indicators"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
innovation.categoryScore

Normalized score from 0 to 1 based on categorization of companies. A score of 0.60 means that the company has larger innovation raw score than 60% of companies of the same ateco. More details in the glossary

float innovationCategoryScoreMin innovationCategoryScoreMax
innovation.categoryScoreLabel

text representation of the categoryScore, values can be: top, high, medium, low

"string" innovationCategoryScores
innovation.score

Normalized score from 0 to 1. A score of 0.60 means that the company has larger innovation raw score than 60% of companies. More details in the glossary

float innovationScoreMin innovationScoreMax
innovation.scoreLabel

text representation of the innovationScore, values can be: top, high, medium, low

"string" innovationScores
innovation.updateTime

last update time for score and category score

date -
reliabilityScore.class

Reliability Class for the company, A being the highest and most reliable.

"A", "B", "C", "D", "E" reliabilityScoreClass
reliabilityScore.classLabel

Label of the Reliability Class.

"Very high", "Good", "Moderate", "Low", "Not Rated" -
reliabilityScore.updated

Date when the score was last computed.

date -
webCentrality.categoryScore Private field

Normalized score from 0 to 1 based on categorization of companies. A score of 0.60 means that the company has larger PageRank than 60% of companies of the same ateco. More details in the glossary

float webCentralityCategoryScoreMin webCentralityCategoryScoreMax
webCentrality.categoryScoreLabel Private field

text representation of the categoryScore, values can be: top, high, medium, low

"string" webCentralityCategoryScores
webCentrality.score Private field

Normalized score from 0 to 100. A score of 60 means that the company has larger PageRank than 60% of companies More details in the glossary

float webCentralityScoreMin webCentralityScoreMax
webCentrality.scoreLabel Private field

text representation of the innovationScore, values can be: top, high, medium, low

"string" webCentralityScores
webCentrality.updateTime Private field

last update time for score and category score

date -
Example JSON fragment for package
{
"innovation": {
"score": 0.42,
"scoreLabel": "foo",
"categoryScore": 0.42,
"categoryScoreLabel": "foo",
"updateTime": "2015-12-24"
},
"webCentrality": {
"score": 0.42,
"scoreLabel": "foo",
"categoryScore": 0.42,
"categoryScoreLabel": "foo",
"updateTime": "2015-12-24"
},
"reliabilityScore": {
"class": "A",
"classLabel": "Very high",
"updated": "2015-12-24"
}
}