---
title: "Economic Data"
method: GET
path: "/economic"
tags: ["Default"]
---

# Economic Data

`GET /economic`

Get economic data.

## Query parameters

- `code` string, required

## Response `200`

successful operation

- EconomicData
  - `data` EconomicDataInfo[] — Array of economic data for requested code.
    - `date` string — Date of the reading
    - `value` number, float — Value
  - `code` string — Finnhub economic code

## Changes

- **2021-07-26** `0f755a71e903` — 2 info
  - added the optional property `data/items/date` to the response with the `200` status
  - added the optional property `data/items/value` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-09** `9710addc4f34` — 1 info
  - endpoint added
- **2020-05-28** `f72eac67e19e` — 1 breaking
  - api path removed without deprecation
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 2 warning, 1 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data` from the response with the `200` status
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/economic/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
