Exchange DataFeed Data Model client library for Python
Project description
Exchange DataFeed Data Model client library for Python
FactSet’s Exchange DataFeed products provide access to consolidated real-time and delayed global exchange data. Proprietary technology normalizes over 250 global venues, 18+ million instruments, and 150+ data fields. Asset types integrated include equities, futures, options, warrants, fixed income, mutual funds, ETFs, indices, commodities, and FX rates. Innovative technology ensures reliability and provides scalability that allows clients to make requests based on a symbol list or an exchange. Reduce development time by powering proprietary and third-party applications with exchange data from a unified data model.
The Exchange DataFeed Data Model API provides mappings for enumerations used in our Real-Time DataFeed products and should be used in conjunction with the DataFeed Data Model documentation available for each product.
The initial beta version of this API is limited to include mapping tables for the product codes only.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 0.20.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements
- Python >= 3.7
Installation
Poetry
poetry add fds.sdk.utils fds.sdk.ExchangeDataFeedDataModel
pip
pip install fds.sdk.utils fds.sdk.ExchangeDataFeedDataModel
Usage
- Generate authentication credentials.
- Setup Python environment.
-
Install and activate python 3.7+. If you're using pyenv:
pyenv install 3.9.7 pyenv shell 3.9.7
-
(optional) Install poetry.
-
- Install dependencies.
- Run the following:
from fds.sdk.utils.authentication import ConfidentialClient
import fds.sdk.ExchangeDataFeedDataModel
from fds.sdk.ExchangeDataFeedDataModel.api import fact_set_product_codes_api
from fds.sdk.ExchangeDataFeedDataModel.models import *
from dateutil.parser import parse as dateutil_parser
from pprint import pprint
# See configuration.py for a list of all supported configuration parameters.
# Examples for each supported authentication method are below,
# choose one that satisfies your use case.
# (Preferred) OAuth 2.0: FactSetOAuth2
# See https://github.com/FactSet/enterprise-sdk#oauth-20
# for information on how to create the app-config.json file
# See https://github.com/FactSet/enterprise-sdk-utils-python#authentication
# for more information on using the ConfidentialClient class
configuration = fds.sdk.ExchangeDataFeedDataModel.Configuration(
fds_oauth_client=ConfidentialClient('/path/to/app-config.json')
)
# Basic authentication: FactSetApiKey
# See https://github.com/FactSet/enterprise-sdk#api-key
# for information how to create an API key
# configuration = fds.sdk.ExchangeDataFeedDataModel.Configuration(
# username='USERNAME-SERIAL',
# password='API-KEY'
# )
# Enter a context with an instance of the API client
with fds.sdk.ExchangeDataFeedDataModel.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = fact_set_product_codes_api.FactSetProductCodesApi(api_client)
format = "json" # str | The format of the output file.<p>**Try it Out** - All formats available</p> (optional) if omitted the server will use the default value of "json"
try:
# Request the enumeration table for FactSet product codes.
api_response = api_instance.get_products(format=format)
pprint(api_response)
except fds.sdk.ExchangeDataFeedDataModel.ApiException as e:
print("Exception when calling FactSetProductCodesApi->get_products: %s\n" % e)
# Get response, http status code and response headers
# try:
# # Request the enumeration table for FactSet product codes.
# api_response, http_status_code, response_headers = api_instance.get_products_with_http_info(format=format)
# pprint(api_response)
# pprint(http_status_code)
# pprint(response_headers)
# except fds.sdk.ExchangeDataFeedDataModel.ApiException as e:
# print("Exception when calling FactSetProductCodesApi->get_products: %s\n" % e)
# Get response asynchronous
# try:
# # Request the enumeration table for FactSet product codes.
# async_result = api_instance.get_products_async(format=format)
# api_response = async_result.get()
# pprint(api_response)
# except fds.sdk.ExchangeDataFeedDataModel.ApiException as e:
# print("Exception when calling FactSetProductCodesApi->get_products: %s\n" % e)
# Get response, http status code and response headers asynchronous
# try:
# # Request the enumeration table for FactSet product codes.
# async_result = api_instance.get_products_with_http_info_async(format=format)
# api_response, http_status_code, response_headers = async_result.get()
# pprint(api_response)
# pprint(http_status_code)
# pprint(response_headers)
# except fds.sdk.ExchangeDataFeedDataModel.ApiException as e:
# print("Exception when calling FactSetProductCodesApi->get_products: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.factset.com/RTDataModel
Class | Method | HTTP request | Description |
---|---|---|---|
FactSetProductCodesApi | get_products | GET /products | Request the enumeration table for FactSet product codes. |
Documentation For Models
Documentation For Authorization
FactSetApiKey
- Type: HTTP basic authentication
FactSetOAuth2
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
Notes for Large OpenAPI documents
If the OpenAPI document is large, imports in fds.sdk.ExchangeDataFeedDataModel.apis and fds.sdk.ExchangeDataFeedDataModel.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:
Solution 1: Use specific imports for apis and models like:
from fds.sdk.ExchangeDataFeedDataModel.api.default_api import DefaultApi
from fds.sdk.ExchangeDataFeedDataModel.model.pet import Pet
Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:
import sys
sys.setrecursionlimit(1500)
import fds.sdk.ExchangeDataFeedDataModel
from fds.sdk.ExchangeDataFeedDataModel.apis import *
from fds.sdk.ExchangeDataFeedDataModel.models import *
Contributing
Please refer to the contributing guide.
Copyright
Copyright 2022 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for fds.sdk.ExchangeDataFeedDataModel-0.20.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4abf8782f538516caf1f110c257270b49e064fe38e880137a31293bf86405122 |
|
MD5 | edfdd3685614ea3994d751a6467e8245 |
|
BLAKE2b-256 | a91e3e9ea2e573ae8befc16bf8cd8836e12c84534fc58dba3ec00631927acc9b |