# secio_ex v0.1.6 - Table of Contents

> A library for interacting with sec-api.io

## Modules

- [SecioEx](SecioEx.md): A module that connects to and utilizes the sec-api.io API.
Provides access to Query API, Stream API, and Full-Text Search functionality.
- [SecioEx.DirectorsApi](SecioEx.DirectorsApi.md): The Directors API for accessing information about directors and board members of public companies.

- [SecioEx.DownloadApi](SecioEx.DownloadApi.md): Generate Pdf's and download filings and files from the SEC database. 

- [SecioEx.ExtractorApi](SecioEx.ExtractorApi.md): A way to look for specific sec filing fields in 10-k, 10-q, and 8-k filings.

- [SecioEx.FullTextSearch](SecioEx.FullTextSearch.md): A way to do a Full text search of SEC filings and get back a list of them. 

- [SecioEx.MappingApi](SecioEx.MappingApi.md): A mapping of various ids, tickers, etc. 

- [SecioEx.QueryApi](SecioEx.QueryApi.md): The query api for working with SEC filings 

- [SecioEx.StreamApi](SecioEx.StreamApi.md): A WebSocket client for streaming SEC (Securities and Exchange Commission) filing data
in real-time using the sec-api.io service.

