2.4.0 • Published 3 months ago

tradingeconomics v2.4.0

Weekly downloads
88
License
ISC
Repository
-
Last release
3 months ago

tradingeconomics

npm version Unit Tests

Description

The Trading Economics NPM package provides direct access to our data. It allows you to request millions of rows of economic historical data, to query our real-time economic calendar and to subscribe to updates.

QuickStart

npm install tradingeconomics

Usage

  • Import the package.

const te = require('tradingeconomics');
te.login();

or

te.login('key:secret');
  • Authentication using environment variable

apikey="key:secret" node app.js
  • Request data

    • Use the functions to get data from Markets, Indicators, Economic Calendar, Forecasts, World Bank, Comtrade, Federal Reserve, and even the latest news.
    • Know more about other methods on our docs
te.getCalendar().then((data) => console.log(data));

Examples

https://github.com/tradingeconomics/tradingeconomics-js/tree/main/Examples

Documentation

https://docs.tradingeconomics.com

Learn More

https://tradingeconomics.com/analytics/api.aspx

2.4.0

3 months ago

2.3.0

5 months ago

2.2.9

7 months ago

2.2.5

10 months ago

2.2.7

10 months ago

2.2.6

10 months ago

2.2.8

9 months ago

2.2.1

1 year ago

2.2.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.4

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago