๐Ÿ“Š MicroCapClub Stock Chart API

Real-time stock charts powered by Yahoo Finance

๐ŸŽจ Chart Generator ๐Ÿงช Test API
โœ… API is running! Test the examples below.

Chart Generator (Interactive)

GET /generator

Interactive tool to generate chart embed codes

Open Chart Generator โ†’

Get Chart Image (Direct)

GET /chart/{symbol}

Example: /chart/AAPL?period=6mo

Get Chart Data (JSON)

GET /api/chart/{symbol}

Example: /api/chart/AAPL?period=6mo

Parameters:

Example Usage:

<img src="https://piserver.tail04280e.ts.net/chart/AAPL?period=6mo" 
     width="579" height="335" alt="AAPL Chart">

Test Chart:

Test Chart