bz-news-api-queries

Fetch financial news from the Benzinga News API using Python.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill bz-news-api-queries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bz-news-api-queries
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/bz-news-api-queries
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill bz-news-api-queries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides structured query patterns to efficiently retrieve financial news data from the Benzinga News API, enabling targeted data fetching for analysis.

Core Features & Use Cases

  • Targeted News Retrieval: Fetch news based on specific tickers, themes, channels, and keywords.
  • Historical and Live Data: Supports both historical data retrieval using PIT mode and live, on-demand data fetching.
  • Use Case: Retrieve all news articles related to 'inflation' and 'fed' from the last 24 hours to understand market sentiment on macroeconomic factors.

Quick Start

Use the bz-news-api-queries skill to fetch macro news from the last 720 minutes.

Frequently Asked Questions about bz-news-api-queries

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve financial news data from the Benzinga News API?

To retrieve financial news data from the Benzinga News API, you use a Python script for deterministic data fetching. The script supports targeted queries for tickers, themes, and keywords, handling data normalization and error reporting.

Can I fetch historical macroeconomic news data using PIT mode?

Yes, you can fetch historical macroeconomic news data using PIT mode. This approach supports point-in-time data retrieval alongside live, on-demand queries for real-time market sentiment analysis.

Do I need specific API keys to query the Benzinga News API?

Yes, you need specific API keys for authentication to query the Benzinga News API. The Python script requires these credentials to execute targeted data fetching and handle error reporting.

What is the best way to get real-time market sentiment news for specific tickers?

The best way to get real-time market sentiment news for specific tickers is using live query mode. This Skill fetches targeted financial news on-demand, allowing you to retrieve articles from the last 24 hours or 720 minutes.

How does the Python script handle data normalization and errors during news retrieval?

The Python script handles data normalization and error reporting during news retrieval by structuring the Benzinga API responses. This ensures your financial news queries return consistent, formatted results for analysis.