Data API and downloads
These static endpoints require no key and allow cross-origin reads. FCI data is licensed CC BY 4.0 with attribution.
| Endpoint | Format | Description |
|---|---|---|
| /fci/latest.json | application/json | Latest FCI snapshot or null while interrupted |
| /fci/latest.csv | text/csv | Latest FCI row or unavailable status |
| /fci/history.json | application/json | Complete published FCI history |
| /fci/history.csv | text/csv | Complete published FCI history table |
| /fci/2025-01.json | application/json | Immutable 2025-01 FCI snapshot |
| /fci/2025-02.json | application/json | Immutable 2025-02 FCI snapshot |
| /fci/2025-03.json | application/json | Immutable 2025-03 FCI snapshot |
| /fci/2025-04.json | application/json | Immutable 2025-04 FCI snapshot |
| /fci/2025-05.json | application/json | Immutable 2025-05 FCI snapshot |
| /fci/2025-06.json | application/json | Immutable 2025-06 FCI snapshot |
| /fci/2025-07.json | application/json | Immutable 2025-07 FCI snapshot |
| /fci/2025-08.json | application/json | Immutable 2025-08 FCI snapshot |
| /fci/2025-09.json | application/json | Immutable 2025-09 FCI snapshot |
| /fci/2025-10.json | application/json | Immutable 2025-10 FCI snapshot |
| /fci/2025-11.json | application/json | Immutable 2025-11 FCI snapshot |
| /fci/2025-12.json | application/json | Immutable 2025-12 FCI snapshot |
| /fci/2026-01.json | application/json | Immutable 2026-01 FCI snapshot |
| /fci/2026-02.json | application/json | Immutable 2026-02 FCI snapshot |
| /fci/2026-03.json | application/json | Immutable 2026-03 FCI snapshot |
| /fci/2026-04.json | application/json | Immutable 2026-04 FCI snapshot |
| /fci/2026-05.json | application/json | Immutable 2026-05 FCI snapshot |
| /fci/2026-06.json | application/json | Immutable 2026-06 FCI snapshot |
| /fci/2026-07.json | application/json | Immutable 2026-07 FCI snapshot |
Live example
{
"identifier": "freighttotals-fci-2026-07",
"period": "2026-07",
"value": 124.22,
"degraded": false
}