get_exchange_rate
Retrieve exchange rates for all currency pairs from the stock market. Specify a date in YYYY-MM-DD format for historical rates, or leave blank for today's data.
Instructions
Get exchange rate of all currency pairs from stock market Args: date: str = None (if None, return today's price. Format: YYYY-MM-DD) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| output_format | No | toon |