Parquet Access
ONETICK CLOUD MCP | CONNECTION INSTRUCTIONS
S3 Parquet Access
To install the AWS CLI, please follow the instructions at:
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
To install the AWS Boto3 library, please:
pip install boto3
Data is stored in the s3 bucket under the following categories:
- consolidated
- derivatives
- equity
- fx
- index
- sample
The examples shown use either the AWS CLI, or the AWS Boto3 Python library.
OneTick Databases can be accessed directly as Parquet from the s3 bucket:
s3://otc-shared-parquet-storage
Customers with Parquet access can download, and directly query data using AWS tools.
AWS credentials, specifically aws_access_key_id and aws_secret_access_key are provided to subscribing customers.


