We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cc628 commit d7c153cCopy full SHA for d7c153c
docs/source/tutorial/installation.rst
@@ -78,18 +78,16 @@ Create a file named ``config.ini`` and structure it as follows:
78
.. email = 'your-email@example.com'
79
.. api_key = 'your-secret-api-key'
80
.. code-block:: python
81
- :linenos:
82
import configparser
83
import moabdb as mdb
84
-
+
85
**Using Credentials from the Config File in Python**
86
87
With an API key and subscription, intraday data is available.
88
To access intraday data, you must first retrieve your
89
credentials from the config file and then login with your API key:
90
91
92
93
94
95
0 commit comments