<p align="center"><img src="https://www.everysk.com/images/everysk_logo.svg" width="400"></p>
# Everysk API
[Everysk](https://www.everysk.com/) API is organized around the open standard protocol [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. All API responses are returned in [JSON](https://www.json.org/json-en.html), including errors.
We also have some specific language examples to make integration easier. You can switch the programming language of the examples with the tabs in the top right. You can request a Trial API Key at [Contact Us](https://www.everysk.com/contact).
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Everysk API library:
```bash
pip install everysk
```
## Authentication
The API uses exclusive POST HTTP method to access resources URI. In the POST, you represent the arguments of methods in JSON encoded dictionary in the request body.
The maximum JSON encoded payload size is 1MB. Be sure to encode the following HTTP Content-Type header for your requests: "application/json".
Authenticate your account when using the API by including your secret API key in the request. Authentication to the API is performed via [HTTP Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). In short, you will use your Everysk API Account SID as the username and your Auth Token as the password for HTTP Basic authentication. API requests without authentication will fail. You can manage your API keys in the [API Settings](). Be sure to keep your Account SID and Auth Token secret.
The API is served over [HTTPS](https://en.wikipedia.org/wiki/HTTPS). Calls made over plain HTTP will fail.
**Important**. Make sure to replace **YOUR_ACCOUNT_SID** and **YOUR_AUTH_TOKEN** with your Account SID and your Auth Token.
### Risk Workflows for Developers
- Bottom-up and top-down granular risk attribution, factor modeling and stress testing using modern math finance.
- API includes calculations and data: no need to purchase separate data licenses.
- Benefit from a flexible REST API. Customize your ideal workflow in the language of your choice, performing calculations and controlling the platform.
## Support
Visit our official website [https://everysk.com](https://www.everysk.com/) or reach out to the Everysk team at [contact@everysk.com](mailto:contact@everysk.com).
## Announcements
Follow [@everysktech](https://twitter.com/everysktech) on Twitter for announcements and updates about this library.
Raw data
{
"_id": null,
"home_page": "https://github.com/Everysk/Everysk-API-Python",
"name": "everysk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "everysk",
"author": "Everysk Technologies",
"author_email": "contact@everysk.com",
"download_url": "https://files.pythonhosted.org/packages/e2/e4/0c0386e8bb2fbd29a5a00e46f47097532223cc6cf2538386aa5e107fefbe/everysk-1.0.17.tar.gz",
"platform": null,
"description": "<p align=\"center\"><img src=\"https://www.everysk.com/images/everysk_logo.svg\" width=\"400\"></p>\n\n# Everysk API\n\n[Everysk](https://www.everysk.com/) API is organized around the open standard protocol [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. All API responses are returned in [JSON](https://www.json.org/json-en.html), including errors.\n\nWe also have some specific language examples to make integration easier. You can switch the programming language of the examples with the tabs in the top right. You can request a Trial API Key at [Contact Us](https://www.everysk.com/contact).\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install Everysk API library:\n\n```bash\npip install everysk\n```\n## Authentication\n\nThe API uses exclusive POST HTTP method to access resources URI. In the POST, you represent the arguments of methods in JSON encoded dictionary in the request body.\n\nThe maximum JSON encoded payload size is 1MB. Be sure to encode the following HTTP Content-Type header for your requests: \"application/json\".\n\nAuthenticate your account when using the API by including your secret API key in the request. Authentication to the API is performed via [HTTP Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). In short, you will use your Everysk API Account SID as the username and your Auth Token as the password for HTTP Basic authentication. API requests without authentication will fail. You can manage your API keys in the [API Settings](). Be sure to keep your Account SID and Auth Token secret.\n\nThe API is served over [HTTPS](https://en.wikipedia.org/wiki/HTTPS). Calls made over plain HTTP will fail.\n\n**Important**. Make sure to replace **YOUR_ACCOUNT_SID** and **YOUR_AUTH_TOKEN** with your Account SID and your Auth Token.\n### Risk Workflows for Developers\n\n- Bottom-up and top-down granular risk attribution, factor modeling and stress testing using modern math finance.\n- API includes calculations and data: no need to purchase separate data licenses.\n- Benefit from a flexible REST API. Customize your ideal workflow in the language of your choice, performing calculations and controlling the platform.\n\n## Support\n\nVisit our official website [https://everysk.com](https://www.everysk.com/) or reach out to the Everysk team at [contact@everysk.com](mailto:contact@everysk.com).\n\n## Announcements\n\nFollow [@everysktech](https://twitter.com/everysktech) on Twitter for announcements and updates about this library.",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python client for Everysk API",
"version": "1.0.17",
"project_urls": {
"Homepage": "https://github.com/Everysk/Everysk-API-Python"
},
"split_keywords": [
"everysk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e2e40c0386e8bb2fbd29a5a00e46f47097532223cc6cf2538386aa5e107fefbe",
"md5": "e066f267c3542d2921eac4e0c587699a",
"sha256": "ab8b1358ddefaafd86e39686fe9797855c567a4049e9fab285953da54bcfdef7"
},
"downloads": -1,
"filename": "everysk-1.0.17.tar.gz",
"has_sig": false,
"md5_digest": "e066f267c3542d2921eac4e0c587699a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 138164,
"upload_time": "2023-10-02T14:36:11",
"upload_time_iso_8601": "2023-10-02T14:36:11.570038Z",
"url": "https://files.pythonhosted.org/packages/e2/e4/0c0386e8bb2fbd29a5a00e46f47097532223cc6cf2538386aa5e107fefbe/everysk-1.0.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-02 14:36:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Everysk",
"github_project": "Everysk-API-Python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "everysk"
}