VOOZH about

URL: https://apify.com/vivid_astronaut/financial-statement-parser

โ‡ฑ Financial Statement Parser API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Financial Statement Parser service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast financial statement parser api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/financial-statement-parser").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/financial-statement-parser").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~financial-statement-parser/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

comprehensive-financial-scraper

shashghosh/comprehensive-financial-scraper

๐Ÿ’ฐ Comprehensive financial data scraper. Extract financial information, market data, and business insights. Perfect for analysts, investors, and researchers. Get structured financial data efficiently of BSE and NSE listed companies in India.

๐Ÿ‘ User avatar

Shashwat Ghosh

12

Document to JSON โ€“ PDF Invoice & Statement Parser

opportunity-biz/document-to-json-mcp

Convert PDF invoices, bank statements, and contracts into structured JSON with AI. OCR for scanned files. One public URL in, clean JSON out. Built as an MCP tool for AI agents.

๐Ÿ‘ User avatar

opportunity-biz

1

SEC EDGAR Scraper | US Public Company Filings & Profiles

haketa/sec-edgar-scraper

SEC EDGAR scraper & API: export US public-company filings, profiles and XBRL fundamentals (revenue, net income, assets, EPS) by ticker, CIK or name. Equity research, financial statement data and compliance โ€” official data.sec.gov, fast, no login.

CNPJ Financial Market Scraper - Brazil Stock Data

brasildados/cnpj-financial-market

Financial market data for Brazilian publicly traded companies by CNPJ (Tax ID): balance sheet, income statement (DRE), shareholders, investor base, free float and share capital. English field names. Standby API POST /check. | Dados financeiros de empresas de capital aberto por CNPJ.

๐Ÿ‘ User avatar

BrasilDados.org

2

Google Finance Scraper

api-empire/google-finance-scraper

Extract financial data from Google Finance using the Google Finance Scraper. Collect stock prices, company names, market caps, trading volumes, and financial metrics automatically. Ideal for financial analysis, investment research, and market monitoring.

Google Finance Scraper

scrapapi/google-finance-scraper

Google Finance Scraper extracts financial data from Google Finance. Collect stock prices, company details, market trends, historical data, and financial metrics. Ideal for market research, investment analysis, financial dashboards, and automated stock tracking.