# Investing — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Monitor real-time economic announcements and market-moving events for the current day, including actual results, forecasts, and historical values to inform your investment decisions. Stay ahead of market movements by tracking key economic indicators as they're released on Investing.com.

**Category:** Finance & Markets | **Website:** [fr.investing.com/economic-calendar](https://fr.investing.com/economic-calendar) | **Docs:** [parse.bot/marketplace/a1309eee-764f-4e61-a2b0-12dea333bd8f/fr-investing-com-api](https://parse.bot/marketplace/a1309eee-764f-4e61-a2b0-12dea333bd8f/fr-investing-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-fr-investing-com-api-a1309eee/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_daily_events

Returns all economic announcements scheduled for today from the Investing.com economic calendar. Each event includes its scheduled time, country, currency, importance level, and actual/forecast/previous values when available. The endpoint always returns today's events (the date is determined server-side). Typically returns 50-80 events per day covering major economies.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-fr-investing-com-api-a1309eee/get_daily_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
