Skip to content

Commit 1fc8bab

Browse files
authored
Update README.md with new content (#12)
1 parent 4ede3b1 commit 1fc8bab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
[![Build Status](https://github.com/QuantConnect/LeanDataSdk/workflows/Build%20%26%20Test/badge.svg)](https://github.com/QuantConnect/LeanDataSdk/actions?query=workflow%3A%22Build%20%26%20Test%22)
66

7-
Welcome to the DataBento Library repository! This library, built on .NET 6, provides seamless integration with the QuantConnect LEAN Algorithmic Trading Engine. It empowers users to interact with DaatBento's services to create powerful trading algorithms
7+
Welcome to the DataBento Library repository! This library, built on .NET 6, provides seamless integration with the QuantConnect LEAN Algorithmic Trading Engine. It empowers users to interact with DataBento's services to create powerful trading algorithms
88

99
### Introduction
1010

1111
The Lean Data SDK is a cross-platform template repository for developing custom data types for Lean.
1212
These data types will be consumed by [QuantConnect](https://www.quantconnect.com/) trading algorithms and research environment, locally or in the cloud.
1313

14-
It is composed by example .Net solution for the data type and converter scripts.
14+
It is composed of an example .NET solution for the data type and converter scripts.
1515

1616
DataBento Library is an open-source project written in C#, designed to simplify the process of accessing real-time and historical financial market data. With support for Futures Data across the CME exchange and low latency, it offers a comprehensive solution for algorithmic trading.
1717

@@ -23,15 +23,15 @@ The data downloader and converter script can be developed in different ways: C#
2323
- The python script should be compatible with python 3.6.8
2424
- Bash script will run on Ubuntu Bionic
2525

26-
Specifically, the enviroment where these scripts will be run is [quantconnect/research](https://hub.docker.com/repository/docker/quantconnect/research) based on [quantconnect/lean:foundation](https://hub.docker.com/repository/docker/quantconnect/lean).
26+
Specifically, the environment where these scripts will be run is [quantconnect/research](https://hub.docker.com/repository/docker/quantconnect/research) based on [quantconnect/lean:foundation](https://hub.docker.com/repository/docker/quantconnect/lean).
2727

28-
### DatBento Overview
28+
### DataBento Overview
2929
DataBento provides real time and historical market data through many powerful and developer-friendly APIs. Currently this implementation uses the Globex dataset to access CME
3030
exchanges and provide data on CME products. DataBento provides a wide array of datasets, and exchanges for stocks, futures, and options.
3131

3232
### Tutorial
3333

34-
You can use the following command line arguments to launch the [LEAN CLI] (https://github.com/quantConnect/Lean-cli) pip project with DataBento.
34+
You can use the following command line arguments to launch the [LEAN CLI](https://github.com/quantConnect/Lean-cli) pip project with DataBento.
3535

3636
#### Downloading data
3737
```
@@ -56,19 +56,19 @@ lean live deploy "My Project" --data-provider-live DataBento --brokerage "Paper
5656
### Installation
5757

5858
To contribute to the DataBento API Connector Library for .NET 6 within QuantConnect LEAN, follow these steps:
59-
- Obtain API Key: Visit [DataBento] (https://databento.com/) and sign up for an API key.
59+
- Obtain API Key: Visit [DataBento](https://databento.com/) and sign up for an API key.
6060
- Fork the Project: Fork the repository by clicking the "Fork" button at the top right of the GitHub page.
6161
- Clone Your Forked Repository:
6262

6363
Configure your project by
6464
- Set the databento-api-key in your QuantConnect configuration (config.json or environment variables).
6565

6666
### Documentation
67-
Refer to the [documentation] (https://databento.com/docs/) for detailed information on the library's functions, parameters, and usage examples.
67+
Refer to the [documentation](https://databento.com/docs/) for detailed information on the library's functions, parameters, and usage examples.
6868

6969
### Price Plan
7070

71-
For detailed information on DataBento's pricing plans, please refer to the [DataBento Pricing] (https://databento.com/pricing) page.
71+
For detailed information on DataBento's pricing plans, please refer to the [DataBento Pricing](https://databento.com/pricing) page.
7272

7373
### License
7474

0 commit comments

Comments
 (0)