Free Market Data API
Auto-generated from
openapi-snapshot.json. Do not edit by hand — changes are overwritten byscripts/docs/generate_api_reference.py.
6 endpoints in this group.
GET /api/bars/{symbol}
Bars
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
symbol | path | string | required | |
interval | query | string | optional | |
limit | query | integer | optional |
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
POST /api/free/publish
Publish Free Feed Now
Responses
| Code | Description |
|---|---|
200 | Successful Response |
GET /api/free/replay/{symbol}
Free Replay
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
symbol | path | string | required | |
date | query | string | required | |
interval | query | string | optional | |
limit | query | integer | optional |
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
GET /api/free/universe
Free Universe
Responses
| Code | Description |
|---|---|
200 | Successful Response |
POST /api/free/universe/reload
Reload Free Universe
Responses
| Code | Description |
|---|---|
200 | Successful Response |
GET /api/quotes/{symbol}
Quote
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
symbol | path | string | required |
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |