Handle ticker symbol mismatches between brokerage exports and market data APIs
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill bridge-brokerage-market-data-apis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bridge Brokerage Market Data Apis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-bridge-brokerage-market-data-apis-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: bridge-brokerage-market-data-apis
description: Handle ticker symbol mismatches between brokerage exports and market data APIs
version: 1.0.0
source: auto-extracted
extracted: 2026-04-14
metadata:
tags: ["data-integration", "api-bridging", "market-data"]
---
# Bridge Brokerage and Market Data APIs
When ingesting brokerage data (e.g., Fidelity CSV) and fetching live prices from market APIs (e.g., Yahoo Finance), ticker symbols often differ. Create a centralized `TICKER_MAP` dict to alias brokerage symbols to API symbols (e.g., `BRKB → BRK-B`). Also extend API queries with a longer period window (e.g., `5d` instead of `1d`) to handle weekends/holidays returning empty data. Apply the mapping at the ingest layer before price-fetch calls.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.