Skip to content

Commit 814716c

Browse files
Fixed environment variable name
1 parent b1b54d6 commit 814716c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/remote_data.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ IEX
7575

7676
The Investors Exchange (IEX) provides a wide range of data through an
7777
`API <https://iexcloud.io/api/docs/>`__. Historical stock
78-
prices are available for up to 15 years. The usage of these readers requires an API key, which can be stored in the ``IEX_API_TOKEN`` environment variable.
78+
prices are available for up to 15 years. The usage of these readers requires the publishable API key from IEX Cloud Console, which can be stored in the ``IEX_API_KEY`` environment variable.
7979

8080
.. ipython:: python
81-
81+
82+
os.environ["IEX_API_KEY"] = "pk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
8283
import pandas_datareader.data as web
8384
from datetime import datetime
8485
start = datetime(2016, 9, 1)

0 commit comments

Comments
 (0)