Skip to main content

JB-News

This library is a comprehensive wrapper for JBlanked's News API. It leverages the power of OpenAI, Machine Learning, and MQL5's Calendar to provide developers with easy access to news data across all computer languages, including MQL4 and Python.

Features

  • Easy access to JBlanked's News API
  • Access to News Event History, Machine Learning Predictions, Smart Analysis, and more.
  • Supports multiple programming languages including MQL4 and Python

Installation

pip install jb-news

This API is freely accessible through our library and through GET requests. Get your API key from: https://www.jblanked.com/profile/. Note that the free tier has a rate limit of once every 5 minutes, but VIP members enjoy unrestricted access.

Usage

After installation, import the class:

from jb_news.news import CJBNews 

Then set a variable as an instance of the CJBNews class:

jb = CJBNews()

A list of Event IDs are found on https://www.jblanked.com/news/api/docs/.

Next, set your API key and Event ID:

api_key = "YOUR_API_KEY_HERE" 
event_id = 756020001 # CHF CPI

Next step is to connect to the API by using the start method. You only need to do this once:

if jb.get(api_key):  

Lastly, load the event info of the specified Event ID:

    if jb.load(event_id):  
        name = jb.info.name 
        currency = jb.info.currency 
        event_id = jb.info.eventID 
        history = jb.info.history 
        machine_learning = jb.info.machine_learning
        smart_analysis = jb.info.smart_analysis

        # print the news info
        print(f"Event Name: {name}\nEvent ID: {event_id}\nCurrency: {currency}")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jb_news-1.3.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jb_news-1.3.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file jb_news-1.3.0.tar.gz.

File metadata

  • Download URL: jb_news-1.3.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for jb_news-1.3.0.tar.gz
Algorithm Hash digest
SHA256 8b573180ce99074446070fa21b6c82b22b95736d192d24665b69f9c94dfde944
MD5 387b1b7612cd81b2d91fb27506a3a690
BLAKE2b-256 f63b97a98d49b7f4d0356d58b64acb8990f66b5e4629c3b5941acf9cb754b4a4

See more details on using hashes here.

File details

Details for the file jb_news-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: jb_news-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for jb_news-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b1703f24684bcfda8407a1c9c3d8c7b2f6ceccab121949faf8760a4bf2725fb
MD5 c75d5a5e09199419ccc71688c6464c77
BLAKE2b-256 605f136b7d059708ddc6d36dc269abae5fb4b18137c28567afb0ae424d364268

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page