BVL Stock Exchange Listed Companies & Quotes Scraper avatar

BVL Stock Exchange Listed Companies & Quotes Scraper

Pricing

from $10.20 / 1,000 results

Go to Apify Store
BVL Stock Exchange Listed Companies & Quotes Scraper

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

LATAM Stock Exchange Listed Companies & Quotes Scraper

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
sectorsstring[]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.
maxCompaniesintegerno10Maximum company/security quote records to return.
includeIndicesbooleannotrueAlso return the exchange's headline index quotes (value, change %, open, high, low, close).
includeFixedIncomebooleannofalseAlso 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.

FieldTypeDescription
exchangestringExchange code. Always BVL.
countrystringCountry. Always Peru.
recordTypestringequity or index.
tickerstringTicker / nemonico.
isinstringISIN code.
companyCodestringIssuer code.
companyNamestringCompany / index name.
sectorstringSector name.
sectorCodestringSector code.
subSectorCodestringSub-sector code.
securityTypestringEquity, Fixed income, or Index.
lastPricenumberLast traded price.
currencystringCurrency: PEN or USD.
changePctnumberChange percent versus previous close.
buyPricenumberBest bid.
sellPricenumberBest ask.
dayOpennumberSession open.
dayHighnumberSession high.
dayLownumberSession low.
dayClosenumberSession close.
volumenumberQuantity negotiated.
tradedAmountnumberTraded amount.
operationsintegerNumber of operations.
sharesOutstandingnumberShares outstanding.
marketCapnumberMarket capitalization.
nominalValuenumberNominal value per share.
priceDatestringQuote date (YYYY-MM-DD).
chairmanstringBoard chairman.
generalManagerstringGeneral manager.
boardSizeintegerNumber of board members.
indexMembershipsstring[]Indices the security belongs to.
indexMembershipCountintegerNumber of index memberships.
websitestringCompany website.
phonestringCompany phone.
addressstringCompany address.
activebooleanIssuer active flag.
sourcestringData source. Always the BVL.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.