ParseForge Scrapers

Tiingo Public Data Scraper

parseforge/tiingo-public-scraper

OtherLead generation

Scrapes public Tiingo data for stocks, ETFs, and mutual funds by exchange or ticker symbol. Returns each record as a flat row with ticker, exchange, and asset type.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
103
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Tiingo Public Data Scraper

Scrape Tiingo public data for any ticker, exchange, or asset type, up to a million records per run. Each record comes with its ticker, exchange, asset type, and other public metadata. No API key required. Export to CSV, JSON, Excel, or XML.

Tiingo's official API requires an account and an API key for access. This scraper reads the public data feeds directly, filtered by exchange, asset type, or a specific ticker symbol, and returns each match in one fixed schema. No registration, no rate-limit headaches.

Who uses it What they scrape Tiingo for
Quantitative analysts Building a universe of tradable assets from a specific exchange for backtesting.
Financial data vendors Enriching an internal database with current ticker and exchange mappings.
Portfolio managers Generating a filtered list of ETFs available on a given exchange.
Academic researchers Collecting a cross-section of listed securities for market structure studies.

What it does

This Actor collects public Tiingo data by exchange, asset type, or ticker symbol, and returns each record as a flat row.

  • ๐Ÿฆ Exchange filter: Target a specific exchange like NYSE, NASDAQ, AMEX, or LSE.
  • ๐Ÿ“Š Asset type filter: Narrow results to Stocks, ETFs, or Mutual Funds only.
  • ๐Ÿ” Ticker filter: Pinpoint a single ticker symbol to verify its listing details.
  • ๐Ÿ“ฆ Bulk collection: Set a high maximum records limit to pull a complete market segment in one run.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Tiingo data

๐Ÿฆ Build a watchlist by exchange.

A quantitative analyst runs the scraper with the NYSE filter and Stock asset type to generate a complete list of equities for a new algorithmic trading strategy.

๐Ÿ“Š Audit ETF availability.

A portfolio manager collects all ETF records from the LSE to identify new funds available for a European market allocation model.

๐Ÿ” Verify a corporate action.

A data operations analyst filters by a specific ticker after a merger to confirm the new exchange listing and asset type in the public record.

๐Ÿ“ฆ Seed a financial database.

A data vendor runs the scraper with a high maxItems value to perform an initial bulk load of all NASDAQ-listed securities into a new research platform.

Why choose this scraper

What you get
No API key Access public Tiingo data without an account or API token.
Fixed schema Every record arrives in a consistent, predictable flat format.
Flexible filtering Combine exchange, asset type, and ticker to isolate exactly what you need.
High volume Collect up to a million records in a single run.

How it compares

This Actor focuses on Tiingo's public metadata for universe building, while the competitor below is a Seeking Alpha API for news and dividends.

Feature ParseForge Seeking Alpha API News & Dividend Data
Scrapes Tiingo public metadata Yes Not listed
No API key required Yes Not listed
Filter by exchange Yes Not listed
Filter by asset type Yes Not listed
Returns news and dividend data Not listed Yes

Configure the run

Drive the Actor with an exchange code, an asset type, and an optional ticker symbol, alone or together, and filters run as each record is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10,
 "exchange": "NYSE"
}

A larger pull:

{
 "maxItems": 200,
 "exchange": "NYSE"
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Tiingo Public Data Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Tiingo through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tiingo-public-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your filter combination may be too restrictive. Try removing the ticker filter or setting the asset type to 'Any' to broaden the search. Also, verify the exchange code is valid for Tiingo.

The run finished but returned fewer records than my maxItems setting.

The maxItems value is an upper limit. The scraper returns only the records that match your filters. If the total available records for your criteria is less than maxItems, you will receive that smaller number.

I got an error about an invalid exchange code.

Ensure the exchange code is one that Tiingo recognizes, such as NYSE, NASDAQ, AMEX, or LSE. The code is case-sensitive, so use uppercase letters.

The data seems outdated or stale.

The scraper fetches a live snapshot on each run. If the data appears unchanged, it may reflect that Tiingo's public feed has not been updated. Try running the Actor again later.

Can I get data for OTC or international exchanges?

The scraper supports any exchange code that Tiingo's public endpoint recognizes. If you are unsure of the code, run the Actor without an exchange filter first to see all available codes in the results.

FAQ

Question Answer
Do I need a Tiingo API key to use this scraper? No. This scraper accesses public data feeds that do not require authentication or an API key.
What data does this scraper return? It returns public metadata for financial instruments, including the ticker symbol, exchange code, asset type, and other listing details available in Tiingo's public endpoints.
Can I scrape data for a single ticker? Yes. Use the Ticker Filter input field to specify a single symbol and retrieve only its record.
What exchanges are supported? You can filter by any exchange code Tiingo supports, such as NYSE, NASDAQ, AMEX, or LSE. Leave the field empty to include all exchanges.
How many records can I get in one run? You can set the maximum records limit up to 1,000,000. The actual number returned depends on the filters you apply.
What asset types can I filter by? You can filter by Stock, ETF, or Mutual Fund. Select 'Any' to include all available asset types.
Is this real-time or delayed data? This scraper collects the current public metadata snapshot from Tiingo's feeds. It is not a streaming real-time price feed.
Can I schedule this scraper to run daily? Yes. You can use Apify's scheduler to run the Actor at any interval, such as daily or weekly, to keep your dataset current.
What formats can I export the data to? You can export your results to CSV, JSON, Excel, or XML directly from the Apify dataset.
Does this scraper get historical price data? No. This Actor is for public metadata like ticker and exchange listings. For historical end-of-day prices, you would need Tiingo's authenticated API.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Tiingo, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many records to collect per run. 10
exchange string Filter by exchange code (NYSE, NASDAQ, AMEX, LSE, etc.). Leave empty for all. NYSE
assetType string (4 options) Filter by asset type. Stock
ticker string Filter to a specific ticker symbol. Optional. not set

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~tiingo-public-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Tiingo Public Data Scraper on Apify All scrapers