Infomoney: Get Stock Historical Data
Infomoney via Parse · Finance
Get historical daily OHLCV data with pagination. Returns a result array and hasNextPage flag indicating if more pages are available. Each page contains up to page_size records ordered by most recent first. Access Brazilian stock market data from InfoMoney/B3, including quotes, historical data, intraday prices, fundamentals, dividends, currency/crypto rates, and news. Fulfilled by Parse from infomoney.com.br.
- crypto-web3
- finance
- infomoney
- infomoney-com-br
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/197d4554-7009-4a1e-852e-90977cea7fc4/get_stock_historical_data
- Interface artifact
- sha256:7045b97cab273ff2ab89f55130d9e2bf9e583d7b754e83acff6b5bf4c484a2d8
- Manifest digest
- sha256:d0f9fa016ba83ee431ffde38763b854657d0de2d8235b48a13adc8315c4e3e66
Request fields
- page (integer): Page number for pagination (1-based)
- ticker (string): B3 stock ticker symbol (e.g. PETR4, VALE3, ITUB4)
- page_size (integer): Number of results per page (1-100)
Example queries
- {"page":"1","ticker":"PETR4","page_size":"5"}