GaiaLens ESG News

FREEMIUM
Por GaiaLens | Atualizado 4์ผ ์ „ | Finance
Popularidade

6 / 10

Latรชncia

4,493ms

Nรญvel de serviรงo

100%

Health Check

N/A

LEIA-ME

This API provides ESG news using a state-of-the-art algorithm tracking thousands of news sources, social media and NGOs in real-time. The user can provide a date argument to get news for a specific date. If the date is not provided the API returns news for the latest date. The results include SASB and UN SDG sentiment generated by our cutting-edge algorithm to help investors track ESG incidents and gather the latest available company data.

Please Note: GaiaLens tracks over 19,000 companies, however, only the top 2,000 companies by market capitalization are available via this API. In case you need more please visit https://www.gaia-lens.com/

Arguments: The allowed arguments for the API are: companyname, isin, sedol. The user must provide exactly one of these arguments. The API will return an error response if more than one or no arguments are provided. In addition to this, there is an optional date argument available to the user.

  • companyname: The name of the company. e.g. โ€˜Apple Inc.โ€™. This must be an exact match. We provide a companynames API (click here) that can be used to retrieve all the company names available.

  • isin: The International Securities Identification Number (ISIN) for the company. e.g. โ€˜US0378331005โ€™

  • sedol: The stock exchange daily official list (SEDOL) for the company. e.g. โ€˜2046251โ€™

  • date: The date must be provided in โ€˜YYYY-MM-DDโ€™ format. If no date is provided the results for the latest date are returned. In case there is no data for the provided date a response code โ€˜204โ€™ will be returned

Header: The header must contain the below two parameters:

Sample python request code:

import requests

url = "https://gaialens-esg-news.p.rapidapi.com/news"

querystring = {"isin":"JP3818000006","date":"2024-01-08"}

headers = {
	"X-RapidAPI-Key": "",
	"X-RapidAPI-Host": "gaialens-esg-news.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())

Sample response:

[
    {
        "request_id": 52962,
        "companyname": "Fujitsu Limited",
        "url": "https://news.sky.com/story/post-office-scandal-the-story-behind-victims-of-faulty-horizon-accounting-software-13044015",
        "title": "Post Office scandal: The story behind victims of faulty Horizon accounting software",
        "date": "2024-01-08",
        "company_relevance": 100,
        "company_relevance_reasoning": "Fujitsu's accounting software is central to the article's narrative.",
        "sentiment_score": -0.8,
        "sentiment_reasoning": "The article discusses the negative impact of Fujitsu's software.",
        "environment_sentiment_score": 0.0,
        "environment_sentiment_reasoning": "The article does not discuss environmental issues.",
        "social_sentiment_score": -0.8,
        "social_sentiment_reasoning": "The article highlights the social harm caused by the software.",
        "governance_sentiment_score": -0.8,
        "governance_sentiment_reasoning": "The article implies poor governance in Fujitsu's software development.",
        "GHG_emissions": 0.0,
        "Air_quality": 0.0,
        "Energy_management": 0.0,
        "Water_wastewater_management": 0.0,
        "Waste_hazardous_management": 0.0,
        "Ecological_impact": 0.0,
        "Environmental_supply_chain": 0.0,
        "Materials_sourcing_efficiency": 0.0,
        "Physical_impacts_climate_change": 0.0,
        "Sustainable_Development_Goal_2": 0.0,
        "Sustainable_Development_Goal_6": 0.0,
        "Sustainable_Development_Goal_7": 0.0,
        "Sustainable_Development_Goal_9": 0.0,
        "Sustainable_Development_Goal_11": 0.0,
        "Sustainable_Development_Goal_12": 0.0,
        "Sustainable_Development_Goal_13": 0.0,
        "Sustainable_Development_Goal_14": 0.0,
        "Sustainable_Development_Goal_15": 0.0,
        "Human_rights_community": -0.8,
        "Customer_privacy": 0.0,
        "Data_security": 0.0,
        "Access_affordability": 0.0,
        "Product_quality_safety": -0.8,
        "Customer_welfare": -0.8,
        "Selling_practices_product_label": 0.0,
        "Labor_practices": 0.0,
        "Modern_slavery": 0.0,
        "Employee_health_safety": 0.0,
        "Employee_engagement_diversity": 0.0,
        "Gender_equality": 0.0,
        "Product_design_lifecycle": 0.0,
        "Social_supply_chain": 0.0,
        "Sustainable_Development_Goal_1": 0.0,
        "Sustainable_Development_Goal_3": 0.0,
        "Sustainable_Development_Goal_4": 0.0,
        "Sustainable_Development_Goal_5": 0.0,
        "Sustainable_Development_Goal_8": 0.0,
        "Sustainable_Development_Goal_10": 0.0,
        "Business_model_resilience": 0.0,
        "Governance_structures": -0.8,
        "Business_ethics": -0.8,
        "Competitive_behavior": 0.0,
        "Management_legal_regulatory": -0.8,
        "Risk_management": -0.8,
        "Coronavirus": 0.0,
        "Sustainable_Development_Goal_16": 0.0,
        "Sustainable_Development_Goal_17": 0.0,
        "Controversial_weapons": 0.0
    },
    {
        "request_id": 52962,
        "companyname": "Fujitsu Limited",
        "url": "https://www.theguardian.com/business/2024/jan/08/post-office-it-fujitsu-profits-horizon-it-system",
        "title": "Post Office IT firm Fujitsu reports 22m UK profits as directors receive payouts",
        "date": "2024-01-08",
        "company_relevance": 100,
        "company_relevance_reasoning": "Fujitsu is the main subject of the article, with detailed discussion of its involvement in the Post Office scandal.",
        "sentiment_score": -0.8,
        "sentiment_reasoning": "The article discusses Fujitsu's role in a scandal with negative consequences, including wrongful prosecutions and suicides.",
        "environment_sentiment_score": 0.0,
        "environment_sentiment_reasoning": "The article does not discuss environmental issues related to Fujitsu.",
        "social_sentiment_score": -0.8,
        "social_sentiment_reasoning": "The article negatively portrays Fujitsu's social impact due to the Post Office scandal.",
        "governance_sentiment_score": -0.8,
        "governance_sentiment_reasoning": "The article criticizes Fujitsu's governance due to its role in the scandal and lack of financial consequences.",
        "GHG_emissions": 0.0,
        "Air_quality": 0.0,
        "Energy_management": 0.0,
        "Water_wastewater_management": 0.0,
        "Waste_hazardous_management": 0.0,
        "Ecological_impact": 0.0,
        "Environmental_supply_chain": 0.0,
        "Materials_sourcing_efficiency": 0.0,
        "Physical_impacts_climate_change": 0.0,
        "Sustainable_Development_Goal_2": 0.0,
        "Sustainable_Development_Goal_6": 0.0,
        "Sustainable_Development_Goal_7": 0.0,
        "Sustainable_Development_Goal_9": 0.0,
        "Sustainable_Development_Goal_11": 0.0,
        "Sustainable_Development_Goal_12": 0.0,
        "Sustainable_Development_Goal_13": 0.0,
        "Sustainable_Development_Goal_14": 0.0,
        "Sustainable_Development_Goal_15": 0.0,
        "Human_rights_community": -0.8,
        "Customer_privacy": 0.0,
        "Data_security": 0.0,
        "Access_affordability": 0.0,
        "Product_quality_safety": -0.8,
        "Customer_welfare": -0.8,
        "Selling_practices_product_label": 0.0,
        "Labor_practices": -0.8,
        "Modern_slavery": 0.0,
        "Employee_health_safety": 0.0,
        "Employee_engagement_diversity": 0.0,
        "Gender_equality": 0.0,
        "Product_design_lifecycle": 0.0,
        "Social_supply_chain": 0.0,
        "Sustainable_Development_Goal_1": 0.0,
        "Sustainable_Development_Goal_3": 0.0,
        "Sustainable_Development_Goal_4": 0.0,
        "Sustainable_Development_Goal_5": 0.0,
        "Sustainable_Development_Goal_8": 0.0,
        "Sustainable_Development_Goal_10": 0.0,
        "Business_model_resilience": 0.0,
        "Governance_structures": -0.8,
        "Business_ethics": -0.8,
        "Competitive_behavior": 0.0,
        "Management_legal_regulatory": -0.8,
        "Risk_management": -0.8,
        "Coronavirus": 0.0,
        "Sustainable_Development_Goal_16": 0.0,
        "Sustainable_Development_Goal_17": 0.0,
        "Controversial_weapons": 0.0
    },
    {
        "request_id": 52962,
        "companyname": "Fujitsu Limited",
        "url": "https://www.theguardian.com/uk-news/2024/jan/08/post-office-scandal-sunak-strongly-support-review-paula-vennells-cbe",
        "title": "Post Office scandal: Sunak would strongly support review of ex-bosss CBE",
        "date": "2024-01-08",
        "company_relevance": 60,
        "company_relevance_reasoning": "Fujitsu is mentioned as the provider of the faulty software central to the article's topic.",
        "sentiment_score": -0.5,
        "sentiment_reasoning": "The article discusses a scandal involving Fujitsu's software, casting the company in a negative light.",
        "environment_sentiment_score": 0.0,
        "environment_sentiment_reasoning": "The article does not discuss environmental issues related to Fujitsu.",
        "social_sentiment_score": -0.5,
        "social_sentiment_reasoning": "The scandal has negatively affected many individuals, reflecting poorly on Fujitsu's social impact.",
        "governance_sentiment_score": -0.5,
        "governance_sentiment_reasoning": "The article implies a failure in Fujitsu's governance regarding the software provided to the Post Office.",
        "GHG_emissions": 0.0,
        "Air_quality": 0.0,
        "Energy_management": 0.0,
        "Water_wastewater_management": 0.0,
        "Waste_hazardous_management": 0.0,
        "Ecological_impact": 0.0,
        "Environmental_supply_chain": 0.0,
        "Materials_sourcing_efficiency": 0.0,
        "Physical_impacts_climate_change": 0.0,
        "Sustainable_Development_Goal_2": 0.0,
        "Sustainable_Development_Goal_6": 0.0,
        "Sustainable_Development_Goal_7": 0.0,
        "Sustainable_Development_Goal_9": 0.0,
        "Sustainable_Development_Goal_11": 0.0,
        "Sustainable_Development_Goal_12": 0.0,
        "Sustainable_Development_Goal_13": 0.0,
        "Sustainable_Development_Goal_14": 0.0,
        "Sustainable_Development_Goal_15": 0.0,
        "Human_rights_community": -0.5,
        "Customer_privacy": 0.0,
        "Data_security": 0.0,
        "Access_affordability": 0.0,
        "Product_quality_safety": -0.5,
        "Customer_welfare": -0.5,
        "Selling_practices_product_label": 0.0,
        "Labor_practices": 0.0,
        "Modern_slavery": 0.0,
        "Employee_health_safety": 0.0,
        "Employee_engagement_diversity": 0.0,
        "Gender_equality": 0.0,
        "Product_design_lifecycle": 0.0,
        "Social_supply_chain": 0.0,
        "Sustainable_Development_Goal_1": 0.0,
        "Sustainable_Development_Goal_3": 0.0,
        "Sustainable_Development_Goal_4": 0.0,
        "Sustainable_Development_Goal_5": 0.0,
        "Sustainable_Development_Goal_8": 0.0,
        "Sustainable_Development_Goal_10": 0.0,
        "Business_model_resilience": 0.0,
        "Governance_structures": -0.5,
        "Business_ethics": -0.5,
        "Competitive_behavior": 0.0,
        "Management_legal_regulatory": -0.5,
        "Risk_management": -0.5,
        "Coronavirus": 0.0,
        "Sustainable_Development_Goal_16": 0.0,
        "Sustainable_Development_Goal_17": 0.0,
        "Controversial_weapons": 0.0
    }
]
Seguidores: 5
Recursos:
Site do produto Termos de uso
API Creator:
Rapid account: Gaia Lens
GaiaLens
gaialens
Efetuar login para classificar API
Avaliaรงรฃo: 5 - Votos: 1