Real-Time Filing Intelligence from Global ExchangesReal-Time Filing
Intelligence from
Global Exchanges
AI-powered insights of financial disclosures as they happen. See real filings with instant analysis.
Trusted by leading business media and market intelligence platforms
Filings from 10+ Exchanges in One Place
NYSE, LSE, HKEX, ASX, TSE, and more. Historical data back to 2008. Updated in real-time.
Real-Time Updates
New filings appear within minutes of publication. Set alerts for specific companies, sectors, or filing types.
15+ Years of Data
Access historical filings dating back to 2008. Search by company, date, filing type, or keyword.
One Search Interface
No more switching between exchange websites. Find annual reports, earnings, and regulatory filings in one place.
The FilingReader Interface
Create watchlists. Track companies. Get notified when new filings arrive.

Organized Watchlists
Track companies by sector, geography, or custom themes
Real Filing Data
Access filings from global exchanges
Instant Updates
Get notified when companies publish new filings
See It In Action
Open any filing. Get a summary in seconds. Extract tables and key figures.
AI Summary
Key points and analysis
What You Can Do
Search filings. Get AI summaries. Set alerts. Export data.
AI Summaries
Get plain-language summaries of any filing. Ask questions about the document. Extract key data points automatically.
For Investment Analysts:
Skip reading 200-page reports. Get key metrics and risk factors in seconds.
10+ Global Exchanges
NYSE, LSE, HKEX, ASX, TSE, BSE, and more. One search across all of them.
For Investment Analysts:
Research international holdings without switching between exchange sites.
Email Alerts
Get notified when companies you follow publish new filings. Filter by company, sector, or filing type.
For Investment Analysts:
Know immediately when a company in your coverage publishes.
Compare Filings
Analyze multiple filings side-by-side. Compare this year vs last year, or across competitors.
For Investment Analysts:
Spot changes between quarterly reports. Compare competitor disclosures.
Embed Widget
Add a live filing feed to your website. Customizable filters and appearance.
For Investment Analysts:
Add filing feeds to your research dashboard.
RSS & API Access
Subscribe via RSS or integrate directly with our API. Build filings into your workflow.
Explore RSS FeedsFor Investment Analysts:
Pipe filings into your existing research tools.
Build With Our API
10+ million filings. RESTful API. Start building in minutes.
Filings as Data
Query filings by company, exchange, date, or type. Get metadata, download PDFs, or retrieve full text. Simple authentication, predictable pricing.
10+ Million Filings
NYSE, LSE, HKEX, ASX, and more. Historical data to 2008.
Simple REST API
JSON responses. Clear documentation. Code examples in Python, JS, curl.
Free Tier Available
1,000 requests/month free. Paid plans for higher volume.
import requests
API_KEY = "your_api_key"
headers = {
"X-API-KEY": API_KEY
}
# Get annual reports for Bank of China
response = requests.get(
"https://api.filingreader.com/v1/filings/company/HKEX:0001/filing-type/annual",
headers=headers
)
data = response.json()
if data["status"] == "success":
for filing in data["data"][:3]: # Show first 3 filings
print(f"Filing: {filing['title']} - Date: {filing['filingDate']}")
# Get download URL for a filing
bulletin_id = filing['bulletinId']
download_url = f"https://api.filingreader.com/v1/filings/{bulletin_id}/download"
download_response = requests.get(download_url, headers=headers)
download_data = download_response.json()
print(f"Download URL: {download_data['data']['url']}")What Users Say
Analysts, journalists, and researchers use FilingReader daily.
"FilingReader has significantly improved how we track Chinese airline company filings. Setting up notifications for AI summaries of complex Chinese documents has enhanced our workflow efficiency and eliminated the language barriers that previously slowed our analysis."
Eduardo Mariz Cortiñas
Senior Analyst and Sustainability Lead, Ishka: Aviation Finance
"FilingReader is a valuable addition to our journalism toolbox. Receiving updates from animal health companies across multiple markets provides an extra edge to our industry coverage and helps us identify news we might otherwise miss."
Joseph Harvey
Editor of Animal Health, S&P Global
"Running a global seafood industry news site means tracking companies across multiple jurisdictions. FilingReader's AI analysis cuts through complex filings to surface the key information that matters to my readers throughout the seafood supply chain."
Tom Seaman
Managing Editor and Owner, Undercurrent News
"FilingReader excels at aggregating and organizing company filings. The ability to group filings across different exchanges and jurisdictions into feeds—complete with translations and AI insights—helps us deliver more comprehensive market intelligence to our clients."
Julieta Valente
Global Head of Aggregation, REDD Intelligence
Simple Pricing
Start free. Upgrade when you need more.
Educational Access
FilingReader is committed to supporting academic research and financial education. We offer special pricing for students, educators, and academic institutions.
Academic Institution
Contact our academic team for institutional licenses
Apply now →Media Access
We support journalists and media professionals with special pricing to promote accurate financial reporting.
Frequently Asked Questions
Can I switch plans later?
Yes, you can upgrade or downgrade your plan at any time. When upgrading, you'll be prorated for the remaining time in your billing cycle. When downgrading, the new rate will apply to your next billing cycle.
What payment methods do you accept?
We accept all major credit cards, PayPal, and bank transfers for annual enterprise plans. All payments are processed securely through our payment providers.
Is there a limit to how many filings I can access?
Free users can access up to 10 filings per month. Pro and Enterprise users have unlimited filing access. Your plan also determines which exchanges you can access and how much historical data is available.
How do I qualify for educational or media discounts?
For educational discounts, you'll need to verify your status with a valid .edu email address or student/faculty ID. Media professionals can verify their status with press credentials or a work email from a recognized media organization.
Start Searching Filings Today
Free tier available. No credit card required.
10 free filings per month. Upgrade anytime.
For Analysts
- 10+ exchanges in one search
- AI summaries of any filing
- Compare filings side-by-side
For Journalists
- Real-time filing alerts
- Media pricing available
- Embed widgets in articles
For Developers
- RESTful API access
- 1,000 free requests/month
- RSS feeds for any query