Developer Hub/s/api
Stateless JSON endpoint + CSV export per ticker
Built for developer intent. Copy‑paste URLs, predictable responses, and indexable dataset pages. No API key required.
Quick links
Target queries:
stock api json, free stock json api, csv export endpointEndpoint builder
Choose a symbol and copy the JSON/CSV URLs.
Selected
SPY
SPY JSON endpoint
/api/tickers/SPY/json?range=max
SPY CSV export
/api/tickers/SPY/csv?range=max
Dataset page (indexable, schema-first)
Use the per‑ticker developer page for docs, examples, and internal links that convert search impressions.
View SPY JSON API page →Import wedge: parse broker CSVs in-browser (local-first).
Absolute endpoint strings
Google is seeing literal URL searches. These are the human-bridge pages that should rank for them.
https://www.pocketportfolio.app/api/tickers/spy/jsonhttps://www.pocketportfolio.app/api/tickers/spy/json?range=maxhttps://www.pocketportfolio.app/s/spy/json-apiLocal-first ingestion
Parse broker exports inside your browser. Your raw CSV does not need to be uploaded to normalize trades or visualize a portfolio.
Invariant
“Your data stays on your device.”
Example (curl)
curl "https://www.pocketportfolio.app/api/tickers/SPY/json?range=max" | head -n 40 curl -L "https://www.pocketportfolio.app/api/tickers/SPY/csv?range=max" -o "SPY.csv"
Tip: for indexable docs + schema, prefer the dataset page:/s/spy/json-api