BVL Stock Exchange Listed Companies & Quotes Scraper
Pricing
from $10.20 / 1,000 results
BVL Stock Exchange Listed Companies & Quotes Scraper
Scrape Lima Stock Exchange (BVL Peru) listed companies and live quotes: ticker, sector, last price, bid/ask, change %, volume, market cap, board and index membership. Export to JSON, CSV or Excel.
Pricing
from $10.20 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
LATAM Stock Exchange Listed Companies & Quotes Scraper
Here is one real result, with every field the actor returns:
{"exchange": "BVL","country": "Peru","recordType": "equity","ticker": "MINSURI1","isin": "PEP622005002","companyCode": "62200","companyName": "MINSUR S.A.","sector": "Mineras","sectorCode": "CM","subSectorCode": "CM01","securityType": "Equity","lastPrice": 7.36,"currency": "PEN","changePct": 0.1360544218,"buyPrice": 7.34,"sellPrice": 7.36,"dayOpen": 7.34,"dayHigh": 7.36,"dayLow": 7.34,"dayClose": 7.35,"volume": 3883,"tradedAmount": 28533.67,"operations": 28,"sharesOutstanding": 961000840,"marketCap": 7072966182.4,"nominalValue": 1,"priceDate": "2026-08-07","chairman": "Fortunato Juan Jose Brescia Moreyra","generalManager": "Juan Luis Alfredo Kruger Sayán","boardSize": 7,"indexMemberships": ["S&P Peru Select 20% Capped Index (USD)", "S&P Peru Total Index (PEN)", "S&P Peru Select 20% Capped Index (PEN)", "S&P Peru Total Index (USD)"],"indexMembershipCount": 4,"website": "WWW.MINSUR.COM","phone": "215 8330","address": "Jr. Giovanni Batista Lorenzo Bernini Nº 149, Oficina 501 A, San Borja, Lima","active": true,"source": "Bolsa de Valores de Lima (BVL)","observedAt": "2026-08-10T14:34:45.456Z"}
The most complete LATAM stock exchange scraper available. It returns every field the Bolsa de Valores de Lima (BVL) exposes per listed company and security, including live quotes, market cap, shares outstanding, board officers, index memberships and contact details, plus headline index quotes, filterable by sector.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor reads the Bolsa de Valores de Lima (BVL) listed-securities and quotes feeds, applies the sector filter you pass as input, and writes one normalized record per company/security to the run's dataset. Each equity record carries the ticker, ISIN, issuer code, sector, live quote (last, bid, ask, open, high, low, close), volume, traded amount, number of operations, shares outstanding, market cap, nominal value, board chairman and general manager, index memberships and company contact details. Optionally include the exchange's headline index quotes and fixed-income (bond) securities. Missing source values are returned as null.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 mining-sector companies plus the exchange's index quotes.
{"sectors": ["CM"],"maxCompanies": 10,"includeIndices": true,"includeFixedIncome": false}
Leave sectors empty to return every listed company. Accepts BVL sector codes (CB banks, CM mining, CI industrial, CP utilities, CG agrarian, CS insurance, CD diversified, FI investment funds, CA pension funds) or a sector name substring such as MINERAS.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
sectors | string[] | no | ["CM"] | Filter by BVL sector code (CB, CM, CI, CP, CG, CS, CD, FI, CA) or a sector name substring, for example MINERAS. Empty for all. |
maxCompanies | integer | no | 10 | Maximum company/security quote records to return. |
includeIndices | boolean | no | true | Also return the exchange's headline index quotes (value, change %, open, high, low, close). |
includeFixedIncome | boolean | no | false | Also include fixed-income (bond) securities in addition to equities. |
Output reference
One dataset item per security or index. Types: string, integer, number, boolean, string[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
exchange | string | Exchange code. Always BVL. |
country | string | Country. Always Peru. |
recordType | string | equity or index. |
ticker | string | Ticker / nemonico. |
isin | string | ISIN code. |
companyCode | string | Issuer code. |
companyName | string | Company / index name. |
sector | string | Sector name. |
sectorCode | string | Sector code. |
subSectorCode | string | Sub-sector code. |
securityType | string | Equity, Fixed income, or Index. |
lastPrice | number | Last traded price. |
currency | string | Currency: PEN or USD. |
changePct | number | Change percent versus previous close. |
buyPrice | number | Best bid. |
sellPrice | number | Best ask. |
dayOpen | number | Session open. |
dayHigh | number | Session high. |
dayLow | number | Session low. |
dayClose | number | Session close. |
volume | number | Quantity negotiated. |
tradedAmount | number | Traded amount. |
operations | integer | Number of operations. |
sharesOutstanding | number | Shares outstanding. |
marketCap | number | Market capitalization. |
nominalValue | number | Nominal value per share. |
priceDate | string | Quote date (YYYY-MM-DD). |
chairman | string | Board chairman. |
generalManager | string | General manager. |
boardSize | integer | Number of board members. |
indexMemberships | string[] | Indices the security belongs to. |
indexMembershipCount | integer | Number of index memberships. |
website | string | Company website. |
phone | string | Company phone. |
address | string | Company address. |
active | boolean | Issuer active flag. |
source | string | Data source. Always the BVL. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"sectors":["CM"],"maxCompanies":10,"includeIndices":true,"includeFixedIncome":false}):
{"exchange": "BVL","country": "Peru","recordType": "equity","ticker": "MINSURI1","isin": "PEP622005002","companyCode": "62200","companyName": "MINSUR S.A.","sector": "Mineras","sectorCode": "CM","subSectorCode": "CM01","securityType": "Equity","lastPrice": 7.36,"currency": "PEN","changePct": 0.1360544218,"buyPrice": 7.34,"sellPrice": 7.36,"dayOpen": 7.34,"dayHigh": 7.36,"dayLow": 7.34,"dayClose": 7.35,"volume": 3883,"tradedAmount": 28533.67,"operations": 28,"sharesOutstanding": 961000840,"marketCap": 7072966182.4,"nominalValue": 1,"priceDate": "2026-08-07","chairman": "Fortunato Juan Jose Brescia Moreyra","generalManager": "Juan Luis Alfredo Kruger Sayán","boardSize": 7,"indexMemberships": ["S&P Peru Select 20% Capped Index (USD)", "S&P Peru Total Index (PEN)", "S&P Peru Select 20% Capped Index (PEN)", "S&P Peru Total Index (USD)"],"indexMembershipCount": 4,"website": "WWW.MINSUR.COM","phone": "215 8330","address": "Jr. Giovanni Batista Lorenzo Bernini Nº 149, Oficina 501 A, San Borja, Lima","active": true,"source": "Bolsa de Valores de Lima (BVL)","observedAt": "2026-08-10T14:34:45.456Z"}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~latam-stock-exchanges-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"sectors":["CB"],"maxCompanies":25,"includeIndices":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~latam-stock-exchanges-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"sectors":[],"maxCompanies":200,"includeFixedIncome":true}'
Apify CLI:
apify call scrapers_lat/latam-stock-exchanges-scraper \--input '{"sectors":["MINERAS"],"maxCompanies":10}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per company/security record returned (
resultevent). See the pricing tab for the current per-result price. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxCompanies.
FAQ and troubleshooting
A run returned 0 records. Why?
The sector filter matched no listed securities. Clear sectors to return all companies, or confirm the sector code. Zero-result runs are not charged.
Which exchange does this cover?
The Bolsa de Valores de Lima (BVL) in Peru. Records carry exchange: BVL and country: Peru.
How do I filter by sector?
Pass a BVL sector code (for example CM for mining) or a sector name substring (for example MINERAS) in sectors.
Can I get index quotes too?
Yes. Keep includeIndices on to add the exchange's headline index quotes as records with recordType: index.
Why is a quote field null?
The security did not trade in the session, or the source did not publish that value. Missing values are returned as null, never invented.
Is this an official BVL tool? No. This actor is independent and has no affiliation with the Bolsa de Valores de Lima. It reads only data that the exchange publishes publicly. Use it in accordance with the BVL terms.
Related scrapers
- LATAM Central Banks FX Scraper: FX, policy and inflation rates from LATAM central banks.
- Taiwan TWSE Disclosures Scraper: Taiwan Stock Exchange company disclosures.
- SEC EDGAR Company Filings Scraper: US SEC filings by ticker or CIK.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with the Bolsa de Valores de Lima. Accesses only publicly available BVL data. Use in accordance with the BVL terms.
