TCMB Turkey Daily FX Rates Scraper
Pricing
from $7.50 / 1,000 results
TCMB Turkey Daily FX Rates Scraper
Scrapes daily foreign exchange rates published by the Central Bank of Turkey for a given date. Each row returns the currency code, unit, Forex buying rate, and Forex selling rate.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
TCMB Turkey Daily FX Rates Scraper
Scrape daily foreign exchange rates published by the Central Bank of Turkey, for any date, up to a million rows per run. Each row returns the currency code, unit, buying and selling rates, and the effective date. No API key required. Export to CSV, JSON, Excel, or XML.
The Central Bank of Turkey publishes official daily FX rates, but downloading them manually means visiting a page, picking a date, and copying a table. This Actor reads the TCMB daily exchange rate feed directly, so you get a clean dataset for any date you choose. It works for today's rates or any historical date the bank has published, and you control how many currency pairs to collect.
| Who uses it | What they scrape TCMB Turkey for |
|---|---|
| Financial analysts | Pull the official daily FX rates for Turkish Lira conversions into their models. |
| E-commerce pricing teams | Update product prices in TRY based on the Central Bank's daily selling rate. |
| Accounting departments | Fetch the exact historical rate for invoice reconciliation on a given date. |
| Data journalists | Track the Turkish Lira's movement against major currencies over time. |
What it does
This Actor collects daily foreign exchange rates from the Central Bank of Turkey for a specified date and returns each currency as a flat row with its code, unit, buying rate, and selling rate.
- 📅 Specific date or today: set a YYYY-MM-DD date to get historical rates, or leave it empty to collect the latest published rates.
- 🔢 Controlled volume: limit the number of exchange rates returned per run, from a single currency up to a million rows.
- 📊 Consistent schema: every row delivers the currency code, unit, Forex buying and selling rates, and the effective date in a fixed format.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with TCMB Turkey data
💱 Daily TRY pricing updates.
An e-commerce manager runs the Actor each morning to pull the latest TCMB selling rates and update product prices in Turkish Lira.
📈 Historical FX trend analysis.
A financial analyst schedules the Actor to collect daily rates for the past year, building a time series of the Lira against USD and EUR.
🧾 Invoice reconciliation.
An accountant enters the invoice date to retrieve the exact Central Bank rate used for that day's foreign currency transactions.
📰 Currency movement reporting.
A data journalist collects a month of daily rates to report on the Lira's volatility against a basket of major currencies.
Why choose this scraper
| What you get | |
|---|---|
| Official source | Rates come directly from the Central Bank of Turkey, the authoritative source for TRY conversions. |
| Historical access | Pull rates for any past date the bank has published, not today. |
| No API key | Reads the public feed directly with no registration, OAuth, or rate-limit headaches. |
| Structured output | Returns a clean table with currency code, unit, buying rate, and selling rate, ready for analysis. |
How it compares
No other Store actor targets TCMB Turkey the same way, so the honest comparison is with the alternatives teams actually weigh.
| TCMB Turkey Daily FX Rates Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When TCMB Turkey changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor by setting a date in YYYY-MM-DD format or leaving it empty for today's rates, and cap the number of currency pairs returned. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.85 |
| 1,000 results | $8.50 |
| 10,000 results | $85.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the TCMB Turkey Daily FX Rates Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to TCMB Turkey through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tcmb-turkey-fx-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
The Central Bank of Turkey does not publish rates on weekends and Turkish public holidays. Try a different date, or leave the date field empty to get the latest available rates.
The run failed with an error.
Check that the date is in YYYY-MM-DD format. An invalid format will cause the Actor to fail. Also confirm the date is not in the far future, as the bank only publishes past and current rates.
I only got a few currencies, but I expected more.
The maxItems input caps the number of rates returned. Increase it to a higher number, or set it to a large value like 1000 to ensure you collect every currency the bank published that day.
The rates look different from what I see on another website.
Other sites may show delayed or interbank rates. This Actor returns the official daily rates from the Central Bank of Turkey. Confirm the date matches and that you are comparing the same rate type (buying vs. selling).
FAQ
| Question | Answer |
|---|---|
| What currencies does this scraper return? | It returns all foreign exchange rates the Central Bank of Turkey publishes for the given date. The bank's daily list typically includes major currencies like USD, EUR, and GBP, as well as many others, each with its own unit and buying and selling rates. |
| Can I get rates for a past date? | Yes. Set the date input to any YYYY-MM-DD value that the Central Bank has published. If the bank's feed does not have data for that date, the run will return an empty dataset. |
| What happens if I leave the date field empty? | The Actor fetches the most recent daily rates available from the Central Bank of Turkey, which is usually today's rates if published. |
| Does this Actor use the official TCMB API? | It reads the same public data feed that the Central Bank of Turkey provides on its website. You do not need to register for an API key or handle authentication. |
| What is the difference between the buying and selling rate? | The Forex buying rate is the price at which the Central Bank buys a foreign currency. The Forex selling rate is the price at which it sells. Both are included in each row. |
| How many exchange rates can I collect in one run? | You control this with the maxItems input. Set it to 1 for a single currency, or up to 1,000,000 to collect the full list the bank publishes that day. |
| Can I schedule this Actor to run daily? | Yes. Use Apify's scheduler to run the Actor every morning and store the latest rates in a dataset or send them to a webhook. |
| What output formats are supported? | You can export your dataset to CSV, JSON, Excel, or XML from the Apify console or via the API. |
| Does the Actor handle Turkish public holidays? | The Central Bank does not publish FX rates on Turkish public holidays. If you request a date with no data, the run completes but returns an empty dataset. |
| Is the currency code in ISO 4217 format? | The Actor returns the currency code exactly as the Central Bank of Turkey publishes it, which follows the ISO 4217 standard. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Türkiye Cumhuriyet Merkez Bankası (TCMB). It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
