id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
9c9818ee-4c64-4744-9f79-80ef299dad3d/84ee634f-665a-4218-9bb9-918db4a71bbe/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getAssets | Returns information about registered Assets. | 200 | Example | [{"asset_id": 22, "asset_name": "Green Bond", "asset_identifier": "X123456", "issuer_name": "Green Bank", "framework_name": "Green Bond", "framework_identifier": "greenbond", "framework_value_outstanding": 3756000000, "framework_allocated_amount": 3756000000, "framework_active_percentage": 1, "framework_currency_code":... | {"type": "array", "items": {"type": "object", "properties": {"asset_id": {"type": "integer"}, "asset_name": {"type": "string"}, "asset_identifier": {"type": "string"}, "issuer_name": {"type": "string"}, "framework_name": {"type": "string"}, "framework_identifier": {"type": "string"}, "framework_value_outstanding": {"ty... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/84ee634f-665a-4218-9bb9-918db4a71bbe/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getAssets | Returns information about registered Assets. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/bffa48b7-7689-4611-a557-9c411b4d99f1/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addIssuer | Adds an Issuer of a green Asset. Can also update the information on an existing Issuer (name and currency). | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/bffa48b7-7689-4611-a557-9c411b4d99f1/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addIssuer | Adds an Issuer of a green Asset. Can also update the information on an existing Issuer (name and currency). | 200 | Example | {"message": "Issuer was successfully added (id). 2"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ecb9eceb-2517-4e34-bc0d-f555836d9751/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getAssetFrameworkDetails | Returns the Framework impact values and investment volumes for a particular green Asset for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ecb9eceb-2517-4e34-bc0d-f555836d9751/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getAssetFrameworkDetails | Returns the Framework impact values and investment volumes for a particular green Asset for a particular Reporting Year. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 215, "sub_category_name": "Electric cars", "sub_category_volume": 230000000, "super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "indicator_id": 532, "indicator_name": "Annual emissions avoided", "indicator_valu... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}, "sub_category_id": {"type": "integer"}, "sub_category_name": {"type": "string"}, "sub_category_volume": {"type": "integer"}, "super_indicator_id": {"type": "integer"}, "super_indicator_n... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/07c4956f-2087-4555-bb9a-73c7057cc3fc/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addPosition | Adds an investment in a specified green Asset for a particular Investor. Can also update an existing Position's invested amount. Reporting Year and Position Days are used when calculating the impact, but are optional (position can be added without impact calculation). | 200 | Example | {"message": "Position was successfully added (id). 34"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/07c4956f-2087-4555-bb9a-73c7057cc3fc/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addPosition | Adds an investment in a specified green Asset for a particular Investor. Can also update an existing Position's invested amount. Reporting Year and Position Days are used when calculating the impact, but are optional (position can be added without impact calculation). | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/5be91a3b-0794-4989-afca-8721d9f672cd/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSDGTranslation | Adds a Translation to an SDG. | 200 | Example | {"message": "SDG translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/5be91a3b-0794-4989-afca-8721d9f672cd/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSDGTranslation | Adds a Translation to an SDG. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/a0c9443d-35aa-44c0-8726-7f1c24b6d40f/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addUnitTranslation | Adds a Translation to a Unit term. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/a0c9443d-35aa-44c0-8726-7f1c24b6d40f/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addUnitTranslation | Adds a Translation to a Unit term. | 200 | Example | {"message": "Unit translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7ee00444-2f4e-400a-908c-13d780831e1e/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | cloneStandardTaxonomy | Clones the Standard Taxonomy to be your registered Taxonomy for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7ee00444-2f4e-400a-908c-13d780831e1e/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | cloneStandardTaxonomy | Clones the Standard Taxonomy to be your registered Taxonomy for a particular Reporting Year. | 200 | Example | {"message": "Taxonomy was successfully cloned."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3e1eb4ad-1e4f-4d25-9301-3782179a1637/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addIndicatorTranslation | Adds a Translation to an Indicator term. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3e1eb4ad-1e4f-4d25-9301-3782179a1637/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addIndicatorTranslation | Adds a Translation to an Indicator term. | 200 | Example | {"message": "Indicator translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/309e8d8f-91c3-4014-9534-18289b8b9560/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSubCategoryTranslation | Adds a Translation to a Sub Category term. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/309e8d8f-91c3-4014-9534-18289b8b9560/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSubCategoryTranslation | Adds a Translation to a Sub Category term. | 200 | Example | {"message": "Sub category translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/c2a030f1-a840-4d85-9933-46679a04ba9a/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getIndicators | Returns the Indicators and their corresponding Super Indicators of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Indicators, you keep Indicator and Super Indicator identical. | 200 | Example | [{"super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "indicator_id": 532, "indicator_name": "Annual emissions avoided"}, {"super_indicator_id": 384, "super_indicator_name": "Annual energy production", "indicator_id": 534, "indicator_name": "Annual energy production"}, {"super_indicator_id": ... | {"type": "array", "items": {"type": "object", "properties": {"super_indicator_id": {"type": "integer"}, "super_indicator_name": {"type": "string"}, "indicator_id": {"type": "integer"}, "indicator_name": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8ca07348-7533-4683-8ba1-9ae07e2d3be9/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSuperIndicatorTranslation | Adds a Translation to a Super Indicator term. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8ca07348-7533-4683-8ba1-9ae07e2d3be9/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSuperIndicatorTranslation | Adds a Translation to a Super Indicator term. | 200 | Example | {"message": "Super indicator translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ed70d491-7ef2-406c-a83b-eee48c6a80da/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addGoalObjectiveToSubCategory | Adds United Nation's Sustainability Development Goals and European Union's Environmental Development Goals to a Sub Category. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ed70d491-7ef2-406c-a83b-eee48c6a80da/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addGoalObjectiveToSubCategory | Adds United Nation's Sustainability Development Goals and European Union's Environmental Development Goals to a Sub Category. | 200 | Example | {"message": "SDG was successfully added."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/16c66712-2bdd-46a6-963b-d92cf40a4977/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getSuperIndicators | Returns the Super Indicators and their corresponding Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Indicators, you keep Indicator and Super Indicator identical. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/16c66712-2bdd-46a6-963b-d92cf40a4977/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getSuperIndicators | Returns the Super Indicators and their corresponding Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Indicators, you keep Indicator and Super Indicator identical. | 200 | Example | [{"super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "category_id": 241, "category_name": "Sustainable management of living natural resources"}, {"super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "category_id": 236, "category_name": "Clean transportation"}, {"sup... | {"type": "array", "items": {"type": "object", "properties": {"super_indicator_id": {"type": "integer"}, "super_indicator_name": {"type": "string"}, "category_id": {"type": "integer"}, "category_name": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/c79d7cc4-2ad2-4d99-aa9b-085e4c3f21d4/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getSubCategories | Returns the Sub Categories and corresponding Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/c79d7cc4-2ad2-4d99-aa9b-085e4c3f21d4/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getSubCategories | Returns the Sub Categories and corresponding Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 215, "sub_category_name": "Electric cars"}, {"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 216, "sub_category_name": "Electric trains"}, {"category_id": 237, "category_name": "Energy efficiency", "sub_cat... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}, "sub_category_id": {"type": "integer"}, "sub_category_name": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3dab0bc5-ea2d-447f-b82e-f9a67a40ca57/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getCategories | Returns the Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical. | 401 | New Example | {"message": "Not authorized."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3dab0bc5-ea2d-447f-b82e-f9a67a40ca57/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getCategories | Returns the Categories of your registered Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation"}, {"category_id": 237, "category_name": "Energy efficiency"}, {"category_id": 238, "category_name": "Green buildings"}, {"category_id": 239, "category_name": "Renewable energy"}, {"category_id": 240, "category_name": "Pollution prevention and control"}, {"ca... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/4f739658-a96c-46f8-9247-8a0f0554ae6b/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addFXrate | Adds an Exchange Rate between two Currencies for a particular Reporting Year. Can also update existing Exchange Rate. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/4f739658-a96c-46f8-9247-8a0f0554ae6b/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addFXrate | Adds an Exchange Rate between two Currencies for a particular Reporting Year. Can also update existing Exchange Rate. | 200 | Example | {"message": "FX rate was successfully added."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7d7a580e-6bc4-41fa-8d52-7942e0bd324f/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFXrates | Returns the exchange rates between all registered Currencies for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7d7a580e-6bc4-41fa-8d52-7942e0bd324f/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFXrates | Returns the exchange rates between all registered Currencies for a particular Reporting Year. | 200 | Example | [{"fx_conversion_id": 99, "year": 2022, "numerator_currency_code": "EUR", "denominator_currency_code": "DKK", "fx_rate": 7.4406}, {"fx_conversion_id": 100, "year": 2022, "numerator_currency_code": "EUR", "denominator_currency_code": "EUR", "fx_rate": 1}, {"fx_conversion_id": 101, "year": 2022, "numerator_currency_code"... | {"type": "array", "items": {"type": "object", "properties": {"fx_conversion_id": {"type": "integer"}, "year": {"type": "integer"}, "numerator_currency_code": {"type": "string"}, "denominator_currency_code": {"type": "string"}, "fx_rate": {"type": "number"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/044c5542-b9a0-4294-ac54-a22f03993c97/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getCurrencies | Returns all registred Currencies for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/044c5542-b9a0-4294-ac54-a22f03993c97/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getCurrencies | Returns all registred Currencies for a particular Reporting Year. | 200 | Example | [{"id": 1, "currency_code": "EUR"}, {"id": 2, "currency_code": "USD"}, {"id": 3, "currency_code": "SEK"}, {"id": 4, "currency_code": "DKK"}, {"id": 5, "currency_code": "NOK"}, {"id": 6, "currency_code": "GBP"}, {"id": 7, "currency_code": "CAD"}, {"id": 8, "currency_code": "AUD"}, {"id": 9, "currency_code": "CHF"}, {"id... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "currency_code": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/4943792e-1fa0-4fd1-9838-0d62acb38dce/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeClient | N/A | 401 | New Example | {"message": "Not authorized."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/57327a66-9f38-4e4a-8358-7406a5935f0e/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getJobStatusFromBlockchain | Reads the status from the blockchain for a particular Job Id. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/57327a66-9f38-4e4a-8358-7406a5935f0e/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getJobStatusFromBlockchain | Reads the status from the blockchain for a particular Job Id. | 200 | Example | {"statusCode": 200, "statusMessage": "", "info": {"status": {"Value": "registered"}, "request": {"contract": "Ethereum.Database.Immutable", "version": 2, "network": "mumbai", "operation": "insertBytes32", "parameters": {"key": "nordeagreenbond", "value": "Good day blockchain world!"}}, "networkCost": 0, "networkFee": 0... | {"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "info": {"type": "object", "properties": {"status": {"type": "object", "properties": {"Value": {"type": "string"}}}, "request": {"type": "object", "properties": {"contract": {"type": "string"}, "version": {"type": ... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/2eeadf96-1b50-4715-8837-ecfda01e7934/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFrameworks | Returns your registered Frameworks for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/2eeadf96-1b50-4715-8837-ecfda01e7934/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFrameworks | Returns your registered Frameworks for a particular Reporting Year. | 200 | Example | [{"framework_id": 1, "framework_identifier": "nordeagreenbond", "framework_name": "Green Bond", "framework_value_outstanding": 5403000000, "framework_allocated_amount": 5403000000, "framework_active_percentage": 1, "framework_currency_code": "EUR", "value_outstanding_framework": "yes", "framework_visibility": "private"... | {"type": "array", "items": {"type": "object", "properties": {"framework_id": {"type": "integer"}, "framework_identifier": {"type": "string"}, "framework_name": {"type": "string"}, "framework_value_outstanding": {"type": "integer"}, "framework_allocated_amount": {"type": "integer"}, "framework_active_percentage": {"type... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/909a533b-123d-4465-8634-3ae672b41f11/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addAsset | Adds a green Asset, for which the impact of an investment can be calculated. Can also update the information on an existing Asset (asset_name, issuer_identifier, framework_identifier, asset_currency_code, date_issued, date_maturity) | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/909a533b-123d-4465-8634-3ae672b41f11/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addAsset | Adds a green Asset, for which the impact of an investment can be calculated. Can also update the information on an existing Asset (asset_name, issuer_identifier, framework_identifier, asset_currency_code, date_issued, date_maturity) | 200 | Example | {"message": "Asset was successfully added (id). 96"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7e6d0ae4-b407-4868-ba8d-7a4183828a5e/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getIssuers | Returns all registered Issuers. | 200 | Example | [{"issuer_id": 1, "issuer_identifier": "123456", "issuer_name": "Good Bank", "issuer_reporting_currency_code": "EUR", "issuer_visibility": "private"}, {"issuer_id": 14, "issuer_identifier": "654321", "issuer_name": "Green Bank", "issuer_reporting_currency_code": "EUR", "issuer_visibility": "private"}] | {"type": "array", "items": {"type": "object", "properties": {"issuer_id": {"type": "integer"}, "issuer_identifier": {"type": "string"}, "issuer_name": {"type": "string"}, "issuer_reporting_currency_code": {"type": "string"}, "issuer_visibility": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/7e6d0ae4-b407-4868-ba8d-7a4183828a5e/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getIssuers | Returns all registered Issuers. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8d560df2-8b8e-4938-9d46-cf04473831fb/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategoryIndicatorToFramework | Adds Category and Indicator values to your Framework and prepares for impact calculation, for a particular Reporting Year. Can also update Category and Indicator values. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8d560df2-8b8e-4938-9d46-cf04473831fb/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategoryIndicatorToFramework | Adds Category and Indicator values to your Framework and prepares for impact calculation, for a particular Reporting Year. Can also update Category and Indicator values. | 200 | Example | {"message": "Category volume and indicator value was successfully added."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/f7fedc8a-4990-4fe5-afd7-d15740073ada/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addFramework | Adds a Framework with some fundamental information. Can also update framework_name and framework_reporting_currency_code. The Framework can be unique to one green asset, or multiple green asset can be described a Framework. | 200 | Example | {"message": "Framework was successfully added (id). 34"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/f7fedc8a-4990-4fe5-afd7-d15740073ada/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addFramework | Adds a Framework with some fundamental information. Can also update framework_name and framework_reporting_currency_code. The Framework can be unique to one green asset, or multiple green asset can be described a Framework. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3f9ae74f-7c12-4b50-b2b2-ff0d6b6a7bce/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFrameworkDetails | Returns details about your particular registered Framework for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3f9ae74f-7c12-4b50-b2b2-ff0d6b6a7bce/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getFrameworkDetails | Returns details about your particular registered Framework for a particular Reporting Year. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 215, "sub_category_name": "Electric cars", "sub_category_volume": 230000000, "currency_code": "EUR", "super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "indicator_id": 532, "indicator_name": "Annual emissions a... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}, "sub_category_id": {"type": "integer"}, "sub_category_name": {"type": "string"}, "sub_category_volume": {"type": "integer"}, "currency_code": {"type": "string"}, "super_indicator_id": {"... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/f5cba75f-1fa8-4964-abd8-756054cab8b5/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removePosition | Removes an investment in a green Asset. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/f5cba75f-1fa8-4964-abd8-756054cab8b5/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removePosition | Removes an investment in a green Asset. | 200 | Example | {"message": "Position successfully removed (id). 89"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/badd1150-a806-41d5-827d-52e00850a885/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | generateEncryptionKey | Generates an Encryption Key for encryption and decryption of Personally Identifiable Information, [PII] with Fernet – AES CBC + HMAC. Protect access to the encryption key. You may also generate the Fernet encryption key elsewhere by yourself. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/badd1150-a806-41d5-827d-52e00850a885/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | generateEncryptionKey | Generates an Encryption Key for encryption and decryption of Personally Identifiable Information, [PII] with Fernet – AES CBC + HMAC. Protect access to the encryption key. You may also generate the Fernet encryption key elsewhere by yourself. | 200 | Example | {"message": "Generated key (Fernet \u2013 AES CBC + HMAC) for encrypting and decrypting Personal Identifiable Information (keep it safely). gak1g0SDqpNlvVmnqymzOMkqVFqiOgsK0SxyPqzbSro="} | {"type": "object", "properties": {"Generated key (Fernet \u2013 AES CBC + HMAC) for encrypting and decrypting Personal Identifiable Information (keep it safely)": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3c66c8ad-1754-4689-892c-9bf8c87364d1/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeAsset | Removes the registered green Asset. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3c66c8ad-1754-4689-892c-9bf8c87364d1/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeAsset | Removes the registered green Asset. | 200 | Example | {"message": "Still under development."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/0a54b343-bb85-4a0d-9e39-677666d4bc6c/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeIssuer | Removes the registered Issuer. | 200 | Example | {"message": "Still under development."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/0a54b343-bb85-4a0d-9e39-677666d4bc6c/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeIssuer | Removes the registered Issuer. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8c8eba1f-5c0d-4e93-8dc1-d73f84a26b31/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeGoalObjectiveFromSubCategory | Removes an SDG and/or EU Objective from a particular Sub Category. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8c8eba1f-5c0d-4e93-8dc1-d73f84a26b31/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeGoalObjectiveFromSubCategory | Removes an SDG and/or EU Objective from a particular Sub Category. | 200 | Example | {"message": "This SDG was successfully removed from this sub category."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3138627b-c4c9-45f4-a9ea-7c174da7980b/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategoryTranslation | Adds a Translation to a Category term. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/3138627b-c4c9-45f4-a9ea-7c174da7980b/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategoryTranslation | Adds a Translation to a Category term. | 200 | Example | {"message": "Category translation was successfully added ."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8cbfb56b-f68d-4d67-9f54-6eb83fc2fbc4/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | copyTaxonomyToNewYear | Copies across a registered Taxonomy from one Reporting Year to another Reporting Year. | 200 | Example | {"message": "Taxonomy was successfully copied."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/8cbfb56b-f68d-4d67-9f54-6eb83fc2fbc4/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | copyTaxonomyToNewYear | Copies across a registered Taxonomy from one Reporting Year to another Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ada3254e-80cf-4792-8c99-df17234583b7/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getStandardTaxonomy | Returns the Standard Taxonomy for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/ada3254e-80cf-4792-8c99-df17234583b7/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getStandardTaxonomy | Returns the Standard Taxonomy for a particular Reporting Year. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 215, "sub_category_name": "Electric cars", "super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "indicator_id": 532, "indicator_name": "Annual emissions avoided", "unit_id": 276, "unit_name": "kg CO2"}, {"categor... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}, "sub_category_id": {"type": "integer"}, "sub_category_name": {"type": "string"}, "super_indicator_id": {"type": "integer"}, "super_indicator_name": {"type": "string"}, "indicator_id": {"... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/e03d8a69-0b96-40cb-afd2-28f72e3252e0/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getTaxonomy | Returns your registered Taxonomy for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/e03d8a69-0b96-40cb-afd2-28f72e3252e0/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getTaxonomy | Returns your registered Taxonomy for a particular Reporting Year. | 200 | Example | [{"category_id": 236, "category_name": "Clean transportation", "sub_category_id": 215, "sub_category_name": "Electric cars", "super_indicator_id": 381, "super_indicator_name": "Annual emissions avoided", "indicator_id": 532, "indicator_name": "Annual emissions avoided", "unit_id": 276, "unit_name": "kg CO2"}, {"categor... | {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "integer"}, "category_name": {"type": "string"}, "sub_category_id": {"type": "integer"}, "sub_category_name": {"type": "string"}, "super_indicator_id": {"type": "integer"}, "super_indicator_name": {"type": "string"}, "indicator_id": {"... |
9c9818ee-4c64-4744-9f79-80ef299dad3d/25321714-7765-4c61-9eb0-686749902e33/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addUnit | Adds an impact Unit to your Taxonomy for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/25321714-7765-4c61-9eb0-686749902e33/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addUnit | Adds an impact Unit to your Taxonomy for a particular Reporting Year. | 200 | Example | {"message": "Unit was successfully added (id). 469"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/bd40f6c6-b53c-406f-900e-9c1759ac0b1d/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSuperIndicator | Adds a Super Indicator to your Taxonomy for a particular Reporting Year. In case you only need one level of Indicators, you keep Indicator and Super Indicator identical.
"super_indicator_name_changed" is used on existing Super Indicators when you want to change the current Super Indicator Name, i.e. "super_indicator_na... | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/bd40f6c6-b53c-406f-900e-9c1759ac0b1d/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSuperIndicator | Adds a Super Indicator to your Taxonomy for a particular Reporting Year. In case you only need one level of Indicators, you keep Indicator and Super Indicator identical.
"super_indicator_name_changed" is used on existing Super Indicators when you want to change the current Super Indicator Name, i.e. "super_indicator_na... | 200 | Example | {"message": "Super indicator was successfully added (id). 469"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/04efbf9e-8671-4d22-8b01-884a4b5151cd/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSubCategory | Adds a Sub Category to your Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical.
"sub_category_name_changed" is used on existing Sub Categories when you want to change the current Sub Category Name, i.e. "sub_category_name". (optional)
"c... | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/04efbf9e-8671-4d22-8b01-884a4b5151cd/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addSubCategory | Adds a Sub Category to your Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical.
"sub_category_name_changed" is used on existing Sub Categories when you want to change the current Sub Category Name, i.e. "sub_category_name". (optional)
"c... | 200 | Example | {"message": "Sub category was successfully added (id). 312"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/727e1f4b-8b30-483e-b89e-25f9aa157da5/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategory | Adds a Category to your Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical.
"category_name_changed" is used on existing Categories when you want to change the current Category Name, i.e. "category_name". (optional) | 200 | Example | {"message": "Category was successfully added (id). 296"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/727e1f4b-8b30-483e-b89e-25f9aa157da5/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCategory | Adds a Category to your Taxonomy for a particular Reporting Year. In case you only need one level of Categories, you keep Category and Sub Category identical.
"category_name_changed" is used on existing Categories when you want to change the current Category Name, i.e. "category_name". (optional) | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/45af2bf0-dcac-4e6e-9828-4f70816e4bbd/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getUnits | Returns the Units of your registered Taxonomy for a particular Reporting Year. | 200 | Example | [{"unit_id": 276, "unit_name": "kg CO2"}, {"unit_id": 277, "unit_name": "MWh"}, {"unit_id": 278, "unit_name": "kWh"}, {"unit_id": 279, "unit_name": "m3"}] | {"type": "array", "items": {"type": "object", "properties": {"unit_id": {"type": "integer"}, "unit_name": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/45af2bf0-dcac-4e6e-9828-4f70816e4bbd/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getUnits | Returns the Units of your registered Taxonomy for a particular Reporting Year. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/eb84dc78-b4e0-49e8-941f-99624cf8f101/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeInvestor | Removes a registered Investor. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/eb84dc78-b4e0-49e8-941f-99624cf8f101/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | removeInvestor | Removes a registered Investor. | 200 | Example | {"message": "Investor successfully removed (investor_identifier): example_investor"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/2a98de49-a59c-4e6a-a1bb-2a1948148625/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addInvestor | Adds an Investor. Can also update the information on an existing Investor (name and currency), and encrypt the investor_identifier and investor_name in storage. | 200 | Example | {"message": "Investor was successfully added (id). 26"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/2a98de49-a59c-4e6a-a1bb-2a1948148625/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addInvestor | Adds an Investor. Can also update the information on an existing Investor (name and currency), and encrypt the investor_identifier and investor_name in storage. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/97c7bdce-167c-46dd-8cc1-67096dc0f31a/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | generateInvestorIdentifier | Generates an Investor Identifier for cases where the actual identifier should not be stored in the ESG Impact API database. Instead this Investor Identifier is stored in the solution which is consuming from the API and matched there with the actual identifier. Generated Investor Identifiers are stored and checked to av... | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/97c7bdce-167c-46dd-8cc1-67096dc0f31a/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | generateInvestorIdentifier | Generates an Investor Identifier for cases where the actual identifier should not be stored in the ESG Impact API database. Instead this Investor Identifier is stored in the solution which is consuming from the API and matched there with the actual identifier. Generated Investor Identifiers are stored and checked to av... | 200 | Example | {"investor_identifier": "de7a2fd9cra6"} | {"type": "object", "properties": {"investor_identifier": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/0c58e625-712f-4491-9fe7-96323673d16b/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getInvestors | Returns all registered Investors. | 200 | Example | [{"investor_id": 1, "investor_identifier": "630126-9934", "investor_name": "Example Investor", "investor_currency_code": "EUR"}, {"investor_id": 12, "investor_identifier": "730324-1299", "investor_name": "Example Green Investor", "investor_currency_code": "EUR"}] | {"type": "array", "items": {"type": "object", "properties": {"investor_id": {"type": "integer"}, "investor_identifier": {"type": "string"}, "investor_name": {"type": "string"}, "investor_currency_code": {"type": "string"}}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/0c58e625-712f-4491-9fe7-96323673d16b/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | getInvestors | Returns all registered Investors. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/c45a2aaf-c87d-4adb-ad72-ceb17aa76dd9/0/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCurrency | Adds a Currency code. | 401 | New Example | {"message": "Not authorized."} | {"type": "object", "properties": {"message": {"type": "string"}}} |
9c9818ee-4c64-4744-9f79-80ef299dad3d/c45a2aaf-c87d-4adb-ad72-ceb17aa76dd9/1/0 | ESG Impact API | Introducing a cutting-edge API solution explicitly tailored for forward-thinking financial institutions that aim to swiftly integrate Environmental, Social, and Governance (ESG) impact benefits into their digital platforms. | 6.6 | addCurrency | Adds a Currency code. | 200 | Example | {"message": "Currency code was successfully added (id). 61"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
92a0b1a8-6574-4f00-9d10-6e288539424c/ea21c55d-39e1-4d93-90d1-77ab2dcdcabd/0/0 | StocksEyes | stocksEyes is a comprehensive API that provides real-time candlestick data (OHLCV - open, high, low, close, volume) for stocks and other securities. With stocksEyes, you have access to live prices and last traded prices, as well as a wealth of historical data. This powerful tool is ideal for traders and investors looki... | 7.7 | Get Latest Quote | The /getLatestQuote API returns latest realtime quote for for given trading symbol. The tradingSymbol parameter lets you select any valid trading symbol of stocks that are part of the Nifty 500 or the top 500 stocks, giving you access to the data you need for the stocks you're interested in.
See the list of trading sym... | 200 | New Example | {"volume": 3057360, "instrument_token": 738561, "timestamp": "2023-06-23T09:59:59.000Z", "last_price": 2517.8, "timestampIST": "2023-06-23T15:29:59.000Z", "tradingSymbol": "RELIANCE"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"volume": {"type": "integer"}, "instrument_token": {"type": "integer"}, "timestamp": {"type": "string"}, "last_price": {"type": "number"}, "timestampIST": {"type": "string"}, "tradingSymbol": {"type": "string"}}, "required": ["instrument_tok... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/a7b7b855-d1c6-4f30-889b-c5d42ea25c9d/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Latest Price | Crypto latest price API is very useful. | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:50:58 UTC"}, "msg": "Successfully", "response": [{"a": "23031.0", "b": "23024.0", "c": "23016.0", "ch": "-514.000", "cp": "-2.18%", "h": "24244.0", "id": "78", "l": "21884.0", "o": "23530.0", "s": "BTC/USD", "sp": "700.00", "t": "1608562242", "tm":... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:44:46 UTC"}, "msg": "Successfully", "response": [{"category": "coin", "icon": "https://fcsapi.com/assets/images/coin/bitcoin.png", "name": "Bitcoin", "short_name": "BTC", "slug": "bitcoin", "symbol": "BTC", "type": "crypto", "urls": {"announcement"... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/9509f60d-6a2e-4960-8116-4d0b43ba335b/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Last Candle | We provide the last candle price of a currency | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:01:43 UTC"}, "msg": "Successfully", "response": [{"a": "23096.0", "b": "23088.0", "c": "23087.0", "ch": "-694", "cp": "-2.92%", "h": "24244.0", "id": "78", "l": "21884.0", "o": "23781.0", "s": "BTC/USD", "sp": "800.00", "t": "1608508800", "tm": "20... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:44:46 UTC"}, "msg": "Successfully", "response": [{"category": "coin", "icon": "https://fcsapi.com/assets/images/coin/bitcoin.png", "name": "Bitcoin", "short_name": "BTC", "slug": "bitcoin", "symbol": "BTC", "type": "crypto", "urls": {"announcement"... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/7b79ceef-a5e4-4679-9370-2a142d471e9d/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Pivot Points | In financial markets, a pivot point | 200 | Response | {"code": 200, "info": {"credit_count": 1, "decimal": "2", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "78", "period": "1d", "server_time": "20... | {"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "decimal": {"type": "string"}, "disclaimer": {"type": "string"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}, "update": {"type": "string"}... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/dc065f20-8af1-4d66-aaba-e21c19c34bec/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Technical Indicator | The Collection of Indicators Powerful & Profitable Forex Trading | 200 | Response | {"code": 200, "info": {"credit_count": 1, "decimal": "2", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "78", "period": "1d", "server_time": "20... | {"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "decimal": {"type": "string"}, "disclaimer": {"type": "string"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}, "update": {"type": "string"}... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/1525e863-b7cf-4dfe-89d6-25af7d77a3d6/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Base Currency | On the base of 1 currency, it will return all quote prices of all available currencies. | 200 | Response | {"code": 200, "info": {"base": "BTC", "credit_count": 1, "server_time": "2020-12-21 15:05:13 UTC", "type": "crypto"}, "msg": "Successfully", "response": {"42": "0.3846154", "300": "18.1704534", "611": "63331.2222926", "808": "100000000", "888": "6250000", "1337": "100000000", "10MT": "4017891.396087", "1ST": "74515.648... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:44:46 UTC"}, "msg": "Successfully", "response": [{"category": "coin", "icon": "https://fcsapi.com/assets/images/coin/bitcoin.png", "name": "Bitcoin", "short_name": "BTC", "slug": "bitcoin", "symbol": "BTC", "type": "crypto", "urls": {"announcement"... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/564a4f25-b60a-4298-aa5f-75d8a9db822d/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Symbols List | Crypto symbol list is a list of two (2) short coins name combination. | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:34:14 UTC"}, "msg": "Successfully", "response": [{"decimal": "2", "id": "78", "name": "Bitcoin US Dollar", "symbol": "BTC/USD"}, {"decimal": "2", "id": "79", "name": "Ethereum US Dollar", "symbol": "ETH/USD"}, {"decimal": "5", "id": "80", "name": "... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:34:14 UTC"}, "msg": "Successfully", "response": [{"decimal": "2", "id": "78", "name": "Bitcoin US Dollar", "symbol": "BTC/USD"}, {"decimal": "2", "id": "79", "name": "Ethereum US Dollar", "symbol": "ETH/USD"}, {"decimal": "5", "id": "80", "name": "... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/6a4de076-8c66-4cf5-a257-edb87d8a42f3/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Search | You can search any currency with similar words | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:25:47 UTC"}, "msg": "Successfully", "response": [{"decimal": "6", "id": "2799", "name": "BTCMoon US Dollar", "short_name": "BTCM/USD", "type": "crypto"}, {"decimal": "8", "id": "3500", "name": "Dollar Online Bitcoin", "short_name": "DOLLAR/BTC", "t... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:25:47 UTC"}, "msg": "Successfully", "response": [{"decimal": "6", "id": "2799", "name": "BTCMoon US Dollar", "short_name": "BTCM/USD", "type": "crypto"}, {"decimal": "8", "id": "3500", "name": "Dollar Online Bitcoin", "short_name": "DOLLAR/BTC", "t... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/a63f6a0f-cf08-48c5-847b-d36063eade2b/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Historical Price | You want to know about the historical exchange prices | 200 | Response | {"code": 200, "info": {"credit_count": 1, "decimal": "2", "id": "78", "period": "1d", "server_time": "2020-12-21 15:08:54 UTC", "symbol": "BTC/USD"}, "msg": "Successfully", "response": [{"c": "8813.2", "h": "9385.9", "l": "8652.7", "o": "9324.8", "t": 1582675200, "tm": "2020-02-26 00:00:00", "v": "14585"}, {"c": "8825.... | {"code": 200, "info": {"credit_count": 1, "decimal": "2", "id": "78", "period": "1d", "server_time": "2020-12-21 15:08:54 UTC", "symbol": "BTC/USD"}, "msg": "Successfully", "response": [{"c": "8813.2", "h": "9385.9", "l": "8652.7", "o": "9324.8", "t": 1582675200, "tm": "2020-02-26 00:00:00", "v": "14585"}, {"c": "8825.... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/fc6b89f0-d4e8-489d-bc3c-e20387e92c89/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Coin Market Cap | Crypto market cap, demand and supply is the most important | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:16:37 UTC"}, "msg": "Successfully", "response": [{"circulating_supply": "18513062", "id": "78", "max_supply": "21000000", "name": "Bitcoin", "quote": {"usd": {"market_cap": "210560912350.73", "percentage_change_1h": "0.0624", "percentage_change_24h... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:16:37 UTC"}, "msg": "Successfully", "response": [{"circulating_supply": "18513062", "id": "78", "max_supply": "21000000", "name": "Bitcoin", "quote": {"usd": {"market_cap": "210560912350.73", "percentage_change_1h": "0.0624", "percentage_change_24h... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/24525064-5d7e-443e-8d21-b63404fb8b1e/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Coin Profile Details | You can get all the details about Crypto currencies. | 200 | Response | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:53:24 UTC"}, "msg": "Successfully", "response": [{"category": "coin", "icon": "https://fcsapi.com/assets/images/coin/bitcoin.png", "name": "Bitcoin", "short_name": "BTC", "slug": "bitcoin", "symbol": "BTC", "type": "crypto", "urls": {"announcement"... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:44:46 UTC"}, "msg": "Successfully", "response": [{"category": "coin", "icon": "https://fcsapi.com/assets/images/coin/bitcoin.png", "name": "Bitcoin", "short_name": "BTC", "slug": "bitcoin", "symbol": "BTC", "type": "crypto", "urls": {"announcement"... |
941db56f-f23f-45ae-9d93-65dc0310d7c2/6611e469-5d61-447d-93ca-84c77522472f/0/0 | Crypto | Powered by 35+ Crypto coin exchange data sources, The FCS API delivering real-time Crypto 1500+ currencies and 5000+ coins combination rates. | null | Moving Averages (MA Lines) | Moving Average (MA) is a trend indicator. | 200 | Response | {"code": 200, "info": {"credit_count": 1, "decimal": "2", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "78", "period": "1d", "server_time": "20... | {"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:16:37 UTC"}, "msg": "Successfully", "response": [{"circulating_supply": "18513062", "id": "78", "max_supply": "21000000", "name": "Bitcoin", "quote": {"usd": {"market_cap": "210560912350.73", "percentage_change_1h": "0.0624", "percentage_change_24h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.