Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Dec 12, 2024
1 parent db6287b commit e6f0792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ https_proxy=http://proxy.example.com:80

### api_key inside get_series function [Alternative 2]

> if `.env` file exists in the current working directory, function does not need `api_key` parameter.
```python
from evdspy import get_series, default_start_date_fnc, default_end_date_fnc
df1 = get_series("bie_gsyhgycf", cache=False, api_key="YOUR_API_KEY_HERE")
Expand Down

0 comments on commit e6f0792

Please sign in to comment.