Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Mar 28, 2021
1 parent f405aba commit e994991
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,10 @@ or via async generators (after installing `pyEX[async]`):
### Full API
Please see the [readthedocs](https://pyEX.readthedocs.io) for a full API spec
Please see the [readthedocs](https://pyEX.readthedocs.io) for a full API spec. Implemented methods are provided in [CATALOG.md](CATALOG.md).
![](https://raw.githubusercontent.com/iexcloud/pyEX/main/docs/img/rtd.png)
Implemented methods are provided in [CATALOG.md](CATALOG.md).
All methods share a common naming convention. If the API method is called [technicals](https://iexcloud.io/docs/api/#technical-indicators), there will be `technicals` and `technicalsDF` methods on the client. Additionally, most methods are provided in a scope, e.g. [wti](https://iexcloud.io/docs/api/#oil-prices) is available as `client.wti` and `client.commodities.wti`, [analystDays](https://iexcloud.io/docs/api/#analyst-days) from Wall Street Horizon is available as `client.premium.analystDays`, etc.
## Development
Expand Down

0 comments on commit e994991

Please sign in to comment.