NasdaqCloudDataService-SDK-Python icon indicating copy to clipboard operation
NasdaqCloudDataService-SDK-Python copied to clipboard

Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Python SDK for developing applications using...

Results 11 NasdaqCloudDataService-SDK-Python issues
Sort by recently updated
recently updated
newest added

I received the following error when trying to run the notebook: ``` Unreadable Notebook: NasdaqCloudDataService-SDK-Python/python_sdk_examples.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "m...') ``` After...

This codemod converts "eager" logging into "lazy" logging, which is preferred for performance efficiency and resource optimization. Lazy logging defers the actual construction and formatting of log messages until it's...

I am using Python 3.12, pip version 24.0 and setuptools version 69.2.0. The setup.py file given with the package does not work as the .egg files are deprecated. These is...

This issue can be reproduced by running the following example from the provided python_sdk_examples.ipynb notebook: `Get first 10 messages of the stream from given timestamp` Running that example will crash...

When I set that parameter in librdkafka in a consumer -> %4|1697636541.722|CONFWARN|rdkafka#consumer-1| [thrd:app]: Configuration property retry.backoff.ms is a producer property and will be ignored by this consumer instance Not a...

Is there a way to listen for specific message types while using the SDK? So that I don't need to read other messages into memory? It looks like the command...

Hello, I would like to ask if multiple connections are available from one account, by using the Kafka I am trying to use the SDK that is provided in this...

In the Nasdaq Basic docs, I am seeing that "TrackingNumber/trackingID" for a quote is composed of the Nasdaq internal tracking number and the Timestamp in nanoseconds from midnight. I need...