lseg

Accesses weather forecasts and climate data for locations worldwide via a simple API.

Updated Aug 29, 2025
One-click install
npx skills add https://github.com/data-desk-eco/afungi-logistics --skill lseg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lseg
Source: https://github.com/data-desk-eco/afungi-logistics/tree/main/.claude/skills/lseg
Command: npx skills add https://github.com/data-desk-eco/afungi-logistics --skill lseg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

Provide programmatic access to LSEG Workspace data via the Eikon Data API, enabling automated retrieval and transformation of market data.

Core Features & Use Cases

  • DataGrid queries: fetch time series or instrument data via curl from the local LSEG workspace.
  • Symbology conversion: translate between identifiers such as ISIN, RIC, and CUSIP.
  • Time-series retrieval: pull historical price and volume data for analytics and reporting.

Quick Start

Query LSEG Workspace for a time-series of AAPL.O using TR.PriceClose via the DataGrid API to obtain JSON output.

Frequently Asked Questions about lseg

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

FAQPage Schema
How do I fetch time-series data from LSEG Workspace using curl?

You can fetch time-series data from LSEG Workspace by sending curl requests to the Eikon Data API. This Skill builds DataGrid payloads to retrieve historical price and volume data, outputting the results in JSON format.

Can I convert between ISIN, RIC, and CUSIP identifiers programmatically?

Yes, you can convert between ISIN, RIC, and CUSIP identifiers programmatically. The Skill constructs SymbologySearch payloads to translate financial instrument symbology via the Eikon Data API.

Do I need a local LSEG Workspace instance to retrieve Eikon Data API responses?

Yes, retrieving Eikon Data API responses requires a local LSEG Workspace instance. You also need an App Key and proper environment configuration to authenticate and execute the shell scripts.

What's the best way to query TR.PriceClose for equities like AAPL.O?

The best way to query TR.PriceClose for equities like AAPL.O is using the DataGrid API. The Skill generates shell scripts that build the necessary curl requests to pull the time-series data.

Does this Skill support data retrieval across assets beyond equities?

Yes, this Skill supports data retrieval across assets beyond equities. It uses DataGrid queries to fetch instrument data and time-series for various asset classes available in LSEG Workspace.

Why does the symbology conversion fail without proper environment configuration?

Symbology conversion fails without proper environment configuration because the shell scripts rely on a local LSEG Workspace instance and a valid App Key to authenticate the SymbologySearch API requests.