> For the complete documentation index, see [llms.txt](https://docs.sov.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sov.ai/api-reference/utils/file-management.md).

# File Management

**Module:** `sovai.utils.file_management`

## Functions

### `get_ticker_meta()`

```python
def get_ticker_meta() -> pd.DataFrame
```

Return the tickers metadata, cached for 7 days.

**Returns:** `pd.DataFrame`

***

### `get_codes_meta()`

```python
def get_codes_meta() -> pd.DataFrame
```

Return the codes metadata, cached for 7 days.

**Returns:** `pd.DataFrame`

***

### `update_data_files()`

```python
def update_data_files()
```

Manually pre-warm both ticker and code caches.

***
